Skip to content

Commit b7aee49

Browse files
committed
Merge branch 'release/v2025.37'
2 parents 8ffba98 + 84f9de0 commit b7aee49

File tree

164 files changed

+3576
-1586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+3576
-1586
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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
@@ -43,7 +43,9 @@
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

THIRD-PARTY-LICENSES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The project uses the following third-party libraries or assets
77
### AvaloniaUI
88

99
- **Source**: https://github.com/AvaloniaUI/Avalonia
10-
- **Version**: 11.3.7
10+
- **Version**: 11.3.8
1111
- **License**: MIT License
1212
- **License Link**: https://github.com/AvaloniaUI/Avalonia/blob/master/licence.md
1313

0 commit comments

Comments
 (0)