mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 02:28:47 +10:00
BREAKING CHANGES:fdd5178581#18986 introduce $NVIM, unset $NVIM_LISTEN_ADDRESS VIM PATCHES: git log --oneline --grep "vim-patch" v0.7.0..v0.7.1 FEATURES:0b8faccade#18440 feat(api): add `group_name` to `nvim_get_autocmds`b7a5278249#18440 feat(api): add `group_name` to `nvim_get_autocmds`9e5cef945a#18264 feat(tui): query terminal for CSI u support FIXES:b477afa3ea#1908871e2c49b17refactor(tests): introduce testprg()175892fa37#15913 fix: make_filter_cmd for :! powershellf2b465232d#18331 fix(lsp): make sure to always reset active codelens refreshesb3d754ccd7#18869 fix(lsp): fix multi client handling in code actione820c6d7c3#19069cf9c097f34fix(api): check for inclusive buffer line index out of bounds correctlya05da1c05a#1905317299b302cfix(input): use correct grid when restoring cursor for <expr> mapping7266150eff#1902540e13c8d95#19010 fix(decorations): nvim_buf_set_extmark breaks conceal38928b5cc2#1902318e0d64666fix(tui): fix piping output make nvim unusablecd7ac0eb29#19014433f3067a0fix: use ctermbg/fg instead of bg/fg when use_rgb is false30ae06c8fe#19009777d415da8fix(highlight): let winhighlight use cursorf70e0832b1#18981 fix(hl): return cterm fg/bg even if they match Normalee210b0f74fix(hl): DRY set_hl_group() sg_attr set512a8197c8test(hl): Add Normal group set_hl/get_hl_by_name check79ca64a1ef#18024) fix(hl): set Normal hl group sg_attr value (fixes2ebc76b226#1900141709831aefix(startup): nvim with --clean should not load user rpluginsed9e6d19ab#18990 fix(treesitter): new iter if folded05ce04e994#18984fe42dea674#18976 fix(lua): highlight.on_yank can close timer in twicef15d6094fc#18824 fix(lua): stop pending highlight.on_yank timer, if any5243cb8a4b#18975bf4df2a629fix(ui): do not call showmode() when setting window height3cea4d6de9#1894205f6883ee2fix(buffer): disable buffer-updates before removing buffer from window1dba6cf8f0#189180c9d666205fix(input): fix macro recording with ALT and special keyfc4e4b38b2#18905bd3bb128c0test(ts): skip test if C parser is not availabled317cb2322#188861496f4212bfix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped0dc5bcd072#186803a1e8ef881#18617 fix(autocmds): separate command from desccb1b4bbeae#18655 fix(lsp): only send diagnostics from current buffer in code_action()01d0d2ce64#18517 build(deps): bump Luv to HEAD - c51e7052ef3ffb73b18#18612 fix(health): return 0 if file not exists496e786cad#185340377973769fix(runtime/genvimvim): omit s[ubstitute] from vimCommand35075dcc22#18469 fix(lsp): fix unnecessary buffers being added on empty diagnostics9e040acfa3#18468 fix(lsp): unify progress message handlinge28799f2d8#18436 fix: display global statusline correctly with ext_messages1e28068d0d#18415 fix: ensure has() does not change v:shell_error203b088d75#18411 build(deps): bump LuaJIT to HEAD - 91bc6b8ade502e8106a#18400 fix(treesitter): bump match limit up7567d2195a#18390d165289055fix(lsp): add missing bufnr argumentf3587babfd#18367631393a712fix(filetype.lua): escape expansion of ~ when used as a pattern08cd391047#18360 fix(shared): avoid indexing unindexable values in vim.tbl_get()508c8a597e#18362 fix(ftdetect): source plugins in autogroupffd46b7688#183512a6198319ffix(mac): use same $LANG fallback mechanism as Vim8d4fbcb5b1#18324b80ef0de2ffix(tui): disable extended keys before exiting alternate screen14a5b6b8d4#1831289260ea5d6fix(input): only disable mapped CTRL-C interrupts when getting inputef43e7d1f6#18298 fix: suppress "is a directory" messages with shortmess 'F'aff05c5730#18256 fix: show autocmd output when F is in shortmessfa7d8c333f#18229d916d2f876#18227 fix(lua): don't mutate opts parameter of vim.keymap.delf7e2ad7915#18220 fix(treesitter): create new parser if language is not the same as cached parser7f8faac39e#18205 fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged3ee089ebf4#181670f811afc96fix(tui): update modifyOtherKeys reporting diff --git a/CMakeLists.txt b/CMakeLists.txt index 769a93aa2901..9b5563be0d1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,7 +136,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 7) set(NVIM_VERSION_PATCH 1) -set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers +set(NVIM_VERSION_PRERELEASE "") # for package maintainers # API level set(NVIM_API_LEVEL 9) # Bump this after any API change. diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xml index 1464c2769443..893023db8298 100644 --- a/runtime/nvim.appdata.xml +++ b/runtime/nvim.appdata.xml @@ -26,6 +26,7 @@ </screenshots> <releases> + <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"/>
62 lines
2.3 KiB
XML
62 lines
2.3 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>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="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://github.com/neovim/neovim/wiki/FAQ</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>
|
|
</provides>
|
|
</component>
|