💻 Command line application as an alternative to the ReVanced Manager
Go to file
semantic-release-bot f799d139ea chore(release): 1.0.0 [skip ci]
# 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))
2022-05-07 04:13:33 +00:00
.github/workflows feat: add semantic-release 2022-05-07 06:09:45 +02:00
.idea refactor: migrate to Kotlin build scripts 2022-04-10 19:36:51 +02:00
gradle/wrapper feat: Add CLI 2022-04-08 23:49:31 +02:00
src/main/kotlin/app/revanced fix: unmount script CONTENT_UMOUNT_SCRIPT 2022-05-07 05:41:34 +02:00
.gitignore refactor: migrate to Kotlin build scripts 2022-04-10 19:36:51 +02:00
.releaserc feat: add semantic-release 2022-05-07 06:09:45 +02:00
build.gradle.kts feat: add semantic-release 2022-05-07 06:09:45 +02:00
CHANGELOG.md chore(release): 1.0.0 [skip ci] 2022-05-07 04:13:33 +00:00
gradle.properties chore(release): 1.0.0 [skip ci] 2022-05-07 04:13:33 +00:00
gradlew feat: Add CLI 2022-04-08 23:49:31 +02:00
gradlew.bat feat: Add CLI 2022-04-08 23:49:31 +02:00
LICENSE Create LICENSE 2022-05-06 23:05:42 +02:00
settings.gradle.kts refactor: migrate to Kotlin build scripts 2022-04-10 19:36:51 +02:00