From db0721a60f38c2aa7d76c31dd873444d2978935f Mon Sep 17 00:00:00 2001 From: BioCrossCoder Date: Sat, 23 Nov 2024 14:19:18 +0800 Subject: [PATCH] [doc] update version changelog --- CHANGELOG.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ba896..cbcf46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to the "code-block-folder" extension will be documented in t Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [Unreleased] +## [v0.0.1] -- Initial release \ No newline at end of file +- Initial release + +## [v0.0.2] + +- Add examples in `README` + +## [v0.0.3] + +- Fix demonstration picture links in `README` + +## [v0.0.4] + +- Fix: [highlighting inactive](https://github.com/se-dev-pion/code-block-folder/issues/9) +- Optimize: [better performance](https://github.com/se-dev-pion/code-block-folder/issues/8) +- Feature: [better keyboard-shortcut support](https://github.com/se-dev-pion/code-block-folder/issues/5) +- Fix: [redundant highlight](https://github.com/se-dev-pion/code-block-folder/issues/1) +- Fix: [folding ineffective](https://github.com/se-dev-pion/code-block-folder/issues/4) +- Optimize: [better color matching](https://github.com/se-dev-pion/code-block-folder/issues/2)