chore: Merge branch dev to main#115
Merged
Merged
Conversation
Reduces memory requirements for bytecode patches and speeds up dex rebuilding. Adds flag `--bytecode-mode` which can be set to * `FULL` - the legacy behavior, rebuilds all dex files, requires the most time and memory * `STRIP_FAST` - default, fastest with least memory requirements but produces bigger APK files * `STRIP_SAFE` - faster than `FULL` with somewhat reduced memory requirements, not as performant as `STRIP_FAST` --------- Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
# [1.8.0-dev.1](v1.7.0...v1.8.0-dev.1) (2026-04-18) ### Features * Faster dex rebuilding + reduced memory requirements ([#108](#108)) ([ed8918e](ed8918e))
2 tasks
# [1.8.0-dev.2](v1.8.0-dev.1...v1.8.0-dev.2) (2026-04-18) ### Bug Fixes * Include Notice and License files in shadow jar release ([#113](#113)) ([a9a2402](a9a2402))
# [1.8.0-dev.3](v1.8.0-dev.2...v1.8.0-dev.3) (2026-04-18) ### Features * Add in-app dependency license viewer ([#114](#114)) ([77a1dde](77a1dde))
# [1.8.0-dev.4](v1.8.0-dev.3...v1.8.0-dev.4) (2026-04-19) ### Bug Fixes * Update to latest patcher ([efd0cf1](efd0cf1))
# [1.8.0-dev.5](v1.8.0-dev.4...v1.8.0-dev.5) (2026-04-20) ### Bug Fixes * Re-enable strip libs feature ([#117](#117)) ([6d2bb94](6d2bb94))
# [1.8.0-dev.6](v1.8.0-dev.5...v1.8.0-dev.6) (2026-04-21) ### Bug Fixes * continue-on-error fix + force windows to `FULL` ([#120](#120)) ([036faba](036faba))
# [1.8.0-dev.7](v1.8.0-dev.6...v1.8.0-dev.7) (2026-04-24) ### Features * Add search function to license viewer ([#124](#124)) ([d3d9feb](d3d9feb))
# [1.8.0-dev.8](v1.8.0-dev.7...v1.8.0-dev.8) (2026-04-25) ### Features * Support GitHub repo urls with `--patches` argument ([#71](#71)) ([2cc09a9](2cc09a9))
2 tasks
This was
linked to
issues
Apr 29, 2026
# [1.8.0-dev.9](v1.8.0-dev.8...v1.8.0-dev.9) (2026-04-29) ### Features * Custom output path + better GUI scrollbars ([#127](#127)) ([70e2721](70e2721))
# [1.8.0-dev.10](v1.8.0-dev.9...v1.8.0-dev.10) (2026-05-02) ### Features * UI improvements and fixes ([#128](#128)) ([980ebac](980ebac))
2 tasks
# [1.8.0-dev.11](v1.8.0-dev.10...v1.8.0-dev.11) (2026-05-03) ### Bug Fixes * Update to patcher 1.5.1 ([d7c5036](d7c5036))
2 tasks
# [1.8.0-dev.12](v1.8.0-dev.11...v1.8.0-dev.12) (2026-05-04) ### Bug Fixes * ARSCLib libraries are not included in minimized fat jar ([5dce038](5dce038))
# [1.8.0-dev.13](v1.8.0-dev.12...v1.8.0-dev.13) (2026-05-04) ### Bug Fixes * ARSCLib libraries are excluded during minimization ([2714ab5](2714ab5))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request will Merge branch
devtomain.