Releases: romainguy/kotlin-explorer
Releases · romainguy/kotlin-explorer
v1.4.4
What's Changed
- Add release workflow by @Goooler in #60
- Added ability to set custom R8 rules from the settings dialog
- Added syntax highlighting for more registers in the arm64 disassembly
Full Changelog: v1.4.3...v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
- When clicking a dex or oat instruction, all occurrences of that instruction are highlighted
- When clicking a register label in the oat disassembly, all occurrences of that register are highlighted
- Enabled identifiers highlighting in the Kotlin source code panel
- Performance improvements
v1.3.1
v1.3.0
- Added File > Save to save the current source code
- Added new setting to skip the decompilation/disassembly of hidden instruction sets. For instance, when the setting is disabled and the bytecode panel isn't showing, bytecode disassembly will be skipped. This helps speed up the process, especially when looking at a single ISA.