From 897819aaf4604624a1d2b1dcde8693189959c127 Mon Sep 17 00:00:00 2001 From: Ashwin Shenoy Date: Wed, 2 Feb 2022 16:01:33 +0530 Subject: [PATCH] [Chore] Update changelog. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b1552..b7878f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,3 +52,14 @@ properly (#4) ### Added - Added command palette and main menu entries for viewing documentation. - Added command palette entry for opening key bindings. + +## [1.4.0] - 2021-02- + +### Fixed +- Use color based kind ids instead of semantic kind ids for command type icons so that the command icons looks similar on theme using image textures (#6). + +### Added +- Document `patter` & `replace_pattern` arguments for `show_panel` & `group` for `open_file` commands. +- Document `clear_recent_missing`, `open_repository` commands on Sublime Merge. +- Improved documentation for +- Added command palette entry for opening the wiki documentation.