mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
7d4bba7aa7
This is a maintenance release, consisting of bug fixes. - checkhealth: Add shims for health functions (#23241) - Add vim.lsp.buf.formatting_sync() to deprecated.txt - treesitter: update parsers and queries - api: Extmark highlight groups not always included in details - api: Avoid assertion when autocmd group id is 0 - api: Don't change title when setting buffer in a window - api: Nvim_get_hl should return default flag - colorscheme: Try .lua files in 'rtp' before .vim files in 'pp' - statuscolumn: fix issues when used with virt_lines and signs - drawline: Make cursorlineopt=screenline work with resized grid - eval: Prevent double-free in garbage collection - extmarks: Don't show virt lines for end mark - float: Make bufpos work properly with resized parent grid - highlight: Add missing g: prefix for colors_name - highlight: Combine ColorColumn with low-priority CursorLine - highlight: Apply 'winblend' to NormalNC - lua: Inspect_pos respect bufnr when get syntax info - lua: Vim.split may trim inner empty items - man.lua: Don't continue on command error - man.lua: Return support of all sections - mark: Properly init mark views - messages: Ensure msg_grid is at top at more prompt - mkspell: Prevent Unicode character overflow - mouse: Cmdline click registered as statuscolumn - mouse: Fix popup menu position check with winbar - normal: Make "g$" work properly with resized grid - pum: Show right-click menu above cmdline area - pum: Position properly with multigrid and floats - pum: Fix issues with with 'rightleft' - redo: Make redo of Lua mappings in op-pending mode work - redraw: Multibyte characters are wrapped at the end of a line - redraw: Overwrite double-width char with virt_text properly - ruler: Show ruler of curwin with no statusline in cmdline - spell: Extmark with spell=false should disable spell - statusline: Also allow right click when 'mousemodel' is "popup*" - substitute: Properly check if preview is needed - termdebug: Handle partial lines passed to callback - tui: Position cursor at bottom-left before stopping - tui: Redraw on SIGWINCH even if size didn't change - tui: Grid_clear properly clears the screen - tui: Fix title restore with title stack or altscreen - ui: Send title to newly-attached UI - windows: Set stdout to binary mode for --api-info - windows: Revert installation context to per-machine - build: Include all dependency directories when generating headers
69 lines
2.6 KiB
XML
69 lines
2.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="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://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>
|
|
<id>nvim</id>
|
|
</provides>
|
|
</component>
|