Skip to content

v14.0.0

Compare
Choose a tag to compare
@revanced-bot revanced-bot released this 22 Aug 17:17
· 264 commits to main since this release

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 throw PatchException. Multiple patch bundles can now be loaded in a single ClassLoader to bypass class loader isolation.