Skip to content

chore: Merge branch dev to main#115

Draft
github-actions[bot] wants to merge 14 commits intomainfrom
dev
Draft

chore: Merge branch dev to main#115
github-actions[bot] wants to merge 14 commits intomainfrom
dev

Conversation

@github-actions
Copy link
Copy Markdown

This pull request will Merge branch dev to main.

wchill and others added 3 commits April 17, 2026 19:00
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))
@LisoUseInAIKyrios LisoUseInAIKyrios linked an issue Apr 18, 2026 that may be closed by this pull request
2 tasks
semantic-release-bot and others added 6 commits April 18, 2026 08:59
# [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))
@LisoUseInAIKyrios LisoUseInAIKyrios linked an issue Apr 20, 2026 that may be closed by this pull request
2 tasks
semantic-release-bot and others added 5 commits April 20, 2026 08:13
# [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))
Fixed an issue where continue-on-error would fail sometimes even though
it is not supposed to.
Windows now forces `FULL` BytecodeMode. (Temp fix until wchill's
permanent fix)
# [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))
@LisoUseInAIKyrios LisoUseInAIKyrios linked an issue Apr 21, 2026 that may be closed by this pull request
2 tasks
@LisoUseInAIKyrios LisoUseInAIKyrios linked an issue Apr 21, 2026 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: patched app crashing when using strip libs bug: can't find the right NOTICE in jar feat: Restore striplibs functionality

4 participants