mirror of
https://github.com/neovim/neovim.git
synced 2026-04-06 07:38:31 +00:00
NVIM v0.11.7
Following is a list of commits (fixes/features only) in this release. See `:help news` in Nvim for release notes. FIXES -------------------------------------------------------------------------------- -b1f2fe46cdlsp.enable() don't work correctly inside FileType event #37538 -9b13ee041fapi: nvim_set_hl crashes when url= key is passed -3a94763124channel: crash on failed sockconnect() (#37811) -7281cf883echannel: possible hang after connecting with TCP times out (#37813) -7bb3c3068chighlight: setting 'winhl' doesn't work with global ns (#37868) -cf6660d3c1mpack: boundary values for negative integer encoding (#38411) -f9c67c40bclsp: call `on_list` before reading `loclist` #37645 -818b97173eprocess: avoid buffering unnecessary UI event with PTY CWD (#37582) -3eef5752b3terminal: heap UAF if buffer deleted during TermRequest (#37612) -37738d5ae0terminal: reset `w_leftcol` after resizing terminal -e0ea90070atreesitter: escape hyphen in lua pattern -85d4822797treesitter: normalize language aliases -03815969c4watch: invalid joined path #37973 PERFORMANCE -------------------------------------------------------------------------------- -768b624c40filetype: vim.filetype.get_option cache miss when option value is false #37593 VIM PATCHES -------------------------------------------------------------------------------- -c7f48e40b89.1.2119: tests: Test_language_cmd fails on OpenBSD (#37503) -d47d317a799.1.2128: Heap use after free in buf_check_timestamp() -79ed49cc699.1.2130: Page scrolling in Insert mode beeps (#37710) -4792c299699.1.2132: [security]: buffer-overflow in 'helpfile' option handling (#37735) -03e68ad5d39.1.2133: Another case of buffer overflow with 'helpfile' (#37746) -5f6b1954029.1.2136: :tab sbuffer may close old tabpage (#37765) -b072f89d1e9.2.0004: Changing hidden prompt buffer cancels :startinsert/:stopinsert (#37881) -de20500b409.2.0028: matchadd() conceal may use unrelated syntax cchar (#37974) -7fc228d94f9.2.0077: [security]: Crash when recovering a corrupted swap file (#38104) -b9459fba269.2.0078: [security]: stack-buffer-overflow in build_stl_str_hl() (#38102) -976db1ba4b9.2.0137: [security]: crash with composing char in collection range (#38261) -bea7f3a44e9.2.0202: [security]: command injection via newline in glob() (#38385)
This commit is contained in:
@@ -142,7 +142,7 @@ endif()
|
||||
set(NVIM_VERSION_MAJOR 0)
|
||||
set(NVIM_VERSION_MINOR 11)
|
||||
set(NVIM_VERSION_PATCH 7)
|
||||
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
||||
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
|
||||
|
||||
# API level
|
||||
set(NVIM_API_LEVEL 13) # Bump this after any API/stdlib change.
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release date="2026-03-28" version="0.11.7"/>
|
||||
<release date="2026-01-26" version="0.11.6"/>
|
||||
<release date="2025-11-02" version="0.11.5"/>
|
||||
<release date="2025-08-31" version="0.11.4"/>
|
||||
|
||||
Reference in New Issue
Block a user