What's new
- Added keybind for searching text of instructions, in the instructions window (
Control + Fby default) - Decompiler context supports more references
- Support field/method references on method parameters
- Support field/method references on a class, even if the referenced field belongs not to that exact class, but one of its parents (excluding interfaces)
- Added recently opened file menu
- File -> Recent: Shows recenty updated files. Long paths are truncated. Limited to 6 entries by default (but this is customizable in the config, under "other")
- Updated CFR decompiler to 141
- Cleaned up recompile error logging
What's fixed
- Recompiling a decompiled class did not update the class panel
- Exported jars did not have verbose ZipFile attributes, such as directory entries. Files were also in random order.
- Blockpane error logging always put
nullas the block title - Special highlights in the instructions window would override the "selected" style, making it hard to keep track of the current selected opcode