mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
termwiz: bump version ready for publish
This commit is contained in:
parent
f2e342a25f
commit
3509e210ce
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4957,7 +4957,7 @@ checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"
|
||||
|
||||
[[package]]
|
||||
name = "termwiz"
|
||||
version = "0.19.0"
|
||||
version = "0.20.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.21.0",
|
||||
|
@ -9,4 +9,4 @@ license = "MIT"
|
||||
documentation = "https://docs.rs/tabout"
|
||||
|
||||
[dependencies]
|
||||
termwiz = { path = "../termwiz", version="0.19"}
|
||||
termwiz = { path = "../termwiz", version="0.20"}
|
||||
|
@ -38,6 +38,6 @@ env_logger = "0.10"
|
||||
k9 = "0.11.0"
|
||||
|
||||
[dependencies.termwiz]
|
||||
version = "0.19"
|
||||
version = "0.20"
|
||||
path = "../termwiz"
|
||||
features = ["use_image"]
|
||||
|
@ -1,3 +1,15 @@
|
||||
## termwiz-0.20.0:
|
||||
|
||||
* Support for horizontal scroll wheel event decoding. Thanks to
|
||||
[@tlinford](https://github.com/tlinford)!
|
||||
[#2813](https://github.com/wez/wezterm/issues/2813)
|
||||
* Correctly recognize `Alt-[` keyboard events. Thanks to
|
||||
[@imsnif](https://github.com/imsnif)!
|
||||
[#3009](https://github.com/wez/wezterm/pull/3009)
|
||||
* Adjusted Line clustering when bidi is disabled to improve perf when
|
||||
used in wezterm
|
||||
* Fix crash bug when using to TeenyString inside Cell with Rust 1.67
|
||||
* Updated nerdfonts metadata for v2.3.3
|
||||
|
||||
## termwiz-0.19.0:
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
authors = ["Wez Furlong"]
|
||||
name = "termwiz"
|
||||
version = "0.19.0"
|
||||
version = "0.20.0"
|
||||
edition = "2018"
|
||||
repository = "https://github.com/wez/wezterm"
|
||||
description = "Terminal Wizardry for Unix and Windows"
|
||||
|
@ -48,5 +48,5 @@ env_logger = "0.10"
|
||||
rstest = "0.16"
|
||||
shell-words = "1.1"
|
||||
smol-potat = "1.1.2"
|
||||
termwiz = { version = "0.19", path = "../termwiz" }
|
||||
termwiz = { version = "0.20", path = "../termwiz" }
|
||||
whoami = "1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user