File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ < h3 > 0.23.0 (08/04/2024)</ h3 >
2+ < p > Thirty-sixth alpha release.</ p >
3+ < p > This release contains the following enhancements and fixes:</ p >
4+ < ul >
5+ < li > < a href ="https://github.com/lppedd/idea-conventional-commit/pull/130 "> Update Chinese translation</ a > </ li >
6+ < li > Allow specifying a schema in < code > conventionalcommit.json</ code > files</ li >
7+ < li > Improve the quick documentation's presentation</ li >
8+ < li > Fix the Reformat Commit Message action</ li >
9+ < li > Set the execution thread for all actions</ li >
10+ < li > Remove redundant "file" suffix for the Conventional Commit file type</ li >
11+ < li > Remove most usages of deprecated signatures</ li >
12+ < li > Move the minimum supported IDEA version to 2022.3</ li >
13+ < li > Move the maximum supported IDEA version to 2024.3</ li >
14+ </ ul >
15+ < p > Contributors:</ p >
16+ < ul >
17+ < li > < a href ="https://github.com/bric3 "> bric3</ a > </ li >
18+ < li > < a href ="https://github.com/LinWanCen "> LinWanCen</ a > </ li >
19+ </ ul >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginUntilBuild = 243.*
66# Needs a change-notes page with matching version in ./change-notes/
77# Optionally, also add a matching What's New page in
88# com.github.lppedd.cc.whatsnew.InternalWhatsNewProvider.whatsNewPages
9- version = 0.22.1
9+ version = 0.23.0
1010
1111# (Optional) Absolute path to a DCEVM-enabled VM, eg. '.../bin/java.exe'
1212dcevmExecutable =
You can’t perform that action at this time.
0 commit comments