Releases: zhyhang/export-jar
Releases · zhyhang/export-jar
v2.5.4 released
- Upgrade IntelliJ Platform Gradle Plugin to 2.5.0
- Fix export not working in IntelliJIdea 2025.1+
- Change certain actions' update and perform thread comply to ActionUpdateThread modal rule
- Fix other issues, e.g. export action exception not show message in message tool window
v2.5.3 released
- Refactor export jar from local changes action
- Export jar from local changes can include un-versioned files export
- Supports Kotlin source and class file export
- Remove not necessary dependency declare in plugin.xml for compatible with coming IDE 2024.2
v2.5.2 released
- Supports (recursively) include/exclude selection by directory as to can export the new files in select directories.
- Refactor file list tree to customized version
- Refactor template storage model
- Fix some UE issue
- Update some plugin devkit version
- Introduce unit test framework
v2.5.1 released
- Make compatible with coming new IDEA 2024 version
- Upgrade develop tool Gradle IntelliJ Plugin to version 1.17.1
- Upgrade develop tool Gradle to version 8.6
v2.5.0 released
- Add template (select files, jar, options to template) management function.
- Redesign dialog layout.
- Remember dialog size last adjusted.
- Remove the Created-By entry from MANIFEST.MF.
- Many refactors.
v2.4.2 released
- Make compatible with new version of Intellij IDE
version 2.4.1 release
- Fix NullPointException when first use this plugin
version 2.4.0 release
- Supports [add directory entries] option when export
- Remember export options
version 2.3.1 release
- Compatible with coming version 2022
- Build tool change to gradle