From 529dc35ac8b9d1b66b9dc62f823252f0b08c7d30 Mon Sep 17 00:00:00 2001 From: Lyude Paul Date: Fri, 30 Dec 2022 19:41:58 -0500 Subject: [PATCH] v1.0.4 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6347d4a0..48ad9615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.0.4 + +## Bugs fixed: + +* Fixed an issue where the GTK+ paned container could potentially steal focus from the NvimViewport + widget +* Undercurl appearance fixed + +--- + # v1.0.3 ## Bugs fixed: diff --git a/Cargo.lock b/Cargo.lock index c622daf3..3587862d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -761,7 +761,7 @@ dependencies = [ [[package]] name = "nvim-gtk" -version = "1.0.3" +version = "1.0.4" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index f4b01b31..74443a88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nvim-gtk" -version = "1.0.3" +version = "1.0.4" authors = [ "daa84 ", "Lyude Paul ",