mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
NVIM 0.9.4
This is a maintenance release, focusing on bugfixes. BUG FIXES - build: Fix exporting symbols on macOS Sonoma - api: Handle NUL in nvim_err_write() and nvim_out_write() - autocmd: Api functions accepting garbage after event name - clang: Null pointer dereference in parse_msgpack - clipboard: Don't pass --foreground to wl-copy - exception: Remember whether message is multiline - float: Update position of anchored windows first - float: Fix some other crashes with :unhide or :all - lua: Not using global value in vim.opt_global - lua: Show error message when failing to set variable - mouse: Click on 'statuscolumn' with 'rightleft' - path: Accept special characters on Windows - provider: Fix python3 provider cannot detect python3.12 - provider/pythonx: Import the correct module - rpc: Fix race condition - runtime: Add commentstring for D ftplugin - statuscolumn: Update number hl for each screen line - terminal: Check terminal size at end of screen update - treesitter: Remove more double recursion - ui: "resize -1" with cmdheight=0 - unhide: Close floating windows first - unittests: Ignore __s128 and __u128 types in ffi - tutor: Clarify the meaning of ✗ and ✓ BUILD SYSTEM! - deps: Bump libmpack-lua to 1.0.11 - ci: fix mac release for Sonoma
This commit is contained in:
parent
cc398c5b06
commit
d772f697a2
@ -111,7 +111,7 @@ set_default_buildtype()
|
||||
set(NVIM_VERSION_MAJOR 0)
|
||||
set(NVIM_VERSION_MINOR 9)
|
||||
set(NVIM_VERSION_PATCH 4)
|
||||
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
||||
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
|
||||
|
||||
# API level
|
||||
set(NVIM_API_LEVEL 11) # Bump this after any API change.
|
||||
|
@ -26,7 +26,7 @@
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release date="2023-10-09" version="0.9.3"/>
|
||||
<release date="2023-10-09" version="0.9.4"/>
|
||||
<release date="2023-09-07" version="0.9.2"/>
|
||||
<release date="2023-05-29" version="0.9.1"/>
|
||||
<release date="2023-04-07" version="0.9.0"/>
|
||||
|
Loading…
Reference in New Issue
Block a user