Skip to content

Releases: java-decompiler/jd-gui

JD-GUI 1.6.6

25 Dec 14:49
Compare
Choose a tag to compare

This release includes the following changes:

  • Minor update on configuration parsing
  • Update JD-Core to 1.1.3:
    • Addition of a part of the test protocol described in this research paper : The Strengths and Behavioral Quirks of Java Bytecode Decompilers
    • Improved recompilation of decompiled source codes
    • Decompiling and recompiling without any errors :
      • commons-codec:commons-codec:1.13
      • org.apache.commons:commons-collections4:4.1
      • org.apache.commons:commons-lang3:3.9

JD-GUI 1.6.5

17 Nov 18:34
Compare
Choose a tag to compare

This release includes the following changes:

  • Merged pull requests:

    • #194: Add -Djd.gui.cfg --> java -Djd-gui.cfg=path/to/jd-gui.cfg -jar jd-gui.jar
    • #265: Add StartupWMClass to jd-gui.desktop for Linux
    • #267: Add kar file support (KAraf aRchive)
    • #274: Add OpenJDK11 compatibility --> "In order to make JD-GUI available via MacPorts, I've added OpenJDK11 support."
  • Update JD-Core to 1.1.2:

JD-GUI 1.6.4

02 Nov 06:41
Compare
Choose a tag to compare

This release includes the following changes:

JD-GUI 1.6.3

13 Jul 21:47
Compare
Choose a tag to compare

This release includes the following changes:

  • Update JD-Core to 1.0.7:
    • Fix bug on switch-string statement (#249)
    • Fix error on definition of integer constant types (#252)

JD-GUI 1.6.2

30 Jun 13:25
Compare
Choose a tag to compare

This release includes the following changes:

  • Fix bug in 'Search in constant pool' dialog
  • Fix bug in 'Escape unicode characters'
  • Improve 'for' & 'switch' statements reconstruction

JD-GUI 1.6.1

21 Jun 06:01
Compare
Choose a tag to compare

Quick fix : bug with Proguard & Java reflection in JD-Core

JD-GUI 1.6.0

16 Jun 10:49
Compare
Choose a tag to compare

This release includes the following changes:

  • Updating JD-Core to 1.0.4 (Java 9 support)
  • Adding multi-release JAR file support
  • Adding indexation of "module-info.class" files and hyperlinks on Java module pages

JD-GUI 1.5.2

02 Jun 05:55
Compare
Choose a tag to compare

This release includes the following changes:

  • Updating JD-Core to 1.0.3
  • Adding AAR (Android archive) file support
  • Adding JMOD (Java 9 module) file support

JD-GUI 1.5.1

26 May 09:06
Compare
Choose a tag to compare

This release includes the following changes:

  • Updating JD-Core to 1.0.2
  • Improving readability of decompiled source code
  • Replacing "access$...(...)" bridge methods

JD-GUI 1.5.0

18 May 10:15
Compare
Choose a tag to compare

This release includes the following changes:

  • Updating JD-Core to 1.0.1
  • Adding capability to search source code on maven.org