1.6.0 (2026-07-11)
Bug Fixes
- Don't use --file-per-class when calling D8 to prevent issues with reserved filenames on Windows (424c041)
- Ignore versioned classes from multi-release JARs (ecb54a8)
- Memory map files using FFM on JDK22+ to fix file locking on Windows (#143) (713d342)
- Reuse mapped files in fast mode (f3f77e2)
- Show more verbose exception if an instruction from the immutable method is passed to mutable method in
addInstructionsWithLabels(). Fix wrong label can be used if multiple labels are specified (d955d8a)