Skip to content

Commit

Permalink
release: 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MultisampledNight committed Jan 5, 2024
1 parent 3c98a2f commit a29c6f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.12.0"
version = "0.12.1"
edition = "2021"
build = "build.rs"
resolver = "2"
Expand Down Expand Up @@ -108,7 +108,7 @@ debug = true
name = "Neovide"
identifier = "com.neovide.neovide"
icon = ["assets/neovide.ico"]
version = "0.12.0"
version = "0.12.1"
resources = []
copyright = "Copyright (c) Neovide Contributors 2023. All rights reserved."
category = "Productivity"
Expand Down
2 changes: 2 additions & 0 deletions website/docs/config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ see that doc for details on what those settings do.

#### `Font`

**Available since 0.12.1.**

`[font]` table in configuration file contains:

- `normal`: `{ family = "string", style = "string" }` | `string`
Expand Down
3 changes: 2 additions & 1 deletion website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Lua:
vim.o.guifont = "Source Code Pro:h14" -- text below applies for VimScript
```

Controls the font used by Neovide. Only setting which is actually controlled through an option, and
Controls the font used by Neovide. Also check [the config file](./config-file.md) to see how to
configure features. This is the only setting which is actually controlled through an option, and
as such it's also documented in `:h guifont`. But to sum it up and also add Neovide's extension:

- The basic format is `Primary\ Font,Fallback\ Font\ 1,Fallback\ Font\ 2:option1:option2:option3`,
Expand Down

0 comments on commit a29c6f6

Please sign in to comment.