Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog update - v1.2.0 #14

Merged
merged 1 commit into from
Mar 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
# intellij-pangu Changelog

## [Unreleased]
- Fix some issues.
- Update plugin framework.

## [1.2.0] - 2023-03-05
- Fix some issues.%0D%0A- Update plugin framework.%0D%0A%0A[Unreleased]: null/compare/v1.1.3...HEAD

## [1.1.3]

### Added
- Support 2022.3

Expand All @@ -17,13 +19,23 @@
- Update plugin description.

## [1.1.0]

### Added
- Support all IntelliJ Platform-Based IDEs.
- Support format in commit message.
- Support format in Reformat Code Action and Reformat Commit Message Action.
- Change the keyboard shortcut because it conflicts with "Commit and Push" while using the non-model commit interface in Version Control.

## [1.0.0]

### Added
- Spacing selected content.
- Spacing whole file.
- Spacing whole file.

[Unreleased]: null/compare/v1.2.0...HEAD
[1.2.0]: null/compare/v1.1.3...v1.2.0
[1.1.3]: null/compare/v1.1.2...v1.1.3
[1.1.2]: null/compare/v1.1.1...v1.1.2
[1.1.1]: null/compare/v1.1.0...v1.1.1
[1.1.0]: null/compare/v1.0.0...v1.1.0
[1.0.0]: null/commits/v1.0.0