revanced-cli/CHANGELOG.md
semantic-release-bot bd3773798d chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/revanced/revanced-cli/compare/v1.1.5...v1.2.0) (2022-06-05)

### Bug Fixes

* migrate to latest patcher api changes ([ace70e4](ace70e417f))

### Features

* add path for `cacheDirectory` and enable resource patching by default ([54c0a03](54c0a03d44))
* debugging option ([1b645c6](1b645c67db))
2022-06-05 06:02:17 +00:00

6.8 KiB

1.2.0 (2022-06-05)

Bug Fixes

  • migrate to latest patcher api changes (ace70e4)

Features

  • add path for cacheDirectory and enable resource patching by default (54c0a03)
  • debugging option (1b645c6)

1.2.0-dev.2 (2022-06-05)

Features

1.2.0-dev.1 (2022-06-04)

Features

  • add path for cacheDirectory and enable resource patching by default (54c0a03)

1.1.6-dev.1 (2022-05-31)

Bug Fixes

  • migrate to latest patcher api changes (ace70e4)

1.1.5 (2022-05-27)

Bug Fixes

  • invalid code flow when adding patches (206f202)

1.1.4 (2022-05-26)

Bug Fixes

  • migrate from PatchLoader.load(...) to JarPatchBundle(...).loadPatches() (cabd32f)

1.1.3 (2022-05-25)

Bug Fixes

  • only accept directories when looking for files in resource patch (c76da7e)

1.1.2 (2022-05-22)

Bug Fixes

  • delete outputFile after deploying (329f8a3)

1.1.1 (2022-05-22)

Bug Fixes

1.1.0-dev.3 (2022-05-15)

Bug Fixes

1.1.0-dev.2 (2022-05-07)

Bug Fixes

  • wrong use of dependency to revanced-patches (351de6c)

1.1.0-dev.1 (2022-05-07)

Bug Fixes

  • ClassLoader not working with Java 9+ (3a11e11)
  • leftover TODOs (5b1139c)

Features

  • run release.yml workflow on branch dev (9a64730)

1.0.1 (2022-05-07)

Bug Fixes

  • broken script CONTENT_UNMOUNT_SCRIPT (be53e64)
  • use latest version of patches dependency (029f1ad)

1.0.0 (2022-05-07)

Bug Fixes

  • deploy to adb (f9b987e)
  • gradle build script (6ffba3e)
  • gradle sync dependencies (407efdc)
  • make cli compatible with breaking changes of the patcher (555b38f)
  • make integrations optional (bea8b82)
  • resolve signatures before applying patches (c9941fe)
  • this tiny thing has caused me the worst headache ever in my life (a37304e)
  • uncomment merging integrations (f2d9da4)
  • unfinished todo message (fb068ef)
  • unmount script CONTENT_UMOUNT_SCRIPT (3a2fa30)
  • update cli for new patcher version (9fc2f96)

Features

  • Add CLI (6664f49)
  • Add progress bar (8d96ec8)
  • add semantic-release (78d7aa3)
  • Added root-only adb runner (tested on emulator) (37ecc5e)
  • integrations merge (919b34e)
  • load patches dynamically & use kotlinx.cli (4624384)