mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-11 13:56:18 +00:00
# 1.0.0 (2022-05-07) ### Bug Fixes * deploy to `adb` ([f9b987e](f9b987e858)) * gradle build script ([6ffba3e](6ffba3ef0a)) * gradle sync dependencies ([407efdc](407efdc8df)) * make cli compatible with breaking changes of the patcher ([555b38f](555b38f386)) * make integrations optional ([bea8b82](bea8b829c7)) * resolve signatures before applying patches ([c9941fe](c9941fe182)) * this tiny thing has caused me the worst headache ever in my life ([a37304e](a37304e032)) * uncomment merging integrations ([f2d9da4](f2d9da4dca)) * unfinished todo message ([fb068ef](fb068ef753)) * unmount script `CONTENT_UMOUNT_SCRIPT` ([3a2fa30](3a2fa30676)) * update cli for new patcher version ([9fc2f96](9fc2f9602a)) ### Features * Add CLI ([6664f49](6664f49a11)) * Add progress bar ([8d96ec8](8d96ec83cb)) * add semantic-release ([78d7aa3](78d7aa361e)) * Added root-only adb runner (tested on emulator) ([37ecc5e](37ecc5eaa6)) * integrations merge ([919b34e](919b34e174)) * load patches dynamically & use kotlinx.cli ([4624384](4624384f28))
2.3 KiB
2.3 KiB
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)