We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a78d7 commit e31aa52Copy full SHA for e31aa52
README.md
@@ -12,6 +12,7 @@ Wexpect is a Windows variant of pexpect.
12
- [x] v0.0.2: fix `cannot read console if endwith '\r' print("",end="\r").` .
13
- [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`.
15
+- [x] v0.0.5: fix default front-color in windows 10.
16
17
## Installation
18
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "wexpect-uv"
3
-version = "0.0.4"
+version = "0.0.5"
4
description = "Windows alternative of pexpect rebuild by uv"
5
readme = "README.md"
6
requires-python = ">=3.9,<3.14"
0 commit comments