fix: Close adb when app closes#153
Merged
Merged
Conversation
2 tasks
github-actions Bot
pushed a commit
that referenced
this pull request
May 25, 2026
# [1.9.0-dev.3](v1.9.0-dev.2...v1.9.0-dev.3) (2026-05-25) ### Bug Fixes * Close adb when app closes ([#153](#153)) ([a43de5a](a43de5a))
github-actions Bot
pushed a commit
to ddCeka/morphe-cli
that referenced
this pull request
May 26, 2026
# [1.8.0-dev.1](v1.7.0...v1.8.0-dev.1) (2026-05-26) ### Bug Fixes * ARSCLib libraries are excluded during minimization ([2714ab5](2714ab5)) * ARSCLib libraries are not included in minimized fat jar ([5dce038](5dce038)) * Close adb when app closes ([MorpheApp#153](https://github.com/ddCeka/morphe-cli/issues/153)) ([a43de5a](a43de5a)) * continue-on-error fix + force windows to `FULL` ([MorpheApp#120](https://github.com/ddCeka/morphe-cli/issues/120)) ([036faba](036faba)) * Include Notice and License files in shadow jar release ([MorpheApp#113](https://github.com/ddCeka/morphe-cli/issues/113)) ([a9a2402](a9a2402)) * Re-enable strip libs feature ([MorpheApp#117](https://github.com/ddCeka/morphe-cli/issues/117)) ([6d2bb94](6d2bb94)) * Update to latest patcher ([a0bea3d](a0bea3d)) * Update to latest patcher ([efd0cf1](efd0cf1)) * Update to patcher 1.5.1 ([d7c5036](d7c5036)) ### Features * Add in-app dependency license viewer ([MorpheApp#114](https://github.com/ddCeka/morphe-cli/issues/114)) ([77a1dde](77a1dde)) * Add search function to license viewer ([MorpheApp#124](https://github.com/ddCeka/morphe-cli/issues/124)) ([d3d9feb](d3d9feb)) * Add setting menu to save patched app crash logs to file ([MorpheApp#143](https://github.com/ddCeka/morphe-cli/issues/143)) ([90836b5](90836b5)) * Apply patches from multiple patch bundles, add GUI patch source selector ([MorpheApp#145](https://github.com/ddCeka/morphe-cli/issues/145)) ([44ed6c6](44ed6c6)) * Custom output path + better GUI scrollbars ([MorpheApp#127](https://github.com/ddCeka/morphe-cli/issues/127)) ([70e2721](70e2721)) * Faster dex rebuilding + reduced memory requirements ([MorpheApp#108](https://github.com/ddCeka/morphe-cli/issues/108)) ([ed8918e](ed8918e)) * Support GitHub repo urls with `--patches` argument ([MorpheApp#71](https://github.com/ddCeka/morphe-cli/issues/71)) ([2cc09a9](2cc09a9)) * UI improvements and fixes ([MorpheApp#128](https://github.com/ddCeka/morphe-cli/issues/128)) ([980ebac](980ebac))
github-actions Bot
pushed a commit
that referenced
this pull request
May 29, 2026
# [1.9.0](v1.8.1...v1.9.0) (2026-05-29) ### Bug Fixes * Close adb when app closes ([#153](#153)) ([a43de5a](a43de5a)) * Multi patch source minor network times out ([#155](#155)) ([06e5788](06e5788)) ### Features * Add setting menu to save patched app crash logs to file ([#143](#143)) ([90836b5](90836b5)) * Apply patches from multiple patch bundles, add GUI patch source selector ([#145](#145)) ([44ed6c6](44ed6c6))
AzyrRuthless
pushed a commit
to AzyrRuthless/morphe-cli
that referenced
this pull request
May 30, 2026
The gui now properly closes the adb server when it's being closed, if it started it. Won't touch it if other process started it.
github-actions Bot
pushed a commit
to AzyrRuthless/morphe-cli
that referenced
this pull request
May 30, 2026
# [1.7.0-dev.1](v1.6.1...v1.7.0-dev.1) (2026-05-30) ### Bug Fixes * Close adb when app closes ([MorpheApp#153](https://github.com/AzyrRuthless/morphe-cli/issues/153)) ([569253b](569253b)) * Multi patch source minor network times out ([MorpheApp#155](https://github.com/AzyrRuthless/morphe-cli/issues/155)) ([8a62b73](8a62b73)) ### Features * Apply patches from multiple patch bundles, add GUI patch source selector ([MorpheApp#145](https://github.com/AzyrRuthless/morphe-cli/issues/145)) ([d904c88](d904c88))
github-actions Bot
pushed a commit
to AzyrRuthless/morphe-cli
that referenced
this pull request
May 30, 2026
# [1.7.0](v1.6.1...v1.7.0) (2026-05-30) ### Bug Fixes * Close adb when app closes ([MorpheApp#153](https://github.com/AzyrRuthless/morphe-cli/issues/153)) ([569253b](569253b)) * Multi patch source minor network times out ([MorpheApp#155](https://github.com/AzyrRuthless/morphe-cli/issues/155)) ([8a62b73](8a62b73)) ### Features * Apply patches from multiple patch bundles, add GUI patch source selector ([MorpheApp#145](https://github.com/AzyrRuthless/morphe-cli/issues/145)) ([d904c88](d904c88))
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.
The gui now properly closes the adb server when it's being closed, if it started it. Won't touch it if other process started it.