You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [20.0.0](v19.3.1...v20.0.0) (2024-08-06)
### Bug Fixes
* Downgrade smali to fix dex compilation issue ([5227e98](5227e98))
* Improve exception message wording ([5481d0c](5481d0c))
* Make constructor internal as supposed ([7f44174](7f44174))
* Merge all extensions before initializing lookup maps ([8c4dd5b](8c4dd5b))
* Use null for compatible package version when adding packages only ([736b3ee](736b3ee))
### Features
* Add ability to create options outside of a patch ([d310246](d310246))
* Convert APIs to Kotlin DSL ([#298](#298)) ([11a911d](11a911d))
### BREAKING CHANGES
* Various old APIs are removed, and DSL APIs are added instead.
* Make constructor internal as supposed ([7f44174](https://github.com/ReVanced/revanced-patcher/commit/7f44174d91f0af0d50a83d80a7103c779241e094))
9
+
* Merge all extensions before initializing lookup maps ([8c4dd5b](https://github.com/ReVanced/revanced-patcher/commit/8c4dd5b3a309077fa9a3827b4931fc28b0517809))
10
+
* Use null for compatible package version when adding packages only ([736b3ee](https://github.com/ReVanced/revanced-patcher/commit/736b3eebbfdd7279b8d5fcfc5c46c9e3aadbee12))
11
+
12
+
13
+
### Features
14
+
15
+
* Add ability to create options outside of a patch ([d310246](https://github.com/ReVanced/revanced-patcher/commit/d310246852504b08a15f6376bbf25ac7c6fae76f))
16
+
* Convert APIs to Kotlin DSL ([#298](https://github.com/ReVanced/revanced-patcher/issues/298)) ([11a911d](https://github.com/ReVanced/revanced-patcher/commit/11a911dc674eb0801649949dd3f28dfeb00efe97))
17
+
18
+
19
+
### BREAKING CHANGES
20
+
21
+
* Various old APIs are removed, and DSL APIs are added instead.
0 commit comments