Skip to content

Commit

Permalink
Bump version to 0.12.2 (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Jan 28, 2024
1 parent 4765215 commit 4a40294
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
18 changes: 9 additions & 9 deletions 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.12.1"
version = "0.12.2"
edition = "2021"
build = "build.rs"
resolver = "2"
Expand Down Expand Up @@ -110,7 +110,7 @@ debug = true
name = "Neovide"
identifier = "com.neovide.neovide"
icon = ["assets/neovide.ico"]
version = "0.12.1"
version = "0.12.2"
resources = []
copyright = "Copyright (c) Neovide Contributors 2023. All rights reserved."
category = "Productivity"
Expand Down
2 changes: 2 additions & 0 deletions website/docs/command-line-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ with frame timing issues.
--title-hidden or $NEOVIDE_TITLE_HIDDEN
```

**Available since 0.12.2.**

This sets the window title to be hidden on macOS.

### sRGB
Expand Down
1 change: 1 addition & 0 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ vim.g.neovide_background_color = "#0f1117" .. alpha()
```

**Available since 0.10.**
**Deprecated in 0.12.2.**

![BackgroundColor](assets/BackgroundColor.png)

Expand Down

0 comments on commit 4a40294

Please sign in to comment.