1111* Supports Windows/macOS/Linux
1212* Opensource/Free
1313* Fast
14- * Deutsch/English/Español/Bahasa Indonesia/Français/Italiano/Português/Русский/Українська/简体中文/繁體中文/日本語/தமிழ் (Tamil)
14+ * Deutsch/English/Español/Bahasa Indonesia/Français/Italiano/Português/Русский/Українська/简体中文/繁體中文/日本語/தமிழ் (Tamil)/한국어
1515* Built-in light/dark themes
1616* Customize theme
1717* Visual commit graph
4343* Issue Link
4444* Workspace
4545* Custom Action
46+ * Create PR on GitHub/Gitlab/Gitea/Gitee/Bitbucket...
4647* Using AI to generate commit message (C# port of [ anjerodev/commitollama] ( https://github.com/anjerodev/commitollama ) )
48+ * Built-in conventional commit message helper.
4749
4850> [ !WARNING]
4951> ** Linux** only tested on ** Debian 12** on both ** X11** & ** Wayland** .
@@ -155,7 +157,7 @@ This app supports open repository in external tools listed in the table below.
155157| Cursor | YES | YES | YES |
156158| Fleet | YES | YES | YES |
157159| Sublime Text | YES | YES | YES |
158- | Zed | NO | YES | YES |
160+ | Zed | YES | YES | YES |
159161| Visual Studio | YES | NO | NO |
160162
161163> [ !NOTE]
@@ -172,6 +174,27 @@ This app supports open repository in external tools listed in the table below.
172174> [ !NOTE]
173175> This app also supports a lot of ` JetBrains ` IDEs, installing ` JetBrains Toolbox ` will help this app to find them.
174176
177+ ## Conventional Commit Helper
178+
179+ You can define your own conventional commit types (per-repository) by following steps:
180+
181+ 1 . Create a json file with your own conventional commit type definitions. For example:
182+ ``` json
183+ [
184+ {
185+ "Name" : " New Feature" ,
186+ "Type" : " Feature" ,
187+ "Description" : " Adding a new feature"
188+ },
189+ {
190+ "Name" : " Bug Fixes" ,
191+ "Type" : " Fix" ,
192+ "Description" : " Fixing a bug"
193+ }
194+ ]
195+ ```
196+ 2 . Configure the ` Conventional Commit Types ` in repository configuration window.
197+
175198## Screenshots
176199
177200* Dark Theme
0 commit comments