💻 Command line application as an alternative to the ReVanced Manager
Go to file
semantic-release-bot 3878532688 chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/revanced/revanced-cli/compare/v1.2.0...v1.3.0) (2022-06-11)

### Bug Fixes

* `Main-Class` attribute pointing to wrong method ([6e82418](6e82418958))
* `ZipAligner` not correctly calculating the file offset ([2975a47](2975a47d0f))
* broken control flow of `includeFilter` ([a0644c7](a0644c7045))
* check for root even though when not needed ([0d7581a](0d7581ad75))
* overwrite output file ([2bfbbc2](2bfbbc2eb9))
* resource patcher ([9da4f70](9da4f707ac))
* sign the aligned file instead of the input file ([22d2535](22d2535af8))

### Features

* support for `--install` ([d1ceab4](d1ceab45c8))
2022-06-11 23:41:37 +00:00
.github/workflows fix: invalid code flow when adding patches 2022-05-27 12:25:44 +02:00
.idea chore: update dependencies 2022-05-23 20:56:22 +02:00
gradle/wrapper chore: update gradlew wrapper 2022-05-26 04:08:29 +02:00
src/main/kotlin/app/revanced fix: ZipAligner not correctly calculating the file offset 2022-06-12 00:52:14 +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 chore: bump patcher dependency version 2022-06-12 01:38:58 +02:00
CHANGELOG.md chore(release): 1.3.0 [skip ci] 2022-06-11 23:41:37 +00:00
gradle.properties chore(release): 1.3.0 [skip ci] 2022-06-11 23:41:37 +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