What's new
- Agents can now specify ignored packages (defaults to ignoring JDK/Recaf packages) via the attach window
- Also works with a command line argument
--skip package1 package2 ...
- Also works with a command line argument
- Search now supports annotation values (Strings, constants)
- Removed outdated threading options
- Simplified overly verbose auto-generated icons for classes
- Changed config group names so their purpose is more obvious
What's fixed
- Changed resource references to a uniform style
- Fixed "global" keybinds only working on the main window
- Fixed potential compilation problem (Behavior differed between users despite seemingly having the same setup)
- Fix regression where the auto-jdk-11 patcher would fail to patch in the required dependencies
- Assembler
- LDC could not contain an empty string
- Testing
- Disabled a flaky test
- Fixed Travis not being able to execute tests
- Fixed tests failing in paths with spaces