Skip to content

Beta 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Col-E Col-E released this 30 Sep 06:37
· 4554 commits to master since this release

What's New

  • Input can be dragged and dropped into recaf (The file tree on the left accepts the input)
  • Exceptions can be added
  • Try-Catch block ranges can be edited
    • New try-catch blocks can be inserted
  • Jump labels can be changed
  • Switch labels can be changed
  • Member definitions can be modified
    • Name
    • Descriptor
    • Signature (Generic type)
  • Local variables can be modified from the variable opcode editor window
    • Name
    • Descriptor
    • Signature (Generic type)
  • Labels no longer show as just (F_NEW), now include an arbitrary name
    • Selecting labels shows where they are referenced

What's Changed

  • Line opcodes rendered as light grey instead of green.
  • Class data window shows more attributes

What's Fixed

  • Removed duplicate input on try-catch window
  • Removed typos in documentation.
  • Try-Catch window no longer named "Exceptions"