Skip to content

Releases: ReVanced/revanced-patcher

v21.0.0

05 Nov 18:19
Compare
Choose a tag to compare

21.0.0 (2024-11-05)

Bug Fixes

  • Match fingerprint before delegating the match property (5d996de)
  • Merge extension only when patch executes (#315) (aa472eb)

Features

  • Improve Fingerprint API (#316) (0abf1c6)
  • Improve various APIs (#317) (b824978)
  • Move fingerprint match members to fingerprint for ease of access by using context receivers (0746c22)

Performance Improvements

  • Use smallest lookup map for strings (1358d3f)

BREAKING CHANGES

  • Various APIs have been changed.
  • Many APIs have been changed.

v21.0.0-dev.4

05 Nov 13:41
Compare
Choose a tag to compare
v21.0.0-dev.4 Pre-release
Pre-release

21.0.0-dev.4 (2024-11-05)

Performance Improvements

  • Use smallest lookup map for strings (1358d3f)

v21.0.0-dev.3

05 Nov 13:26
Compare
Choose a tag to compare
v21.0.0-dev.3 Pre-release
Pre-release

21.0.0-dev.3 (2024-11-05)

Features

  • Move fingerprint match members to fingerprint for ease of access by using context receivers (0746c22)

v21.0.0-dev.2

01 Nov 01:50
Compare
Choose a tag to compare
v21.0.0-dev.2 Pre-release
Pre-release

21.0.0-dev.2 (2024-11-01)

Bug Fixes

  • Match fingerprint before delegating the match property (5d996de)

v21.0.0-dev.1

27 Oct 15:08
Compare
Choose a tag to compare
v21.0.0-dev.1 Pre-release
Pre-release

21.0.0-dev.1 (2024-10-27)

Bug Fixes

  • Merge extension only when patch executes (#315) (aa472eb)

Features

BREAKING CHANGES

  • Various APIs have been changed.
  • Many APIs have been changed.

v20.0.2

17 Oct 18:04
Compare
Choose a tag to compare

20.0.2 (2024-10-17)

Bug Fixes

  • Make it work on Android 12 and lower by using existing APIs (#312) (a44802e)

v20.0.2-dev.1

15 Oct 11:41
Compare
Choose a tag to compare
v20.0.2-dev.1 Pre-release
Pre-release

20.0.2-dev.1 (2024-10-15)

Bug Fixes

  • Make it work on Android 12 and lower by using existing APIs (#312) (a44802e)

v20.0.1

13 Oct 01:55
Compare
Choose a tag to compare

20.0.1 (2024-10-13)

Bug Fixes

  • Check for class type exactly instead of with contains (#310) (69f2f20)
  • Make it work on Android by not using APIs from JVM unavailable to Android. (2be6e97)
  • Use non-nullable type for options (ea6fc70)

Performance Improvements

  • Free memory earlier and remove negligible lookup maps (d53aacd)

v20.0.1-dev.5

11 Oct 03:30
Compare
Choose a tag to compare
v20.0.1-dev.5 Pre-release
Pre-release

20.0.1-dev.5 (2024-10-11)

Bug Fixes

  • Use non-nullable type for options (ea6fc70)

v20.0.1-dev.4

07 Oct 16:28
Compare
Choose a tag to compare
v20.0.1-dev.4 Pre-release
Pre-release

20.0.1-dev.4 (2024-10-07)

Bug Fixes

  • Make it work on Android by not using APIs from JVM unavailable to Android. (2be6e97)