Skip to content

Releases: marcelkliemannel/intellij-byte-code-plugin

2.3.0

21 May 09:02
Compare
Choose a tag to compare

Changes

  • Update bundled ASM to 9.3

2.2.1

16 Feb 18:04
29e0d82
Compare
Choose a tag to compare

Fixed

  • Fix display of enum access flags

2.2.0

15 Oct 14:19
d7ba6bf
Compare
Choose a tag to compare

Added

  • New byte code action to re-parse the opened class file

Changed

  • Improve icons of the byte code actions

2.1.0

09 Oct 13:10
231c08f
Compare
Choose a tag to compare

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

  • Fix TooManyListenersException (GitHub issue #12)
  • Fix removed ToolWindow#getEmptyText() in 2021.3 (GitHub issue #13)

2.0.3

29 Aug 10:04
c12ea46
Compare
Choose a tag to compare

Fixed

Swapped column names "Locals" and "Stack" in method frames dialog (issue #9)

2.0.2

28 Jul 16:31
e73b5cc
Compare
Choose a tag to compare

Fixed

Fix compatibility with IntelliJ 2021.2

2.0.1

20 Jul 20:00
7156248
Compare
Choose a tag to compare

Fixed

  • Opening a class file while indexing could lead to a stack overflow error (#6)

2.0.0

05 Jul 16:39
0cb5e3b
Compare
Choose a tag to compare

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

14 Jun 14:43
6bd9cc6
Compare
Choose a tag to compare
  • #1: Fix 'Analyze Byte Code' does not show tool window

1.0.0

14 Jun 15:13
e8520a2
Compare
Choose a tag to compare

Initial release