AdvancedExpressionFolding
AdvancedExpressionFolding copied to clipboard
What is the latest release ?
I'm using IntelliJ IDEA 2020.3.1.
- Searching the plugin market place, the latest reported is 0.9.9.4 (Apr 10, 2020)

- When adding the EAP repo (https://plugins.jetbrains.com/plugins/EAP/com.intellij.bigdecimal-folding), the latest version is 0.9.9.7 (Apr 10, 2020)

- And according to the plugin homepage the latest version is 0.9.9.8.5 (Apr 10, 2020) (yet the version range is bounded to 2020.1.4)

For the record I was able to install the latest version, by downloading the plugin jar file (at this time 0.9.9.8.5) on https://plugins.jetbrains.com/plugin/9320-advanced-java-folding/versions. Then I edited the jar's plugin.xml to work with IntelliJ IDEA 2020.3:
META-INF/plugin.xml
- <idea-version since-build="201.6668" until-build="201.*"/>
+ <idea-version since-build="201.6668" until-build="203.*"/>
On a related note, maybe it makes sense to adopt a version scheme like https://semver.org/ ?
Adding to this, it looks like the version number is asymptomatically approaching v1.0.0 but they don't want to have the "stable release" label due to the responsibilities it brings. That's ok, but maybe adopt minor versions >9? E.g. v0.10.0? Instead of adding more dot versions. At some point it'll be v0.9.9.9.9.9.9.9...