Skip to content

Commit

Permalink
Changelog update - v1.14.1 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Jul 1, 2024
1 parent 8bc7b90 commit b1764bf
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# gitmoji-intellij-plugin changelog

## [Unreleased]

## [2.0.0] - 2024-07-01

- Translate the gitmoji description
- Chinese (thanks to @caiyucong)
- French
Expand All @@ -11,76 +14,96 @@
- Add a new column in the log table for display the gitmoji icon.

## [1.14.0] - 2024-02-08

- Update to intellij 2024.1

## [1.13.0] - 2023-07-26

- Fix the bug of Exception reporting when opening idea 2023.2
- Change Method deprecated in Config
- Update project to last intellij plugin

## [1.12.2] - 2023-07-05

- Update to intellij 2023.2

## [1.12.1] - 2023-02-21

- Update to intellij 2023.1

## [1.12.0] - 2023-01-11

- Update gitmoji.json
- Change the URL to download the gitmojis data.

## [1.11.1] - 2022-12-05

- Update to intellij 2022.2

## [1.11.0]

- Bug fix #34 Error when select the option nothing
- Feature #27 Add new option for insert the gitmoji description in the commit

## [1.10.0]

- Update to intellij version 2022.1
- Update to last intellij plugin template version

## [1.9.1]

- Update plugin name problem on windows installation

## [1.9.0]

- Update plugin to intellij version 2021.3 thanks to @HwanChang
- Update projet to last intellij plugin

## [1.8.1]

- Fix NPE in the plugin</li>
- Update fallback gitmoji.json</li>

## [1.8.0]

- Option for insert emoji in place of the cursor instead of the begin

## [1.7.0]

- Option for choose the character after the emoji (space, :, -, _, (, [ ) thanks to @rubenvitt
- Option to display list with emoji or icon (Bug in IntelliJ Windows who not display emoji on list)
- Icon is now accessible when the IDE index

## [1.6.0]

- Rename, change description and add an icon
- Display directly the emoji instead of an image
- Load the list of gitmoji from the repo of gitmoji (fallback to a local list if error)

## [1.5.0]

- Add shortcut for open the window : ctrl alt g (or cmd alt g)
- Add new gitmoji : wastebasket

## [1.4.2]

- Compatibility since 2019.2 versions

## [1.4.0]

- Add an option to switch to the unicode character instead of the :code: style (<a href="https://github.com/patou/gitmoji-intellij-plugin/issues/1">#1</a>)

## [1.3.0]

- Compatibility with 2019.3
- Add new icons : seedling, triangular_flag_on_post, dizzy, goal_net

## [1.2.0]

- Compatibility with 2019.2

[Unreleased]: https://github.com/patou/gitmoji-intellij-plugin/compare/v1.14.0...HEAD
[Unreleased]: https://github.com/patou/gitmoji-intellij-plugin/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/patou/gitmoji-intellij-plugin/compare/v1.14.0...v2.0.0
[1.14.0]: https://github.com/patou/gitmoji-intellij-plugin/compare/v1.13.0...v1.14.0
[1.13.0]: https://github.com/patou/gitmoji-intellij-plugin/compare/v1.12.2...v1.13.0
[1.12.2]: https://github.com/patou/gitmoji-intellij-plugin/compare/v1.12.1...v1.12.2
Expand Down

0 comments on commit b1764bf

Please sign in to comment.