mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-03 18:33:55 +01:00
83743929c8
## [1.9.1](https://github.com/revanced/revanced-cli/compare/v1.9.0...v1.9.1) (2022-06-22) ### Bug Fixes * add back in: option to specify keystore file path ([c94471f
](c94471f464
)) * remove logger from Signer.kt ([51e091c
](51e091ce40
)) ### Reverts * "feat: use of `java.util.logging.Logger`" ([2c8a106
](2c8a106151
))
14 KiB
14 KiB
1.9.1 (2022-06-22)
Bug Fixes
Reverts
- "feat: use of
java.util.logging.Logger
" (2c8a106)
1.9.0 (2022-06-22)
Features
- migrate logger to
slf4j
(6c4c192)
1.8.0 (2022-06-22)
Features
1.7.1 (2022-06-22)
Bug Fixes
1.7.0 (2022-06-21)
Features
- show description when listing patches (af32572)
1.6.3 (2022-06-21)
Bug Fixes
- update patcher version (80c11fe)
1.6.2 (2022-06-21)
Bug Fixes
1.6.1 (2022-06-21)
Bug Fixes
- remove
-e
fromexperimental
option (3829136)
1.6.0 (2022-06-21)
Features
1.5.1 (2022-06-21)
Bug Fixes
1.5.0 (2022-06-20)
Features
1.4.5 (2022-06-20)
Bug Fixes
- update patcher version (fix apktool) (496f821)
1.4.4 (2022-06-18)
Bug Fixes
1.4.3 (2022-06-18)
Bug Fixes
- update patcher to 1.2.5 (055c282)
1.4.2 (2022-06-16)
Bug Fixes
1.4.1 (2022-06-14)
Bug Fixes
- move the keystore to the output directory (6ceb449)
1.4.0 (2022-06-14)
Features
- chcon on mount (e1c7d10)
1.3.3 (2022-06-13)
Bug Fixes
- missing implementation (48102c6)
1.3.2 (2022-06-13)
Bug Fixes
- only upload
-all.jar
asset (ca8e1ba)
1.3.1 (2022-06-13)
Bug Fixes
- check if
packageVersion
is compatible with any fromcompatiblePackages
(32589c8)
1.3.0 (2022-06-11)
Bug Fixes
Main-Class
attribute pointing to wrong method (6e82418)ZipAligner
not correctly calculating the file offset (2975a47)- broken control flow of
includeFilter
(a0644c7) - check for root even though when not needed (0d7581a)
- overwrite output file (2bfbbc2)
- resource patcher (9da4f70)
- sign the aligned file instead of the input file (22d2535)
Features
- support for
--install
(d1ceab4)
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
- debugging option (1b645c6)
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(...)
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)