chore: Merge branch dev to main#141
Draft
github-actions[bot] wants to merge 12 commits into
Draft
Conversation
… method is passed to mutable method in `addInstructionsWithLabels()`. Fix wrong label can be used if multiple labels are specified
## [1.5.3-dev.1](v1.5.2...v1.5.3-dev.1) (2026-06-20) ### Bug Fixes * 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](d955d8a))
## [1.5.3-dev.2](v1.5.3-dev.1...v1.5.3-dev.2) (2026-06-29) ### Bug Fixes * Memory map files using FFM on JDK22+ to fix file locking on Windows ([#143](#143)) ([713d342](713d342))
…h reserved filenames on Windows
## [1.5.3-dev.3](v1.5.3-dev.2...v1.5.3-dev.3) (2026-06-29) ### Bug Fixes * Don't use --file-per-class when calling D8 to prevent issues with reserved filenames on Windows ([424c041](424c041))
2 tasks
2 tasks
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Closes #144. Also changes ArsclibResourceCoder and ResourceCoder to be internal, since they are not meant to be used by patches.
# [1.6.0-dev.1](v1.5.3-dev.3...v1.6.0-dev.1) (2026-06-30) ### Features * Expose APK signing certificates to patches ([#145](#145)) ([2284e22](2284e22))
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.