Releases: ReVanced/revanced-patcher
Releases · ReVanced/revanced-patcher
v14.2.1
v14.2.1-dev.1
14.2.1-dev.1 (2023-08-27)
Bug Fixes
- do not flag resource table as sparse when main package is not loaded (b832812)
v14.2.0
v14.2.0-dev.3
v14.2.0-dev.2
v14.2.0-dev.1
v14.1.0
v14.1.0-dev.1
v14.0.1-dev.1
v14.0.0
14.0.0 (2023-08-22)
Bug Fixes
- log decoding resources after logging deleting resource cache directory (db62a16)
- only emit closed patches that did not throw an exception with the
@Patch
annotation (5938f6b) - supply the parent classloader to
DexClassLoader
(0f15077)
Code Refactoring
- improve structure and public API (6b8977f)
Features
- do not log instantiation of ReVanced Patcher (273dd8d)
BREAKING CHANGES
- Various public APIs have been changed. The
Version
annotation has been removed. Patches do not return anything anymore and instead throwPatchException
. Multiple patch bundles can now be loaded in a single ClassLoader to bypass class loader isolation.