Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neovide 0.13.0 #171965

Merged
merged 2 commits into from
May 17, 2024
Merged

neovide 0.13.0 #171965

merged 2 commits into from
May 17, 2024

Conversation

moonfruit
Copy link
Contributor

Created with brew bump-formula-pr.

release notes
## What's Changed
The main highlights are:
* Improved and more configurable font rendering, see `neovide_text_contrast` and `neovide_text_gamma`
* D3D for smoother rendering on Windows
* Fully working smooth scrolling in Windows with borders and highlights
* Better stability compared to 0.12.x

Breaking changes

  • Neovim 0.10.0 is now required
  • The font size in config.toml is now specified in points instead of pixels, to match the behaviour of guifont and most other software
  • The macOS option neovide_input_macos_alt_is_meta has been renamed to neovide_input_macos_option_key_is_meta and instead of true/false it can now be set to only_left, only_right, both or none
  • The font sizes are now slightly different and matches that set in most other programs due to the fractional font support.
  • The --fork option has been reversed, and --no-fork is now the default. If the old behaviour is desired, you can set the environment variable NEOVIDE_FORK=1
  • Closing the Window when using remote connections now also exits Neovim. If you want to keep the remote instance running, you can detach using :call chanclose(g:neovide_channel_id)

Known issues

  • Neovide will hang on some Windows systems. This has turned out to be a very tricky bug to track down, since it only occurs on a few systems. See fix!: Perform a clean exit again neovide/neovide#2463 for more information. Any help debugging this is highly appreciated.

Features

Bug fixes

Other changes

(including fixes for bugs that were not part of the previous release)

New Contributors

Full Changelog: neovide/neovide@0.12.2...0.13.0

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 17, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 17, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue May 17, 2024
Merged via the queue into Homebrew:master with commit 7b80e6e May 17, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants