Skip to content

Commit bb33e2b

Browse files
committed
🔖 Update readme for 2.0.0
1 parent b1764bf commit bb33e2b

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,18 @@ This plug-in will help you to choose and add the gitmoji, via a button in the Co
1414
* Insert or replace the gitmoji before the message (keep the git commit message)
1515
* Shortcut to open the list : ctrl alt g (or cmd alt g on mac)
1616
* Load the list of gitmoji on startup from the repos of gitmoji (fallback to a local list if error).
17+
* Allow to display the gitmoji in a new column in the commit history
18+
* Translate the gitmoji description in your chinese and french language.
1719

1820
See the [gitmoji website](https://gitmoji.dev/) for have the list of Emoji and their signification.
1921
<!-- Plugin description end -->
2022

2123
![Button to add gitmoji](screenshot/gitmoji-button.png)
2224
![List to choose gitmoji](screenshot/gitmoji-plugin.png)
23-
![Config to use unicode instead text code](screenshot/gitmoji-config.png)
25+
![Multiple configurations for the plugin](screenshot/gitmoji-config.png)
2426
![Insert gitmoji unicode](screenshot/gitmoji-unicode.png)
27+
![Display a gitmoji column](screenshot/gitmoji-column.png)
28+
![Translate gitmoji in chinese](screenshot/gitmoji-chinese.png)
2529

2630
## Installation
2731

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginVersion = 2.0.0
1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.
1212
pluginSinceBuild = 232
13-
pluginUntilBuild = 241.*
13+
pluginUntilBuild = 242.*
1414

1515
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1616
platformType = IC

screenshot/gitmoji-chinese.png

105 KB
Loading

screenshot/gitmoji-column.png

398 KB
Loading

screenshot/gitmoji-config.png

190 KB
Loading

0 commit comments

Comments
 (0)