Skip to content

Commit f799d13

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-05-07) ### Bug Fixes * deploy to `adb` ([f9b987e](f9b987e)) * gradle build script ([6ffba3e](6ffba3e)) * gradle sync dependencies ([407efdc](407efdc)) * make cli compatible with breaking changes of the patcher ([555b38f](555b38f)) * make integrations optional ([bea8b82](bea8b82)) * resolve signatures before applying patches ([c9941fe](c9941fe)) * this tiny thing has caused me the worst headache ever in my life ([a37304e](a37304e)) * uncomment merging integrations ([f2d9da4](f2d9da4)) * unfinished todo message ([fb068ef](fb068ef)) * unmount script `CONTENT_UMOUNT_SCRIPT` ([3a2fa30](3a2fa30)) * update cli for new patcher version ([9fc2f96](9fc2f96)) ### Features * Add CLI ([6664f49](6664f49)) * Add progress bar ([8d96ec8](8d96ec8)) * add semantic-release ([78d7aa3](78d7aa3)) * Added root-only adb runner (tested on emulator) ([37ecc5e](37ecc5e)) * integrations merge ([919b34e](919b34e)) * load patches dynamically & use kotlinx.cli ([4624384](4624384))
1 parent 78d7aa3 commit f799d13

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# 1.0.0 (2022-05-07)
2+
3+
4+
### Bug Fixes
5+
6+
* deploy to `adb` ([f9b987e](https://github.com/revanced/revanced-cli/commit/f9b987e858292332a4b99e4e4280647425b8c0b8))
7+
* gradle build script ([6ffba3e](https://github.com/revanced/revanced-cli/commit/6ffba3ef0a089c01fd31b667a37a27e77186bbbd))
8+
* gradle sync dependencies ([407efdc](https://github.com/revanced/revanced-cli/commit/407efdc8df1bd15710a9617462bfb123cfe739fe))
9+
* make cli compatible with breaking changes of the patcher ([555b38f](https://github.com/revanced/revanced-cli/commit/555b38f386363661a1433d82b9825dc345855f65))
10+
* make integrations optional ([bea8b82](https://github.com/revanced/revanced-cli/commit/bea8b829c701eee3c5b0bd6fe41c2f3f7df48d9b))
11+
* resolve signatures before applying patches ([c9941fe](https://github.com/revanced/revanced-cli/commit/c9941fe182e11066c34c3d390352862bb0f95ca2))
12+
* this tiny thing has caused me the worst headache ever in my life ([a37304e](https://github.com/revanced/revanced-cli/commit/a37304e032c9bb7d8b76f48c7eeaededb8a32a1e))
13+
* uncomment merging integrations ([f2d9da4](https://github.com/revanced/revanced-cli/commit/f2d9da4dca890241f6fc52bc2049b5655bc2b8ae))
14+
* unfinished todo message ([fb068ef](https://github.com/revanced/revanced-cli/commit/fb068ef7532fc236086205b41756c26f53489645))
15+
* unmount script `CONTENT_UMOUNT_SCRIPT` ([3a2fa30](https://github.com/revanced/revanced-cli/commit/3a2fa30676338518ab4a320e16c4c1fab78e0615))
16+
* update cli for new patcher version ([9fc2f96](https://github.com/revanced/revanced-cli/commit/9fc2f9602aa2f134106fa400daf388176957dd57))
17+
18+
19+
### Features
20+
21+
* Add CLI ([6664f49](https://github.com/revanced/revanced-cli/commit/6664f49a11d655fe0723ad4846673b39b08fcadd))
22+
* Add progress bar ([8d96ec8](https://github.com/revanced/revanced-cli/commit/8d96ec83cb11ac9323ef268884912961a2405435))
23+
* add semantic-release ([78d7aa3](https://github.com/revanced/revanced-cli/commit/78d7aa361e4079b979fbf31d4fca2a7eec445618))
24+
* Added root-only adb runner (tested on emulator) ([37ecc5e](https://github.com/revanced/revanced-cli/commit/37ecc5eaa6f9b6640061400270d192959e3d69b2))
25+
* integrations merge ([919b34e](https://github.com/revanced/revanced-cli/commit/919b34e174e95ee9b6adef50e405b9bbe117803a))
26+
* load patches dynamically & use kotlinx.cli ([4624384](https://github.com/revanced/revanced-cli/commit/4624384f28378efeb5cae54365169905a0ed4de7))

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
kotlin.code.style=official
2-
version=1.0.0
1+
kotlin.code.style = official
2+
version = 1.0.0

0 commit comments

Comments
 (0)