mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 16:23:48 +00:00
Following is a list of commits (fixes/features only) in this release. See `:help news` in Nvim for release notes. BREAKING -------------------------------------------------------------------------------- -f54f566bf8diagnostic: deprecate `format` as a table FEATURES -------------------------------------------------------------------------------- -fd1b193d51:restart: v:starttime, v:exitreason #39319 -c407e3e67beval: treat Lua string as "blob" in writefile() #39098 -a0dcdcd8a0treesitter: provide select() -49efe692f3vim.pos: accept buf=0 for current buf #39414 -ad27075c8dvim.pos: pos:to_offset(), pos.offset() (#39639) -b05675bccc`opts.scope` in `vim.ui.input` (#39906) PERFORMANCE -------------------------------------------------------------------------------- -96d5dd4107vim.pos: use numeric index internally #39447 FIXES -------------------------------------------------------------------------------- -e230ff0439vim._with may silence all cmdline-errors #34301 -781c43ea05api: adjust Visual position after nvim_buf_set_text #30690 -5b8268356aapi: don't update 'title' when renaming non-curbuf #39743 -4df16ecdb9api: `LuaRef` leak in `nvim_set_keymap` on LHS too long (>=66 bytes) (#39376) -e5d6d2e769api: leak `preview` callback `LuaRef` in `nvim_create_user_command` (#39377) -f0baa18043channel: stack-buffer-overflow with exit during connection (#39387) -d9baaf7da1ci: generate more data to stress output throttling test #39577 -f62ce1a42fdifftool: handle filenames containing spaces #39740 -fb56d50032eval: writestring() handling of null #39328 -822778f7e5excmd: use realtime for v:starttime, :uptime #39425 -8fccb26cd3fold: virtual lines duplicate foldopen (#39891) -10695f44afhealth: set 'tags' for help filetype #39742 -e069022215help: fix CTRL character issue for :help {subject} #39537 -445fe8a6b7lsp: calc correct screen_width when opts.relative == 'editor' (#39977) -93dc301781lsp: callHierarchy/outgoingCalls ranges are relative to caller, not callee #39336 -5e6c8d4edflsp: check window is still valid after async request #39396 -8919b02ebalsp: dynamic registration for off-spec method #39544 -c4d3a3d363lsp: filter code_action diagnostics to the cursor #38988 -27d01f2dbblsp: handle null id in JSON-RPC responses -aedbae4ab6lsp: handle self-mapped methods in supports_method #39383 -0bd6e62509lsp: malformed edit if apply_text_edits() is called twice (#39347) -378f5f49b3lsp: show meaningful error on invalid completion response (#39476) -c9ca59ad28lsp: util.lua attempt to concatenate userdata #39510 -e67f9c5853lua: avoid `__index` when deciding if a table is a list #39556 -731f9743e2lua: don't strip debuginfo in precompile module #39191 -b0bfce290flua: fields of `nvim.spellfile.Opts` are optional #39902 -34bf0472abmarks: don't use spell decorations from other lines (#39441) -d1cf3ab4c3marks: read from the correct variable in conceal_lines mark collection (#39991) -33b6b0bfe5messages: avoid recursive rtp build due to msg_show #39888 -d725ead5ecmessages: reset redirection message column after :echon #39472 -b490fba786mouse: mouse=n should not adjust visual selection -17ddfde131net: `:edit <uri>` should set buftype=nofile #39915 -dd95e434e3pack: only use tags that strictly comply with semver spec #39342 -585c93204fpath: `nvim_get_runtime_file` fails on DOS 8.3 filename #40144 -42f6c1c443prompt: handle multi-element lists in prompt_appendbuf #39550 -915880d252shada: bdelete'd buffers not stored in oldfiles #39070 -e4a9bd55b2shada: set correct buffer number for local marks on read #39712 -2389cf2e39shell: preserve CR when `:!` outputs to binary-mode buffer #39558 -98098d8466startup: emitting useless OptionSet -ae9f7accddstatusline: no cmdline ruler for autocommand window -39e8c584d5terminal: memory leak in pending TermRequest StringBuilder #39333 -fa69cac7e3terminal: memory leak when pasting '=' register (#39738) -3a3405d964test: only test for unibilium if a valid compilation string exists -dcf9e8a98etreesitter: crash in ts_parser_delete after gc #39497 -4f22640b86treesitter: get_node_text() inconsistent trailing newline #39409 -654c964d1atrust: hash unchanged empty buffers as empty files #39027 -70f22713a1ui2: entering the pager fails if `<ESC>` is remapped to `:fclose` (#39462) -13041a067eui2: error E518 when typing "vim:" in cmdline #39599 -a0ee5811b1unittest: preprocess failure when __typeof declarations present #40145 -b9d39f5bb2vim.fs: fs.dir() may return nil "type" on some filesystems #39749 -be4e7cfd6avim.hl: range(0,…) highlight not cleared after buffer-switch #40130 -79fd0b6655vim.range: empty ranges semantics vs regular ranges #39474 -2ec758f403vim.range: validate arguments on all cases #39415 -f83e0dcaf8vim.secure: read() command injection vulnerability #39918 BUILD -------------------------------------------------------------------------------- -a612ada984version bump -b1b489b316docs: sort/lint class fields and keysets -4f6c711fc0test: declaration specifier expected near '_Static_assert' #39788 VIM PATCHES -------------------------------------------------------------------------------- -964e797fdf9.2.0395: tests: Test_backupskip() may read from $HOME (#39417) -b0139403919.2.0435: [security]: backticks in 'path' may cause shell execution on completion -f9f25962889.2.0436: Buffer overflow when parsing overlong errorformat lines (#39578) -0aa77cb78c9.2.0443: GUI: cancelling save dialog overwrites or discards unnamed buffer (#39617) -15a58bb02a9.2.0444: Cannot set 'path' option via modeline -03af1ec9319.2.0450: [security]: heap buffer overflow in spellfile.c read_compound() (#39660) -2902ec05419.2.0458: Crash with invalid shellredir/shellpipe value (#39691) -647b6be4899.2.0461: Corrupted undofile causes use-after-free (#39707) -c8e0af85e09.2.0500: filetype: some html files wrongly recognized as htmlangular (#39880) -d9b8bac4359.2.0508: completion: cannot complete user cmd :K with 'ignorecase' (#39944) -15a3318e139.2.0513: [security]: memory safety issues in spellfile.c (#39960) -cc1982bd069.2.0517: quickfix: can set quickfixtextfunc in restricted/sandbox mode (#39970) -dfd6cd477fbfebd12: runtime(javacc): Check for existence of javaFuncDef syn group before clearing it (#39731) -a76bcbe3b8partial:9.2.0315: missing bound-checks (#39334)
89 lines
3.6 KiB
XML
89 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright 2018 Neovim contributors
|
|
|
|
See also:
|
|
https://appimage.github.io/neovim/
|
|
https://github.com/flathub/io.neovim.nvim
|
|
-->
|
|
<component type="desktop-application">
|
|
<id>io.neovim.nvim</id>
|
|
<translation type="gettext">nvim</translation>
|
|
<project_license>Apache-2.0</project_license>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<name>Neovim</name>
|
|
<summary>Vim-fork focused on extensibility and usability</summary>
|
|
|
|
<description>
|
|
<p>Neovim is a refactor of the Vim text editor designed to encourage new features, advanced UIs, and powerful extensions.</p>
|
|
</description>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<caption>Live :substitute feature</caption>
|
|
<image>https://neovim.io/images/nvim-screenshot-1.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<releases>
|
|
<release date="2026-06-11" version="0.12.3"/>
|
|
<release date="2026-04-22" version="0.12.2"/>
|
|
<release date="2026-04-06" version="0.12.1"/>
|
|
<release date="2026-03-29" version="0.12.0"/>
|
|
<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"/>
|
|
<release date="2025-07-12" version="0.11.3"/>
|
|
<release date="2025-05-30" version="0.11.2"/>
|
|
<release date="2025-04-26" version="0.11.1"/>
|
|
<release date="2025-03-26" version="0.11.0"/>
|
|
<release date="2025-01-29" version="0.10.4"/>
|
|
<release date="2024-12-21" version="0.10.3"/>
|
|
<release date="2024-10-03" version="0.10.2"/>
|
|
<release date="2024-07-24" version="0.10.1"/>
|
|
<release date="2024-05-16" version="0.10.0"/>
|
|
<release date="2023-12-30" version="0.9.5"/>
|
|
<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"/>
|
|
<release date="2023-02-02" version="0.8.3"/>
|
|
<release date="2022-12-29" version="0.8.2"/>
|
|
<release date="2022-11-14" version="0.8.1"/>
|
|
<release date="2022-09-30" version="0.8.0"/>
|
|
<release date="2022-06-26" version="0.7.2"/>
|
|
<release date="2022-06-26" version="0.7.1"/>
|
|
<release date="2022-04-15" version="0.7.0"/>
|
|
<release date="2021-12-31" version="0.6.1"/>
|
|
<release date="2021-11-30" version="0.6.0"/>
|
|
<release date="2021-09-26" version="0.5.1"/>
|
|
<release date="2021-07-02" version="0.5.0"/>
|
|
<release date="2020-08-04" version="0.4.4"/>
|
|
<release date="2019-11-06" version="0.4.3"/>
|
|
<release date="2019-09-15" version="0.4.2"/>
|
|
<release date="2019-09-15" version="0.4.1"/>
|
|
<release date="2019-09-15" version="0.4.0"/>
|
|
<release date="2019-07-03" version="0.3.8"/>
|
|
<release date="2019-04-29" version="0.3.5"/>
|
|
<release date="2019-01-13" version="0.3.4"/>
|
|
<release date="2019-01-05" version="0.3.3"/>
|
|
<release date="2018-12-31" version="0.3.2"/>
|
|
<release date="2018-07-19" version="0.3.1"/>
|
|
<release date="2018-07-11" version="0.3.0"/>
|
|
</releases>
|
|
|
|
<content_rating type="oars-1.1"/>
|
|
<launchable type="desktop-id">nvim.desktop</launchable>
|
|
<url type="homepage">https://neovim.io/</url>
|
|
<url type="bugtracker">https://github.com/neovim/neovim/issues</url>
|
|
<url type="faq">https://neovim.io/doc/user/faq.html</url>
|
|
<url type="help">https://neovim.io/doc/</url>
|
|
<url type="donation">https://neovim.io/#sponsor</url>
|
|
<url type="translate">https://github.com/neovim/neovim/tree/master/src/nvim/po</url>
|
|
<provides>
|
|
<binary>nvim</binary>
|
|
<id>nvim</id>
|
|
</provides>
|
|
</component>
|