Skip to content

Releases: ReVanced/revanced-patcher

v19.3.1

14 Feb 00:58
Compare
Choose a tag to compare

19.3.1 (2024-02-14)

v19.3.1-dev.1

14 Feb 00:52
Compare
Choose a tag to compare
v19.3.1-dev.1 Pre-release
Pre-release

19.3.1-dev.1 (2024-02-14)

v19.3.0

14 Feb 00:35
Compare
Choose a tag to compare

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.2

13 Feb 04:19
Compare
Choose a tag to compare
v19.3.0-dev.2 Pre-release
Pre-release

19.3.0-dev.2 (2024-02-13)

v19.3.0-dev.1

13 Feb 02:42
Compare
Choose a tag to compare
v19.3.0-dev.1 Pre-release
Pre-release

19.3.0-dev.1 (2024-02-13)

Features

  • Read and write arbitrary files in APK files (f1d7217)

v19.2.1-dev.1

27 Jan 03:08
Compare
Choose a tag to compare
v19.2.1-dev.1 Pre-release
Pre-release

19.2.1-dev.1 (2024-01-27)

Bug Fixes

  • Use Patch#toString to get patch class name, when no name available (c9a8260)

v19.2.0

28 Dec 21:35
Compare
Choose a tag to compare

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

22 Dec 02:23
Compare
Choose a tag to compare
v19.2.0-dev.1 Pre-release
Pre-release

19.2.0-dev.1 (2023-12-22)

Features

  • Add PatchExtensions#registerNewPatchOption function to simplify instantiation and registration of patch options (4a91845)

v19.1.1-dev.1

01 Dec 22:15
Compare
Choose a tag to compare
v19.1.1-dev.1 Pre-release
Pre-release

19.1.1-dev.1 (2023-12-01)

Bug Fixes

  • Accept PatchSet in PatchesConsumer#acceptPatches (716825f)

v19.1.0

01 Dec 00:19
Compare
Choose a tag to compare

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)