File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Wexpect is a Windows variant of pexpect.
1111- [x] v0.0.1: fix the [ Always Timeout] ( https://github.com/raczben/wexpect/issues/42 ) && [ failed in uv] ( https://github.com/raczben/wexpect/issues/26 )
1212- [x] v0.0.2: fix ` cannot read console if endwith '\r' print("",end="\r"). ` .
1313- [x] v0.0.3: change the catch logic(catch all even cursor not change) and catch ascii colors.
14+ - [x] v0.0.4: fix bugs in v0.0.3: remove extra ` \x1b[0m ` , catch all process-bar protect between ` \r ` .
1415
1516## Installation
1617
Original file line number Diff line number Diff line change 11[project ]
22name = " wexpect-uv"
3- version = " 0.0.3 "
3+ version = " 0.0.4 "
44description = " Windows alternative of pexpect rebuild by uv"
55readme = " README.md"
66requires-python = " >=3.9,<3.14"
Original file line number Diff line number Diff line change 1- VERSION = "0.0.3 "
1+ VERSION = "0.0.4 "
You can’t perform that action at this time.
0 commit comments