Releases: ReVanced/revanced-patcher
Releases · ReVanced/revanced-patcher
v19.3.0
19.3.0 (2024-02-14)
Bug Fixes
- Use
Patch#toString
to get patch class name, when no name available (c9a8260)
Features
- Read and write arbitrary files in APK files (f1d7217)
v19.3.0-dev.1
Features
- Read and write arbitrary files in APK files (f1d7217)
v19.2.1-dev.1
Bug Fixes
- Use
Patch#toString
to get patch class name, when no name available (c9a8260)
v19.2.0
19.2.0 (2023-12-28)
Bug Fixes
- Accept
PatchSet
in PatchesConsumer#acceptPatches
(716825f)
Features
- Add
PatchExtensions#registerNewPatchOption
function to simplify instantiation and registration of patch options (4a91845)
v19.2.0-dev.1
Features
- Add
PatchExtensions#registerNewPatchOption
function to simplify instantiation and registration of patch options (4a91845)
v19.1.1-dev.1
Bug Fixes
- Accept
PatchSet
in PatchesConsumer#acceptPatches
(716825f)
v19.1.0
19.1.0 (2023-12-01)
Features
- Add constructor to initialize patches without annotations (462fbe2)
- Retrieve annotations in super and interface classes (7aeae93)
Performance Improvements
- Use a hash set for fast lookup (f1de9b3)
v19.1.0-dev.1
Features
- Add constructor to initialize patches without annotations (462fbe2)
- Retrieve annotations in super and interface classes (7aeae93)
Performance Improvements
- Use a hash set for fast lookup (f1de9b3)
v19.0.0
19.0.0 (2023-10-24)
Features
- Add
PatchOption#valueType
to handle type erasure (a46e948)
BREAKING CHANGES
- This changes the signature of the
PatchOption
constructor.