|
4 | 4 |
|
5 | 5 | ## [Unreleased] |
6 | 6 |
|
| 7 | +- ⬆️ Update versions of dependencie |
| 8 | +- 🌐Add pt_BR translation (thanks to @P3terHenry) |
| 9 | + |
7 | 10 | ## [2.3.0] - 2025-05-13 |
8 | 11 |
|
9 | 12 | - ⬆️ Update versions of dependencies |
|
12 | 15 |
|
13 | 16 | ## [2.2.3] - 2025-01-24 |
14 | 17 |
|
15 | | -- Update to intellij 2025.1 |
| 18 | +- ⬆️ Update to intellij 2025.1 |
16 | 19 |
|
17 | 20 | ## [2.2.2] - 2024-10-21 |
18 | 21 |
|
19 | | -- Update to intellij 2024.3 |
20 | | -- Update gradle plugin version (thanks to @DeKaN) |
21 | | -- Add RU translation (thanks to @Greem4) |
| 22 | +- ⬆️ Update to intellij 2024.3 |
| 23 | +- ⬆️ Update gradle plugin version (thanks to @DeKaN) |
| 24 | +- 🌐Add RU translation (thanks to @Greem4) |
22 | 25 |
|
23 | 26 | ## [2.1.0] - 2024-07-12 |
24 | 27 |
|
25 | | -- Update to intellij 2024.2 |
26 | | -- Correct first display list not loaded |
27 | | -- Update versions of dependencies |
| 28 | +- ⬆️ Update to intellij 2024.2 |
| 29 | +- 🐛Correct first display list not loaded |
| 30 | +- ⬆️ Update versions of dependencies |
28 | 31 |
|
29 | 32 | ## [2.0.0] - 2024-07-01 |
30 | 33 |
|
31 | | -- Translate the gitmoji description |
32 | | - - Chinese (thanks to @caiyucong) |
33 | | - - French |
34 | | -- Update project to last intellij plugin |
35 | | -- Translate the plugin in Chinese (thanks to @caiyucong) |
36 | | -- Add a new column in the log table for display the gitmoji icon. |
| 34 | +- ✨Translate the gitmoji description |
| 35 | + - 🌐Chinese (thanks to @caiyucong) |
| 36 | + - 🌐French |
| 37 | +- ⬆️ Update project to last intellij plugin |
| 38 | +- 🌐Translate the plugin in Chinese (thanks to @caiyucong) |
| 39 | +- ✨Add a new column in the log table for display the gitmoji icon. |
37 | 40 |
|
38 | 41 | ## [1.14.0] - 2024-02-08 |
39 | 42 |
|
40 | | -- Update to intellij 2024.1 |
| 43 | +- ⬆️ Update to intellij 2024.1 |
41 | 44 |
|
42 | 45 | ## [1.13.0] - 2023-07-26 |
43 | 46 |
|
44 | | -- Fix the bug of Exception reporting when opening idea 2023.2 |
45 | | -- Change Method deprecated in Config |
46 | | -- Update project to last intellij plugin |
| 47 | +- 🐛Fix the bug of Exception reporting when opening idea 2023.2 |
| 48 | +- ♻️Change Method deprecated in Config |
| 49 | +- ⬆️ Update project to last intellij plugin |
47 | 50 |
|
48 | 51 | ## [1.12.2] - 2023-07-05 |
49 | 52 |
|
50 | | -- Update to intellij 2023.2 |
| 53 | +- ⬆️ Update to intellij 2023.2 |
51 | 54 |
|
52 | 55 | ## [1.12.1] - 2023-02-21 |
53 | 56 |
|
54 | | -- Update to intellij 2023.1 |
| 57 | +- ⬆️ Update to intellij 2023.1 |
55 | 58 |
|
56 | 59 | ## [1.12.0] - 2023-01-11 |
57 | 60 |
|
58 | | -- Update gitmoji.json |
59 | | -- Change the URL to download the gitmojis data. |
| 61 | +- ⬆️ Update gitmoji.json |
| 62 | +- ✨Change the URL to download the gitmojis data. |
60 | 63 |
|
61 | 64 | ## [1.11.1] - 2022-12-05 |
62 | 65 |
|
63 | | -- Update to intellij 2022.2 |
| 66 | +- ⬆️ Update to intellij 2022.2 |
64 | 67 |
|
65 | 68 | ## [1.11.0] |
66 | 69 |
|
67 | | -- Bug fix #34 Error when select the option nothing |
68 | | -- Feature #27 Add new option for insert the gitmoji description in the commit |
| 70 | +- 🐛Bug fix #34 Error when select the option nothing |
| 71 | +- ✨Feature #27 Add new option for insert the gitmoji description in the commit |
69 | 72 |
|
70 | 73 | ## [1.10.0] |
71 | 74 |
|
72 | | -- Update to intellij version 2022.1 |
73 | | -- Update to last intellij plugin template version |
| 75 | +- ⬆️ Update to intellij version 2022.1 |
| 76 | +- ⬆️ Update to last intellij plugin template version |
74 | 77 |
|
75 | 78 | ## [1.9.1] |
76 | 79 |
|
77 | | -- Update plugin name problem on windows installation |
| 80 | +- ⬆️ Update plugin name problem on windows installation |
78 | 81 |
|
79 | 82 | ## [1.9.0] |
80 | 83 |
|
81 | | -- Update plugin to intellij version 2021.3 thanks to @HwanChang |
82 | | -- Update projet to last intellij plugin |
| 84 | +- ⬆️ Update plugin to intellij version 2021.3 thanks to @HwanChang |
| 85 | +- ⬆️ Update projet to last intellij plugin |
83 | 86 |
|
84 | 87 | ## [1.8.1] |
85 | 88 |
|
86 | | -- Fix NPE in the plugin</li> |
87 | | -- Update fallback gitmoji.json</li> |
| 89 | +- 🐛Fix NPE in the plugin</li> |
| 90 | +- ⬆️ Update fallback gitmoji.json</li> |
88 | 91 |
|
89 | 92 | ## [1.8.0] |
90 | 93 |
|
91 | | -- Option for insert emoji in place of the cursor instead of the begin |
| 94 | +- ✨Option for insert emoji in place of the cursor instead of the begin |
92 | 95 |
|
93 | 96 | ## [1.7.0] |
94 | 97 |
|
95 | | -- Option for choose the character after the emoji (space, :, -, _, (, [ ) thanks to @rubenvitt |
96 | | -- Option to display list with emoji or icon (Bug in IntelliJ Windows who not display emoji on list) |
97 | | -- Icon is now accessible when the IDE index |
| 98 | +- ✨Option for choose the character after the emoji (space, :, -, _, (, [ ) thanks to @rubenvitt |
| 99 | +- ✨Option to display list with emoji or icon (Bug in IntelliJ Windows who not display emoji on list) |
| 100 | +- ✨Icon is now accessible when the IDE index |
98 | 101 |
|
99 | 102 | ## [1.6.0] |
100 | 103 |
|
101 | | -- Rename, change description and add an icon |
102 | | -- Display directly the emoji instead of an image |
103 | | -- Load the list of gitmoji from the repo of gitmoji (fallback to a local list if error) |
| 104 | +- ✨Rename, change description and add an icon |
| 105 | +- ✨Display directly the emoji instead of an image |
| 106 | +- ✨Load the list of gitmoji from the repo of gitmoji (fallback to a local list if error) |
104 | 107 |
|
105 | 108 | ## [1.5.0] |
106 | 109 |
|
107 | | -- Add shortcut for open the window : ctrl alt g (or cmd alt g) |
| 110 | +- ✨Add shortcut for open the window : ctrl alt g (or cmd alt g) |
108 | 111 | - Add new gitmoji : wastebasket |
109 | 112 |
|
110 | 113 | ## [1.4.2] |
|
113 | 116 |
|
114 | 117 | ## [1.4.0] |
115 | 118 |
|
116 | | -- 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>) |
| 119 | +- ✨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>) |
117 | 120 |
|
118 | 121 | ## [1.3.0] |
119 | 122 |
|
|
0 commit comments