Skip to content

Releases: brxxn/jdcli

1.0

08 Aug 18:19
ed98e52
Compare
Choose a tag to compare

This is the first stable release of jdcli. To run this, you can use java -jar <path to downloaded jar file> [...] or add alias jdcli="java -jar <path to downloaded jar file>" to your ~/.bashrc or ~/.zshrc.

Changelog:

  • Improved threading & pools when decompiling jars
  • Fixed a bug when decompiling a jar where some class files could cause all future classes to timeout

1.0-SNAPSHOT

08 Aug 16:21
7707f90
Compare
Choose a tag to compare
1.0-SNAPSHOT Pre-release
Pre-release

This is the first beta version of jdcli. To run this, you can use java -jar <path to downloaded jar file> [...] or add alias jdcli="java -jar <path to downloaded jar file>" to your ~/.bashrc or ~/.zshrc.