AdvancedExpressionFolding icon indicating copy to clipboard operation
AdvancedExpressionFolding copied to clipboard

What is the latest release ?

Open bric3 opened this issue 4 years ago • 3 comments

I'm using IntelliJ IDEA 2020.3.1.

  • Searching the plugin market place, the latest reported is 0.9.9.4 (Apr 10, 2020) image
  • 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) image
  • 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) image

bric3 avatar Jan 13 '21 10:01 bric3

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.*"/>

bric3 avatar Jan 13 '21 10:01 bric3

On a related note, maybe it makes sense to adopt a version scheme like https://semver.org/ ?

Clashsoft avatar Jan 15 '21 09:01 Clashsoft

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...

Clashsoft avatar Dec 03 '21 12:12 Clashsoft