Releases: romainguy/kotlin-explorer
Releases · romainguy/kotlin-explorer
v1.2.1
v1.2.0
- 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
- 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
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.