Skip to content

Commit b1764bf

Browse files
Changelog update - v1.14.1 (#65)
Co-authored-by: GitHub Action <[email protected]>
1 parent 8bc7b90 commit b1764bf

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# gitmoji-intellij-plugin changelog
44

55
## [Unreleased]
6+
7+
## [2.0.0] - 2024-07-01
8+
69
- Translate the gitmoji description
710
- Chinese (thanks to @caiyucong)
811
- French
@@ -11,76 +14,96 @@
1114
- Add a new column in the log table for display the gitmoji icon.
1215

1316
## [1.14.0] - 2024-02-08
17+
1418
- Update to intellij 2024.1
1519

1620
## [1.13.0] - 2023-07-26
21+
1722
- Fix the bug of Exception reporting when opening idea 2023.2
1823
- Change Method deprecated in Config
1924
- Update project to last intellij plugin
2025

2126
## [1.12.2] - 2023-07-05
27+
2228
- Update to intellij 2023.2
2329

2430
## [1.12.1] - 2023-02-21
31+
2532
- Update to intellij 2023.1
2633

2734
## [1.12.0] - 2023-01-11
35+
2836
- Update gitmoji.json
2937
- Change the URL to download the gitmojis data.
3038

3139
## [1.11.1] - 2022-12-05
40+
3241
- Update to intellij 2022.2
3342

3443
## [1.11.0]
44+
3545
- Bug fix #34 Error when select the option nothing
3646
- Feature #27 Add new option for insert the gitmoji description in the commit
3747

3848
## [1.10.0]
49+
3950
- Update to intellij version 2022.1
4051
- Update to last intellij plugin template version
4152

4253
## [1.9.1]
54+
4355
- Update plugin name problem on windows installation
4456

4557
## [1.9.0]
58+
4659
- Update plugin to intellij version 2021.3 thanks to @HwanChang
4760
- Update projet to last intellij plugin
4861

4962
## [1.8.1]
63+
5064
- Fix NPE in the plugin</li>
5165
- Update fallback gitmoji.json</li>
5266

5367
## [1.8.0]
68+
5469
- Option for insert emoji in place of the cursor instead of the begin
5570

5671
## [1.7.0]
72+
5773
- Option for choose the character after the emoji (space, :, -, _, (, [ ) thanks to @rubenvitt
5874
- Option to display list with emoji or icon (Bug in IntelliJ Windows who not display emoji on list)
5975
- Icon is now accessible when the IDE index
6076

6177
## [1.6.0]
78+
6279
- Rename, change description and add an icon
6380
- Display directly the emoji instead of an image
6481
- Load the list of gitmoji from the repo of gitmoji (fallback to a local list if error)
6582

6683
## [1.5.0]
84+
6785
- Add shortcut for open the window : ctrl alt g (or cmd alt g)
6886
- Add new gitmoji : wastebasket
6987

7088
## [1.4.2]
89+
7190
- Compatibility since 2019.2 versions
7291

7392
## [1.4.0]
93+
7494
- 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>)
7595

7696
## [1.3.0]
97+
7798
- Compatibility with 2019.3
7899
- Add new icons : seedling, triangular_flag_on_post, dizzy, goal_net
79100

80101
## [1.2.0]
102+
81103
- Compatibility with 2019.2
82104

83-
[Unreleased]: https://github.com/patou/gitmoji-intellij-plugin/compare/v1.14.0...HEAD
105+
[Unreleased]: https://github.com/patou/gitmoji-intellij-plugin/compare/v2.0.0...HEAD
106+
[2.0.0]: https://github.com/patou/gitmoji-intellij-plugin/compare/v1.14.0...v2.0.0
84107
[1.14.0]: https://github.com/patou/gitmoji-intellij-plugin/compare/v1.13.0...v1.14.0
85108
[1.13.0]: https://github.com/patou/gitmoji-intellij-plugin/compare/v1.12.2...v1.13.0
86109
[1.12.2]: https://github.com/patou/gitmoji-intellij-plugin/compare/v1.12.1...v1.12.2

0 commit comments

Comments
 (0)