From d18fc96475bd469adbec8fb4bc6bcf8ea9ba74eb Mon Sep 17 00:00:00 2001 From: lauvsong Date: Sun, 25 Jun 2023 01:46:03 +0900 Subject: [PATCH] :memo: Update CHANGELOG v0.0.4 --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171912e..252baab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,13 @@ # refactor-gpt Changelog ## [Unreleased] -### Added -- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) + +## [0.0.4] - 2023-06-26 + +### Fixed + +- Resolved suspending UI issue when requesting ChatGPT API. + ## [0.0.3] - 2023-06-19 @@ -19,3 +24,8 @@ - Resolved UI freezing issue when requesting ChatGPT API. - Removed explanatory sentences, markdowns, and other unnecessary content surrounding the ChatGPT response code. - Indentation is now sorted correctly when applying changes. + + +## [0.0.1] - 2023-06-14 +### Added +- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)