Releases: marcelkliemannel/intellij-byte-code-plugin
Releases · marcelkliemannel/intellij-byte-code-plugin
2.3.0
Changes
- Update bundled ASM to 9.3
2.2.1
Fixed
- Fix display of enum access flags
2.2.0
Added
- New byte code action to re-parse the opened class file
Changed
- Improve icons of the byte code actions
2.1.0
Changed
- Move method frames to a non-modal dialog
- Move byte code actions to the left to keep them at a fixed position
- Move byte code related links to a separate group
- Add report issue link
Fixed
2.0.3
2.0.2
Fixed
Fix compatibility with IntelliJ 2021.2
2.0.1
2.0.0
Added
- Update ASM to 9.2 to support Java 18
- Add search functionality to structure tree and constant pool (GitHub issue #3)
Changed
- [Internally] Migrate 'open class file' topic to a light service
Fixed
- Fix 'Analyze Byte Code' action does not open tool window if the window wasn't opened before
- Fix 'Analyze Byte Code' action does not find a class file if selected editor element is outside a class
- Fix 'Analyze Byte Code' action can't open class file of Kotlin source file that does not contain a class
1.0.1
1.0.0
Initial release