From 57cde536f7602cb6e4af99ecc8db3565553ceae7 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Fri, 4 Nov 2022 13:16:11 +0800 Subject: [PATCH] release: cv2022.11.04 Signed-off-by: Avimitin Former-commit-id: d766f9186d84d22c989fecc9026c2240760559f8 [formerly d766f9186d84d22c989fecc9026c2240760559f8 [formerly c7c9299b0456a2eef3366408ac96c39fd7e4c8da]] Former-commit-id: 94ab72c2f983efae6e552d77a83980cc68213124 Former-commit-id: 5d58f53e3fe530ec5e10e2cf122056579210d0a8 --- RELEASES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 7d961b2a..69c89156 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,26 @@ +cv2022.11.04 +============ + +ADDED: +------ +* Completion + - Add signature completion to indicate the parameters + - Add command line lsp symbol search completion +* Enhancement + - Add hlslens to indicate the search context + - Add scrollbar to indicate the LSP status +* Document + - Add README.md for each sub-directory + +CHANGED: +-------- +* option: set lazyredraw to true, to have responsive pop up menu +* terminal: replace normal mode keymap to `` +* terminal: add ability to spawn multiple terminal +* git: use same icon for git add/change +* notify: truncate message when the string length is larger than 72 + + cv2022.10.16 ============