Skip to content

Commit

Permalink
Bump version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MultisampledNight committed Nov 6, 2022
1 parent fe66dde commit cb21bf1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neovide"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
build = "build.rs"
description = "Neovide: No Nonsense Neovim Gui"
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.1+git"
version: "0.10.2+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: 2 additions & 0 deletions website/docs/command-line-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ or not.
--novsync
```

**Available since 0.10.2.**

By default, Neovide requests to use VSync on the created window. This option disables this behavior.

### Remote TCP
Expand Down
9 changes: 6 additions & 3 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ as such it's also documented in `:h guifont`. But to sum it up and also add Neov
- `hX` — Sets the font size to `X` points, while `X` can be any (even floating-point) number.
- `b` — Sets the font **bold**.
- `i` — Sets the font _italic_.
- `#e-X` — Sets edge pixels to be drawn opaquely or with partial transparency,
while `X` is a type of edging:
- `#e-X` (available since 0.10.2) — Sets edge pixels to be drawn opaquely or
with partial transparency, while `X` is a type of edging:
- antialias (default)
- subpixelantialias
- alias
- `#h-X` - Sets level of glyph outline adjustment, while `X` is a type of hinting:
- `#h-X` (available since 0.10.2) - Sets level of glyph outline adjustment, while `X` is
a type of hinting:
- full (default)
- normal
- slight
Expand All @@ -64,6 +65,8 @@ as such it's also documented in `:h guifont`. But to sum it up and also add Neov
let g:neovide_scale_factor = 1.0
```

**Available since 0.10.2.**

In addition to setting the font itself, this setting allows to change the scale without changing the
whole font definition. Very useful for presentations. See [the FAQ section about
this][scale-runtime] for a nice recipe to bind this to a hotkey.
Expand Down

0 comments on commit cb21bf1

Please sign in to comment.