From 94e5d99112d788912ad2f057ae930f89c5280aa3 Mon Sep 17 00:00:00 2001 From: Lyude Paul Date: Mon, 26 Dec 2022 22:28:36 -0500 Subject: [PATCH] v1.0.2 New stable release, bugs fixed: * OSX (thanks @jacobmischka) * #46 - Workaround transparent windows bug in GTK4 * Disable default shortcuts * All * Fix appearance of error window that displays when initialization fails, which regressed since GTK4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99e7447b..e5dddf7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nvim-gtk" -version = "1.0.1" +version = "1.0.2" authors = [ "daa84 ", "Lyude Paul ",