Releases: GregHib/intellij-deobfuscation-plugin
Releases · GregHib/intellij-deobfuscation-plugin
IntelliJ 2023 support
IntelliJ 2021 support
Add support for current and future versions. Updated vendor urls.
Version 1.2.5
- Update to intellij 2020.3
- Start building with jdk11+
- Discontinue suport for intellij 2018.4-2020.2
- Update gradle to 6.7.1
Jetbrains Repository Release
This plugin can now be found and installed via the Jetbrains plugin marketplace!
- Updated a few deprecated classes
- Updated plugin.xml for Jetbrains review process
IntelliJ 2020.1 Support
2020.1 Support
Support for older IJ versions
Submitted to Jetbrains Plugin Repository
Intellij 2019.3 Support
2019.3 Support
Updated dependencies
Intellij 2019.1 Support
v1.2.1 2019.1 Support
Version 1.2.0
Expanded inspection functionalities:
- Tilde support for 'pointless bitwise comparator'
- Negative boolean and method support for 'inverse else comparator'
- Multi-operand support for 'inverse else comparator'
Added additional highlighting tests
Added fix tests
Moved to a single project structure
Renamed repository
Inverse & inline else statements
Two new inspections
- Inverse if else statements
- Inline single if statements inside else blocks