Skip to content

1.1.0 - Agent capabilities finished + bug fixes

Choose a tag to compare

@Col-E Col-E released this 31 May 02:20
· 5058 commits to master since this release

What's new

  • Agent functionality has been completed since the redesign (The readding of agent functionality should have bumped the minor version up back in 1.0.4 but I forgot)
    • Save changes via File -> Save changes

What's changed

  • Replaced anonymous classes with lambdas where possible, takes up less space and looks nicer overall
  • Lowered logging level of decompile "get" failures from INFO to TRACE

What's fixed

  • Attaching cleaned up
    • No longer locks up the original Recaf process
    • Fix process still running after all recaf windows closed
  • Some javadoc cleanup
    • Member and variable names labeled with wrong names
    • References to members that were moved / deleted
  • Source code now javac compliant
    • Some generic casting was working only for Eclipse's compiler, its been refactored away
  • Exception when attempting to load an opcode block that does not exist
  • Exceptions caused by switch-case fallthrough where there should be a break