diff --git a/Cargo.lock b/Cargo.lock index 219e244f0..0cd9ec5fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1299,7 +1299,7 @@ dependencies = [ [[package]] name = "neovide" -version = "0.10.4" +version = "0.11.0" dependencies = [ "async-trait", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index b7143b31a..65ccbd13f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neovide" -version = "0.10.4" +version = "0.11.0" edition = "2021" build = "build.rs" description = "Neovide: No Nonsense Neovim Gui" @@ -101,7 +101,7 @@ debug = true name = "Neovide" identifier = "com.neovide.neovide" icon = ["assets/neovide.ico"] -version = "0.10.4" +version = "0.11.0" resources = [] copyright = "Copyright (c) Neovide Contributors 2023. All rights reserved." category = "Productivity" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 613d7c877..4e192a994 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: neovide # you probably want to 'snapcraft register ' base: core20 # the base snap is the execution environment for this snap -version: "0.10.4+git" +version: "0.11.0+git" summary: The snappiest vim editor you are likely to find. description: | This is a simple graphical user interface for Neovim. Where possible there are some graphical improvements, diff --git a/website/docs/config-file.md b/website/docs/config-file.md index f4b05a3e4..7417f00fc 100644 --- a/website/docs/config-file.md +++ b/website/docs/config-file.md @@ -1,6 +1,6 @@ # Config File -**Unreleased yet. Build from git main in order to get this before the next release.** +**Available since 0.11.0.** Neovide also support configuration through a config file in [the toml format](https://toml.io). diff --git a/website/docs/configuration.md b/website/docs/configuration.md index 5aa2d1fd2..95f10a807 100644 --- a/website/docs/configuration.md +++ b/website/docs/configuration.md @@ -286,7 +286,7 @@ Lua: vim.g.neovide_theme = 'auto' ``` -**Unreleased yet.** +**Available since 0.11.0.** Set the [`background`](https://neovim.io/doc/user/options.html#'background') option when Neovide starts. Possible values: _light_, _dark_, _auto_. On systems that support it, _auto_ will mirror the @@ -457,7 +457,7 @@ Lua: vim.g.neovide_input_ime = true ``` -**Unreleased yet.** +**Available since 0.11.0.** This lets you disable the IME input. For example, to only enables IME in input mode and when searching, so that you can navigate normally, when typing some East Asian languages, you can add