Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MorpheApp/morphe-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: MorpheApp/morphe-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0-dev.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 18, 2026

  1. feat: Faster dex rebuilding + reduced memory requirements (#108)

    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>
    wchill and LisoUseInAIKyrios authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    ed8918e View commit details
    Browse the repository at this point in the history
  2. chore: Release v1.8.0-dev.1 [skip ci]

    # [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))
    semantic-release-bot committed Apr 18, 2026
    Configuration menu
    Copy the full SHA
    c0dfc4b View commit details
    Browse the repository at this point in the history
Loading