Commit Graph

910 Commits

Author SHA1 Message Date
e1b984d601 ci: Adjust release commit message 2024-09-30 22:34:23 +02:00
c2dc29e061 chore(release): 20.0.1-dev.1 [skip ci]
## [20.0.1-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v20.0.0...v20.0.1-dev.1) (2024-09-18)

### Bug Fixes

* Check for class type exactly instead of with contains ([#310](https://github.com/ReVanced/revanced-patcher/issues/310)) ([69f2f20](69f2f20fd9))
v20.0.1-dev.1
2024-09-18 12:38:03 +00:00
69f2f20fd9 fix: Check for class type exactly instead of with contains (#310) 2024-09-18 14:36:15 +02:00
Pg
525beda18e docs: Fix code example (#306) 2024-08-29 08:59:33 +02:00
73d3cbf4ff build: Bump Gradle Wrapper to 8.9 2024-08-06 17:46:39 +02:00
70278dd79d chore(release): 20.0.0 [skip ci]
# [20.0.0](https://github.com/ReVanced/revanced-patcher/compare/v19.3.1...v20.0.0) (2024-08-06)

### Bug Fixes

* Downgrade smali to fix dex compilation issue ([5227e98](5227e98abf))
* Improve exception message wording ([5481d0c](5481d0c54c))
* Make constructor internal as supposed ([7f44174](7f44174d91))
* Merge all extensions before initializing lookup maps ([8c4dd5b](8c4dd5b3a3))
* Use null for compatible package version when adding packages only ([736b3ee](736b3eebbf))

### Features

* Add ability to create options outside of a patch ([d310246](d310246852))
* Convert APIs to Kotlin DSL ([#298](https://github.com/ReVanced/revanced-patcher/issues/298)) ([11a911d](11a911dc67))

### BREAKING CHANGES

* Various old APIs are removed, and DSL APIs are added instead.
v20.0.0
2024-08-06 14:56:20 +00:00
5e98e9e30a chore: Merge branch dev to main (#279) 2024-08-06 16:54:38 +02:00
ac1aff5a1a chore(release): 20.0.0-dev.4 [skip ci]
# [20.0.0-dev.4](https://github.com/ReVanced/revanced-patcher/compare/v20.0.0-dev.3...v20.0.0-dev.4) (2024-08-06)

### Bug Fixes

* Improve exception message wording ([bd434ce](bd434ceb33))
2024-08-06 16:53:42 +02:00
5481d0c54c fix: Improve exception message wording 2024-08-06 16:53:42 +02:00
4604742d0f chore(release): 20.0.0-dev.3 [skip ci]
# [20.0.0-dev.3](https://github.com/ReVanced/revanced-patcher/compare/v20.0.0-dev.2...v20.0.0-dev.3) (2024-08-01)

### Bug Fixes

* Make constructor internal as supposed ([e95fcd1](e95fcd1c0b))

### Features

* Add ability to create options outside of a patch ([b8d763a](b8d763a66e))
2024-08-06 16:53:42 +02:00
4beb907a61 refactor: Sort dependencies 2024-08-06 16:53:42 +02:00
7f44174d91 fix: Make constructor internal as supposed 2024-08-06 16:53:42 +02:00
d310246852 feat: Add ability to create options outside of a patch 2024-08-06 16:53:42 +02:00
dcc989243c chore(release): 20.0.0-dev.2 [skip ci]
# [20.0.0-dev.2](https://github.com/ReVanced/revanced-patcher/compare/v20.0.0-dev.1...v20.0.0-dev.2) (2024-07-31)

### Bug Fixes

* Downgrade smali to fix dex compilation issue ([714447d](714447de70))
* Merge all extensions before initializing lookup maps ([328aa87](328aa876d8))
* Use null for compatible package version when adding packages only ([a8e8fa4](a8e8fa4093))
2024-08-06 16:53:42 +02:00
5227e98abf fix: Downgrade smali to fix dex compilation issue 2024-08-06 16:53:42 +02:00
8c4dd5b3a3 fix: Merge all extensions before initializing lookup maps 2024-08-06 16:53:42 +02:00
736b3eebbf fix: Use null for compatible package version when adding packages only 2024-08-06 16:53:42 +02:00
b41a542952 refactor: Convert method bodies to single expression functions 2024-08-06 16:53:42 +02:00
d21128fe2e build(Needs bump): Bump dependencies 2024-08-06 16:53:42 +02:00
cf4374b8cf docs: Fix syntax issues and improve wording 2024-08-06 16:53:42 +02:00
8a30b0fa10 chore(release): 20.0.0-dev.1 [skip ci]
# [20.0.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.3.1...v20.0.0-dev.1) (2024-07-22)

### Features

* Convert APIs to Kotlin DSL ([#298](https://github.com/ReVanced/revanced-patcher/issues/298)) ([3f9cbd2](3f9cbd2408))

### BREAKING CHANGES

* Various old APIs are removed, and DSL APIs are added instead.
2024-08-06 16:53:42 +02:00
11a911dc67 feat: Convert APIs to Kotlin DSL (#298)
This commit converts various APIs to Kotlin DSL.

BREAKING CHANGE: Various old APIs are removed, and DSL APIs are added instead.
2024-08-06 16:53:42 +02:00
6e3ba7419b ci: Correct usage of repository variable 2024-08-06 16:53:42 +02:00
50a66ccfed docs: Improve issue templates 2024-08-06 16:53:42 +02:00
0be79840b1 chore: Fix spelling mistake 2024-08-06 16:53:42 +02:00
d8b4c60321 refactor: Simplify mapping classes to their names (#290)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2024-08-06 16:53:42 +02:00
f77e99e817 build: Publish sources 2024-08-06 16:53:42 +02:00
ea26c486c0 build: Set target bytecode level to JVM 11 2024-08-06 16:53:42 +02:00
bebb734608 ci: Update action 2024-08-06 16:53:42 +02:00
d842f82d07 chore: Lint code 2024-08-06 16:53:42 +02:00
82bab58ac2 build: Bump dependencies 2024-08-06 16:53:42 +02:00
90b7631d9e refactor: Properly abstract Patch#execute function 2024-08-06 16:53:42 +02:00
26d449e6d9 docs: Fix broken links 2024-08-06 16:53:42 +02:00
49466060e3 docs: Fix docs link [skip ci] 2024-08-06 16:53:42 +02:00
620ea5b852 docs: Un-indent markdown to fix rendering 2024-08-06 16:53:42 +02:00
3e2168a2b2 chore: Revert using a relative image path
For some reason GitHub does not render them correctly
2024-08-06 16:53:42 +02:00
13c77967b1 build: Bump dependencies 2024-08-06 16:53:42 +02:00
f57e571a14 chore: Merge branch dev to main (#276) 2024-02-25 03:33:57 +01:00
fe616beb22 docs: Add documentation (#278) 2024-02-25 03:30:08 +01:00
41257ee87e chore: Rename issue templates and use relative image paths 2024-02-25 03:26:15 +01:00
33ed5f0aa3 ci: Fix indentation in workflow 2024-02-24 01:15:09 +01:00
d0a57ac00d docs: Add readme and contribution guidelines 2024-02-23 04:00:59 +01:00
b0b2c10665 ci: Split release into a separate PR build workflow
Because the release workflow already runs on dev and main, it is not necessary to also trigger it for PRs.
2024-02-23 02:26:30 +01:00
cc183062ab chore: Fix inline comment 2024-02-15 02:46:14 +01:00
fe8ea9130d build: Remove unnecessary java plugin 2024-02-14 04:32:33 +01:00
f1c60093cf ci: Update GPG passphrase secret name 2024-02-14 02:49:52 +01:00
687b884dc4 ci: Import GPG key as late as possible
It is not necessary to import it earlier.
2024-02-14 01:59:41 +01:00
ceb6fd51c1 chore(release): 19.3.1 [skip ci]
## [19.3.1](https://github.com/ReVanced/revanced-patcher/compare/v19.3.0...v19.3.1) (2024-02-14)
v19.3.1
2024-02-14 00:57:51 +00:00
0b223bfe65 chore: Merge branch dev to main (#275) 2024-02-14 01:55:11 +01:00
308e95cf62 chore(release): 19.3.1-dev.1 [skip ci]
## [19.3.1-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.3.0...v19.3.1-dev.1) (2024-02-14)
v19.3.1-dev.1
2024-02-14 00:51:49 +00:00