From 5b839ced692230fe582fde41f79f875ee90451e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Linse?= Date: Fri, 31 Dec 2021 18:02:21 +0100 Subject: [PATCH] NVIM 0.6.1 (2021-12-31) Bug Fixes * api: allow nvim_buf_set_extmark to accept end_row key #16686 1b54344 * diagnostic: assert that diagnostics have line number and column #16687 9dae939 * diagnostic: clamp diagnostics on negative line numbers #16497 096f841 * diagnostic: escape special chars in file names #16588 beac24d * diagnostic: respect "if_many" source option for virtual text #16697 060eeaa * diagnostic: set effective buffer number for DiagnosticChanged autocmd #16485 84784a8 * diagnostic: set effective buffer number in autocmd (again) #16590 08ddfa9, closes #16474 * lua: do not cast offset to char_u 93f1ec0 * lsp: avoid attaching to unloaded buffers #16726 0088994 * lsp: call config on_exit handler before context is cleared #16781 571609f * lsp: fix `nil`-index behavior for UTF-8 in `_str_*index_enc` methods #16785 03bd914 * lsp: handle offset encoding #16783 7b60ec7 * lsp: progress handlers should return vim.NIL on error #16476 fb11ef0 * options: disallow empty 'fdc' and 'scl' #16776 37a00be * quickfix: avoid O(N^2) when filling from string typval #16663 aa0ddc6 * screenpos, float: add top and left border adjustment 8f68548 * terminal: fix resize crash with pending scrollback #16665 ae249d8 * ui: close floating window on BufLeave event #16664 785bace * uri: change scheme pattern to not include the comma character #16798 0e96f7d Features * lsp,diagnostic: open folds in jump-related functions #16784 ee9e342 * lsp: add buf_detach_client #16741 ec101b9 * lsp: use `vim.ui.select` for selecting lsp client #16782 14357c8 * runtime: new checkhealth filetype #16708 09306f0 --- CMakeLists.txt | 2 +- runtime/nvim.appdata.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99d804b2ed..6825ec59c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,7 +138,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 6) 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 8) # Bump this after any API change. diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xml index 225dd79878..4ad656f1a3 100644 --- a/runtime/nvim.appdata.xml +++ b/runtime/nvim.appdata.xml @@ -26,7 +26,9 @@ + +