Skip to content

0.12.2

Compare
Choose a tag to compare
@fredizzimo fredizzimo released this 28 Jan 22:44
· 75 commits to main since this release
4a40294

What's Changed

Breaking changes

  • neovide_background_color has been dreprecated, see #2168
  • On macOS, the title is not automatically hidden with --frame buttonless, enable it with --title-hidden (macOS specific)

Features

Bug fixes

  • fix: #2233 by replacing echo command with api call by @genzj in #2241
    • Fixes hangs when errors or messages are shown at startup
  • fix: #2234 by adding !self.scrollback_lines.is_empty() check by @Mentalist in #2247
    • Freeze when opening neo-tree
  • fix: #2240 by swap item order in FontDescriptionSettings by @TwIStOy in #2244
    • Fallback fonts works in config.toml
  • fix: shadow artifacts on macOS by @falcucci in #2272
  • fix: When counting leading spaces for space skip optimization count codepoints by @ZyX-II in #2298
    • Special spaces like NBSP were rendered wrong
  • Fix issue with recursive floating window anchors by @Kethku in #2257
    • Crash when dragging the mouse
  • fix: Prevent the font from becoming zero sized by @fredizzimo in #2307
    • Crash when the font becomes too small
  • fix: Reset the cached font info after the fudge factor is updated by @fredizzimo in #2308
    • The letter spacing of the font could be wrong
  • fix: Error with guifont=* by @fredizzimo in #2309
  • Update dependencies and Winit to 0.29.10 by @fredizzimo in #2310
  • fix: Use rpc request instead of notify for quit requests by @fredizzimo in #2312
  • Send options on startup as well as on changed except for columns and rows by @Kethku in #2315
    • Some options like mousemoveevent set from init.lua/vim were not applied
  • Fix shlex::join Deprecation Warning by @abhillman in #2314
  • feat!: fix appearance of --frame transparent and deprecate neovide_background_color. by @crupest in #2168
  • fix: fix hang on neovim exit by @sid-6581 in #2265

New Contributors

Full Changelog: 0.12.1...0.12.2