Skip to content

Commit e31aa52

Browse files
committed
🔖 release: v0.0.5
1 parent 67a78d7 commit e31aa52

File tree

3 files changed

+253
-252
lines changed

3 files changed

+253
-252
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Wexpect is a Windows variant of pexpect.
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.
1414
- [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.
1516

1617
## Installation
1718

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wexpect-uv"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "Windows alternative of pexpect rebuild by uv"
55
readme = "README.md"
66
requires-python = ">=3.9,<3.14"

0 commit comments

Comments
 (0)