Skip to content

Releases: zhyhang/export-jar

v2.5.4 released

07 May 10:51

Choose a tag to compare

  • 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

02 Jun 17:56
d6eb633

Choose a tag to compare

  • 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

04 May 07:44
ccc172c

Choose a tag to compare

  • 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

11 Feb 03:17
82372fc

Choose a tag to compare

  • 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

01 Apr 10:18
7093631

Choose a tag to compare

  • 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

26 Dec 15:31
8032c34

Choose a tag to compare

  • Make compatible with new version of Intellij IDE

version 2.4.1 release

23 May 15:30

Choose a tag to compare

  • Fix NullPointException when first use this plugin

version 2.4.0 release

19 May 15:26
db9b228

Choose a tag to compare

  • Supports [add directory entries] option when export
  • Remember export options

version 2.3.1 release

06 Feb 14:50
38573cf

Choose a tag to compare

  • Compatible with coming version 2022
  • Build tool change to gradle

version 2.3 release

06 Jun 04:55
645d63c

Choose a tag to compare

Fix throw exception when select empty files

Disable the OK button when select empty files