Skip to content

Commit

Permalink
Bump version to 0.11.0 (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
MultisampledNight committed Aug 7, 2023
1 parent 44ae38c commit cb9bbe2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: neovide # you probably want to 'snapcraft register <name>'
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,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/config-file.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
4 changes: 2 additions & 2 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cb9bbe2

Please sign in to comment.