Skip to content

Releases: romainguy/kotlin-explorer

v1.2.1

17 May 19:50
Compare
Choose a tag to compare
  • Clear logs when starting a new compilation & disassembly run
  • Fixed a bug where functions returning arrays would show as their return type in the DEX disassembly

v1.2.0

17 May 04:04
Compare
Choose a tag to compare
  • Updated Kotlin syntax highlighter to support newer language features
  • Tweaked and unified syntax highlighting colors across languages
  • Improved and simplified settings UI
  • Settings are now under Kotlin Explorer > Settings… on macOS, per standard guidelines
  • The Edit menu now contains standard edit actions
  • Selection works again in the Logs panel
  • Improved scrolling speed on macOS

v1.1.0

16 May 05:42
Compare
Choose a tag to compare
  • Shows the number of instructions and branches per method
  • Fixed several bugs and crashes
  • Tweaked syntax highlighting for better readability
  • Unified disassembly outputs (DEX and OAT use the method same signatures)
  • Errors are now shown in red in the logs panel

v1.0.1

11 May 02:51
Compare
Choose a tag to compare

Lots of new features:

  • Syntax highlighting for DEX, OAT, and bytecode outputs.
  • Improved settings UI.
  • Added the ability to compile and run the Kotlin source code locally.
  • Added Java bytecode disassembly.
  • Ability to show/hide DEX, OAT, and bytecode panels.
  • Lines syncing across source code, DEX and bytecode panels.

A huge thank you to @alonalbert for his many contributions: showing Java bytecode, ability to hide/show panels, new settings UI, sync lines and code cleanup.