Releases: brxxn/jdcli
Releases · brxxn/jdcli
1.0
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
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
.