Releases: Col-E/Recaf
2.21.4
2.21.14 (2024-04-27)
Important news
This update is primarily to remove the auto-updater from Recaf 2.X as the next release iterations are not compatible with the existing auto-updater schema. The last few prior updates announced that Recaf 3.X was in progress. We have since restructured significantly once more and will be going to 4.X.
For more details you can check out the 4.X branch here:
Updated libraries
- ASM 9.2 --> 9.7
- CAFEDUDE 1.9.6 --> 2.0.1
- JavaParser 3.24.2 --> 3.25.9
- JPhantom 1.4.3 --> 1.4.4
2.21.13
2.21.13 (2022-03-29)
Important news
The 3rd major version release of Recaf (3.X) is in a early-alpha state. You can check the progress here: Recaf 3X Issues & Feedback
For repository owners and maintainers of package managers, this will change the artifact release process. More information about this change will come out once the 3X project gets closer to an official release.
New Features
- Plugins can now specify custom language files (253be13)
- Keybind to increase/decrease font size (e2cbecc)
Bug Fixes
2.21.12
2.21.12 (2022-02-01)
Important news
The 3rd major version release of Recaf (3.X) is in a early-alpha state. You can check the progress here: Recaf 3X Issues & Feedback
For repository owners and maintainers of package managers, this will change the artifact release process. More information about this change will come out once the 3X project gets closer to an official release.
Bug Fixes
- Renaming a class, then renaming its members does not yield correct aggregate mappings (9358cbf)
2.21.11
2.21.11 (2022-01-08)
Important news
The 3rd major version release of Recaf (3.X) is in a early-alpha state. You can check the progress here: Recaf 3X Issues & Feedback
For repository owners and maintainers of package managers, this will change the artifact release process. More information about this change will come out once the 3X project gets closer to an official release.
Bug Fixes
- Fix update prompt not properly rendering all items in the changelog (7ee876d)
- Fix detection of minimum support version for javac (4a72119)
- Fix crash exporting jar with duplicate paths (7a0a8a0)
- Fix accidental removal of ZIP parsing fallbacks (d0cf108)
- Fix desktop browse breaking on Linux, now use platform specific open options (3212458)
- Improve phantom class generation performance by moving file IO to in-memory operations (1c855ec)
- Improve compiler performance by moving file based classpath to in-memory classpath (1c855ec)
2.21.10
2.21.10 (2022-01-04)
Important news
The 3rd major version release of Recaf (3.X) is in a early-alpha state. You can check the progress here: Recaf 3X Issues & Feedback
For repository owners and maintainers of package managers, this will change the artifact release process. More information about this change will come out once the 3X project gets closer to an official release.
Bug Fixes
2.21.9
2.21.9 (2022-01-02)
Important news
The 3rd major version release of Recaf (3.X) is in a early-alpha state. You can check the progress here: https://github.com/Col-E/recaf-3x-issues/
For repository owners and maintainers of package managers, this will change the artifact release process. More information about this change will come out once the 3X project gets closer to an official release.
Bug Fixes
- Class reading method for invalid class CRCs (52bc600)
2.21.8
2.21.8 (2021-12-30)
Important news
The 3rd major version release of Recaf (3.X) is in a early-alpha state. You can check the progress here: https://github.com/Col-E/recaf-3x-issues/
For repository owners and maintainers of package managers, this will change the artifact release process. More information about this change will come out once the 3X project gets closer to an official release.
Bug Fixes
- Crash on JFX injection (Java 11+) when Recaf directory does not already exist (c8a3cf8)
2.21.7
2.21.7 (2021-12-15)
Important news
The 3rd major version release of Recaf (3.X) is in a early-alpha state. You can check the progress here: https://github.com/Col-E/recaf-3x-issues/
For repository owners and maintainers of package managers, this will change the artifact release process. More information about this change will come out once the 3X project gets closer to an official release.
Features
- Bump CFR from 151 -> 152
- Migrate from forge-mirrored FernFlower to ForgeFlower
Bug Fixes
- Fix not pulling architecture-dependent JavaFX bindings. Should support Mac M1 (4b82d8c)