Skip to content

Releases: GregHib/intellij-deobfuscation-plugin

IntelliJ 2023 support

15 May 14:05
Compare
Choose a tag to compare
v1.2.7

Version 1.2.7 - Update to idea 2023.1

IntelliJ 2021 support

08 Apr 12:49
fe3e22b
Compare
Choose a tag to compare

Add support for current and future versions. Updated vendor urls.

Version 1.2.5

10 Jan 15:34
beedfeb
Compare
Choose a tag to compare
  • 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

15 Apr 10:51
Compare
Choose a tag to compare

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

09 Apr 19:16
Compare
Choose a tag to compare

2020.1 Support
Support for older IJ versions
Submitted to Jetbrains Plugin Repository

Intellij 2019.3 Support

21 Feb 23:00
Compare
Choose a tag to compare

2019.3 Support
Updated dependencies

Intellij 2019.1 Support

03 Apr 12:19
Compare
Choose a tag to compare
v1.2.1

2019.1 Support

Version 1.2.0

19 Mar 21:35
9c9e396
Compare
Choose a tag to compare

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

18 Mar 20:51
Compare
Choose a tag to compare

Two new inspections

  • Inverse if else statements
  • Inline single if statements inside else blocks

Hotfix

14 Mar 20:24
Compare
Choose a tag to compare

Fixed inversing comparator when it was already taken into account by the operand flip