Skip to content

Commit

Permalink
📝 Update CHANGELOG v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lauvsong committed Jun 24, 2023
1 parent 5e7a57f commit d18fc96
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

0 comments on commit d18fc96

Please sign in to comment.