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 70f65fa commit 0454cc4Copy full SHA for 0454cc4
Cargo.toml
@@ -3,7 +3,7 @@ members = ["crates/*"]
3
resolver = "2"
4
5
[workspace.package]
6
-version = "0.4.5"
+version = "0.4.6"
7
8
[workspace.dependencies]
9
terminal-colorsaurus = { path = "crates/terminal-colorsaurus", version = "0.4.4" }
changelog.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## 0.4.6
+* 🐛 Switch the string terminator back to `BEL` to work around
+ and issue in urxvt. Previously this was done only when urxvt
+ was detected. Unfortunately this detection was not reliable.
+
## 0.4.5
* ✨ Added support for Windows (starting with Windows Terminal v1.22, in preview at the time of writing).
### Docs
0 commit comments