Releases: chiraitori/revanced-cli
Releases · chiraitori/revanced-cli
v1.0.0
1.0.0 (2022-12-13)
Bug Fixes
defaultExcludeunused (2015c2a)Main-Classattribute pointing to wrong method (6e82418)ZipAlignernot correctly calculating the file offset (2975a47)- add back in: option to specify keystore file path (c94471f)
- add callback for addFiles (87ffaa4)
- add execute permission to
./gradlewfile (#36) (072d9e1) - align every file (96ec6a0)
- breaking changes by
revanced-patcherdependency (51d2504) - broken control flow of
includeFilter(a0644c7) - broken deprecation message (e3e74ac)
- broken script
CONTENT_UNMOUNT_SCRIPT(be53e64) - check for root even though when not needed (0d7581a)
- check if
packageVersionis compatible with any fromcompatiblePackages(32589c8) - ClassLoader not working with Java 9+ (3a11e11)
- CLI not working (29105ba)
- delete
outputFileafter deploying (329f8a3) - deploy to
adb(f9b987e) - don't print same patch multiple times (f4b0469)
- dummy publish task (1/2) [skip ci] (afff4c8)
- escape quotation mark in string (6e21d81)
- fix noSuchMethodError (00fec25)
- gitignore: ignore
options.toml(#158) (7be9af0) - gradle build script (6ffba3e)
- gradle sync dependencies (407efdc)
- improper use of mount variable (31853fe)
- invalid code flow when adding patches (206f202)
- keystore file not found exception (#57) (5b8537e)
- leftover TODOs (5b1139c)
- Log not showing in CLI (#80) (d9c5a17), closes #79
- Make clear what the --exclusive command actually does (a26b0ea)
- make cli compatible with breaking changes of the patcher (555b38f)
- make integrations optional (bea8b82)
- migrate from
PatchLoader.load(...)toJarPatchBundle(...).loadPatches()(cabd32f) - migrate to changes of patcher (b30c737)
- migrate to latest patcher api changes (ace70e4)
- missing implementation (48102c6)
- mount bind revanced.apk from magisk's mirror (372470c)
- move the keystore to the output directory (6ceb449)
- null exception when resource patching is disabled (#85) (125fa06)
- only accept directories when looking for files in resource patch (c76da7e)
- only upload
-all.jarasset (ca8e1ba) - overwrite output file (2bfbbc2)
- releases (2/2) (227d8d9)
- remove
-efromexperimentaloption (3829136) - remove
excludePatchescheck (eb83cab) - remove logger from Signer.kt (51e091c)
- remove requirement for solution [skip ci] (#108) (0ce680a)
- resolve signatures before applying patches (c9941fe)
- resource patcher (9da4f70)
- show actual version in CLI (1dcdbc9)
- sign the aligned file instead of the input file (22d2535)
- 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)
- update patcher to 1.2.5 (055c282)
- update patcher version (499ce0a)
- update patcher version (0df936e)
- update patcher version (80c11fe)
- update patcher version (09b9027), closes #45
- update patcher version (fix apktool) (496f821)
- use absolute file path for key store (d335846)
- use latest version of patches dependency (029f1ad)
- wrong keystore output path (20fa179)
- wrong label in additional items [skip ci] (cd3ded1)
- wrong separator when using
ZipFileSystemUtils(20e15de) - wrong use of dependency to
revanced-patches(351de6c) - wrong use of variable substitution / ...