diff --git a/CHANGES.md b/CHANGES.md index 868e5d0..2b5b191 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ CHANGES Next Release +1.4.0 + +- Fix issues with alacritty `0.13.0` by using toml config file. `alacritty < 0.13.0` won't be supported anymore. + + 1.3.2 - Allow to specify a configuration file path for Kitty, Wezterm and Alacritty inside diff --git a/Cargo.lock b/Cargo.lock index 20bffda..c03d558 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "glrnvim" -version = "1.3.3" +version = "1.4.0" dependencies = [ "dirs", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 3fec222..d317bae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glrnvim" -version = "1.3.3" +version = "1.4.0" authors = ["beeender "] edition = "2018" description = "glrnvim combines OpenGL (possibly), Rust and NeoVIM together, to make the fastest, simplest neovim GUI."