Skip to content

Commit

Permalink
🔖 Update readme for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patou committed Jul 1, 2024
1 parent b1764bf commit bb33e2b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ This plug-in will help you to choose and add the gitmoji, via a button in the Co
* Insert or replace the gitmoji before the message (keep the git commit message)
* Shortcut to open the list : ctrl alt g (or cmd alt g on mac)
* Load the list of gitmoji on startup from the repos of gitmoji (fallback to a local list if error).
* Allow to display the gitmoji in a new column in the commit history
* Translate the gitmoji description in your chinese and french language.

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

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

## Installation

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pluginVersion = 2.0.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 232
pluginUntilBuild = 241.*
pluginUntilBuild = 242.*

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
Expand Down
Binary file added screenshot/gitmoji-chinese.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/gitmoji-column.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/gitmoji-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb33e2b

Please sign in to comment.