mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-19 01:59:25 +01:00
04e0027c08
## [1.1.4](https://github.com/revanced/revanced-cli/compare/v1.1.3...v1.1.4) (2022-05-26) ### Bug Fixes * migrate from `PatchLoader.load(...)` to `JarPatchBundle(...).loadPatches()` ([cabd32f
](cabd32fda4
))
5.3 KiB
5.3 KiB
1.1.4 (2022-05-26)
Bug Fixes
- migrate from
PatchLoader.load(...)
toJarPatchBundle(...).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
- breaking changes by
revanced-patcher
dependency (51d2504) - wrong use of dependency to
revanced-patches
(351de6c) - wrong use of variable substitution / typo (81d53b5), closes revanced/revanced-cli#12
1.1.0-dev.3 (2022-05-15)
Bug Fixes
- wrong use of variable substitution / typo (81d53b5), closes revanced/revanced-cli#12
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
Features
- run
release.yml
workflow on branchdev
(9a64730)
1.0.1 (2022-05-07)
Bug Fixes
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)