neovim/runtime/nvim.appdata.xml

57 lines
2.0 KiB
XML
Raw Normal View History

<?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>
NVIM v0.5.1 BREAKING CHANGES: d83df7f7b5c1 feat(lua)!: register_keystroke_callback => on_key cd8f6c5fb785 feat(lsp)!: change handler signature #15504 FEATURES: 915dda3f96b3 feat(jobstart): add parameter to close stdin FIXES: f8e0011534a3 #15732 fix(inccommand): ignore trailing commands only for *previewed* command 2132c063af3a backport: fix(windowing): positioning of relative floats 51d6b26729f4 #15495 backport: tests(lua/on_yank): assert conditions that fail correctly f7002337c02a #15482 backport: fix(lua): verify buffer in highlight.on_yank 6bda2f56eb01 #15454 backport: fix(window.c): win_close from other tabpage be58ba250ee2 #15372 backport: fix(autocmd.c): fix conditions in block_autocmds, unblock_autocmds d0e9a11e395a backport: refactor(sign): include longer sign column option 5c42376c15e2 backport: fix(sign): reset auto sign column with minimum in float win minimal style 41f761130e4f backport: fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespace cf62554e5aea #15111 backport: fix(:source): copy curbuf lines to memory before sourcing 6436100b6e4b #14809 backport: fix(:source, nvim_exec): handle Vimscript line continuations 917f30666657 #15043 backport: test/memory_usage_spec: skip on MacOS a9cca1b050f4 #14984 backport: fixup(clipboard): Fix error not properly handled ae89330ec047 #14982 backport: fix(vim.opt): vimL map string values not trimmed 2229e99ef918 #14962 backport: fixup(clipboard): Use case matching b6b12ea7c3f2 #15489 fix(man.vim): filetype=man is too eager 6f965f41dfd6 build: use RelWithDebInfo build for nightlies, Release for releases f027c5e1e463 build: update appdata.xml version in release commit 8336488ce1cd test(treesitter): skip all parsers tests if parsers aren't installed 008b83f5a28e Rename stdin to stdin_mode (fixes Windows build) FIXES (LSP): 132053c1d2bd #15523 backport: fix(lsp): resolve bufnr in buf_is_attached a265201307f6 backport: fix(lsp): Ensure human readable errors are printed 33000bd9cff3 backport: fix(lsp): Ensure users get feedback on references/symbols errors or empty results 9f73b7c214c6 #14954 backport: fix(lsp): correctly check for windows in lsp logger eaa1c4737792 #15023 backport: fix(lsp): restore diagnostics extmarks that were moved to the last edit line 989ccb822203 #15011 backport: fix(lsp): restore diagnostics extmarks on buffer changes 2ae4c96d9176 backport: fix(lsp): prevent double <text> for cached plaintext markup 7b0ae589f0a7 feat(lsp): allow root_dir to be nil (#15430) (Mathias Fußenegger) 8ec5bc91262a lsp(start_client): Allow passing custom workspaceFolders to the LSP (#15132) (sim) 959cf5e53c79 fix(lsp): check if buffer is valid in changetracking (#15505) (Jose Alvarez) dc15b3a92c9b fix(lsp): avoid ipairs on non-sequential tables (#15059) (Michael Lingelbach) 18375c6df609 feat(lsp): improve vim.lsp.util.apply_text_edits (#15561) (hrsh7th) 7b1315fe6113 feat(lsp): improve logging (#15636) (Michael Lingelbach)
2021-09-26 08:43:23 -07:00
<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"/>
2019-11-24 18:53:33 -07:00
<release date="2019-11-06" version="0.4.3"/>
2019-09-15 19:44:11 -07:00
<release date="2019-09-15" version="0.4.2"/>
2019-09-15 17:24:41 -07:00
<release date="2019-09-15" version="0.4.1"/>
2019-09-15 16:19:49 -07:00
<release date="2019-09-15" version="0.4.0"/>
2019-08-25 16:00:52 -07:00
<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>
2019-08-25 16:00:52 -07:00
<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>