Skip to content

Commit

Permalink
release: 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MultisampledNight committed Dec 24, 2023
1 parent 5456bdf commit af9869b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.11.2"
version = "0.12.0"
edition = "2021"
build = "build.rs"
resolver = "2"
Expand Down Expand Up @@ -107,7 +107,7 @@ debug = true
name = "Neovide"
identifier = "com.neovide.neovide"
icon = ["assets/neovide.ico"]
version = "0.11.2"
version = "0.12.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.11.2+git"
version: "0.12.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/command-line-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Can not be used together with `--size`, or `--grid`.

```

**Unreleased yet.**
**Available since 0.12.0.**

Sets the initial grid size of the window. If no value is given, it defaults to
columns/lines from `init.vim/lua`, see
Expand Down
8 changes: 4 additions & 4 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ vim.g.neovide_light_angle_degrees = 45
vim.g.neovide_light_radius = 5
```

**Unreleased yet.**
**Available since 0.12.0.**

Setting `g:neovide_floating_shadow` to false will disable the shadow borders for floating windows.
The other variables configure the shadow in various ways:
Expand Down Expand Up @@ -267,7 +267,7 @@ encouraged in order to tune it to your liking.

#### Far scroll lines

**Unreleased yet.**
**Available since 0.12.0.**

VimScript:

Expand Down Expand Up @@ -317,7 +317,7 @@ Lua:
vim.g.neovide_underline_stroke_scale = 1.0
```

**Unreleased yet.**
**Available since 0.12.0.**

Setting `g:neovide_underline_stroke_scale` to a floating point will increase or decrease the stroke
width of the underlines (including undercurl, underdash, etc.). If the scaled stroke width is less
Expand Down Expand Up @@ -360,7 +360,7 @@ Lua:
vim.g.neovide_unlink_border_highlights = true
```

**Unreleased yet.**
**Available since 0.12.0.**

Neovide uses some highlight groups for detecting the border of the windows, when scrolling. This
detection is not perfect due to some limitations of Neovim, it only returns the final highlight
Expand Down

0 comments on commit af9869b

Please sign in to comment.