File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ < h3 > 0.26.0 (09/12/2025)</ h3 >
2+ < p > This release contains the following fixes:</ p >
3+ < ul >
4+ < li > Editor completion does not work in 2025.3 EAP6
5+ (< a href ="https://github.com/lppedd/idea-conventional-commit/issues/158 "> #158</ a > ,
6+ < a href ="https://github.com/lppedd/idea-conventional-commit/issues/159 "> #159</ a > )
7+ </ li >
8+ </ ul >
9+ < p >
10+ Note that starting from 0.26.0, the minimum supported IDEA version is < b > 2025.3</ b > (253.17525).
11+ < br >
12+ The goal has always been to maintain compatibility with as many versions as possible (down to 2023.3 for 0.25.0).
13+ However, the amount of manual testing and hacks required to do so does not make sense anymore, considering all the
14+ breaking changes shipped between 2024.x and 2025.x.
15+ </ p >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pluginSinceBuild = 253.17525
1717# Needs a change-notes page with a matching version in ./change-notes/
1818# Optionally, also add a matching What's New page in
1919# com.github.lppedd.cc.whatsnew.InternalWhatsNewProvider.whatsNewPages
20- version = 0.25 .0
20+ version = 0.26 .0
2121
2222# (Optional) Absolute path to a DCEVM-enabled VM, eg. '.../bin/java.exe'
2323dcevmExecutable =
You can’t perform that action at this time.
0 commit comments