chore: bump version to 0.2.0 - #19
Merged
Merged
Conversation
Minor bump: this release adds the TrollStore deploy script, port_recipe and verify_offsets, plus the main-executable fallback when a framework is absent. All new capability, no breaking change. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6 tasks
tkgstrator
added a commit
that referenced
this pull request
Aug 1, 2026
Lets a patched IPA install alongside the original app instead of overwriting it, which is what a consumer needs when it wants the stock build and the patched build on the device at the same time. Ported from feat/bundle-id-suffix, which branched before #17-#19 and so never picked up the verify_sites overload resolution its consumer now depends on. Rebuilding the flag on top of develop keeps the two lines from drifting further apart. uv.lock rides along: develop bumped pyproject to 0.2.0 without regenerating the lock. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
tkgstrator
added a commit
that referenced
this pull request
Aug 1, 2026
Lets a patched IPA install alongside the original app instead of overwriting it, which is what a consumer needs when it wants the stock build and the patched build on the device at the same time. Ported from feat/bundle-id-suffix, which branched before #17-#19 and so never picked up the verify_sites overload resolution its consumer now depends on. Rebuilding the flag on top of develop keeps the two lines from drifting further apart. uv.lock rides along: develop bumped pyproject to 0.2.0 without regenerating the lock. Co-authored-by: tkgstrator <tkgstrator@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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.
What
Bumps
pyproject.tomlto 0.2.0 ahead of the develop → master release.Why
Minor bump — this release is all new capability, no breaking change:
tools/deploy.sh)tools/port_recipe.py— re-resolves a recipe'sSITESagainst a new dump indextools/verify_offsets.py— diffs il2cpp field offsets between two dumpsTest plan
uv run pytest— 89 passeduv run ruff check tools tests— clean🤖 Generated with Claude Code