diff --git a/Cargo.lock b/Cargo.lock index 20227cd..b146dc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "terminal-colorsaurus" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anstyle", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 94f2d0b..0f8d0e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.4.4" +version = "0.4.5" [workspace.dependencies] terminal-colorsaurus = { path = "crates/terminal-colorsaurus", version = "0.4.4" } diff --git a/changelog.md b/changelog.md index 600bce0..526249c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,10 @@ # Changelog +## 0.4.5 +* ✨ Added support for Windows (starting with Windows Terminal v1.22, in preview at the time of writing). +### Docs +* Included more terminals in terminal survey. +* The top level crate docs have been reduced to improve readability. + ## 0.4.4 * Bump `mio` dependency to 1.0. * ✨ Add helpful aliases to the docs. diff --git a/doc/terminal-survey.md b/doc/terminal-survey.md index ff26739..ef01d00 100644 --- a/doc/terminal-survey.md +++ b/doc/terminal-survey.md @@ -21,7 +21,7 @@ with `terminal-colorsaurus`: * urxvt (rxvt-unicode) * VSCode (xterm.js) * WezTerm -* Windows Terminal (in an upcoming version) +* Windows Terminal (>= v1.22) * xterm * [Zed](https://zed.dev)