Skip to content

Releases: ReVanced/revanced-cli

v5.0.0

10 Nov 14:58
Compare
Choose a tag to compare

5.0.0 (2024-11-10)

Bug Fixes

  • Check for null when no device serial was specified (1da8ae9)
  • List if patch option is required (#346) (98ff0c3)
  • Make CLI ArgGroup non-exclusive to be able to disable and enable patches at the same time (1bb0d13)
  • Make patches selectable by using a mutable collection for the selection option (751fa1d)
  • Make the patch command work without specifying any selection (ba159a3)
  • Print in new line correctly (c2dc9d7)
  • Use the first connected device when no ADB device is specified (5f952f3)

Features

  • Set patch options via CLI (#336) (2300243)
  • Show error about no installation device found at the beginning (3300e6b)
  • Simplify command and option names and descriptions (#338) (6e7797a)
  • Simplify option descriptions (45c998b)

BREAKING CHANGES

  • Options have been renamed.
  • This commit changes various CLI options and removes the options.json file. Instead, patch options can now be passed via CLI options

v5.0.0-dev.11

10 Nov 14:50
Compare
Choose a tag to compare
v5.0.0-dev.11 Pre-release
Pre-release

5.0.0-dev.11 (2024-11-10)

Bug Fixes

v5.0.0-dev.9

05 Nov 15:55
Compare
Choose a tag to compare
v5.0.0-dev.9 Pre-release
Pre-release

5.0.0-dev.9 (2024-11-05)

Bug Fixes

  • Print in new line correctly (c2dc9d7)

v5.0.0-dev.10

05 Nov 19:01
Compare
Choose a tag to compare
v5.0.0-dev.10 Pre-release
Pre-release

5.0.0-dev.10 (2024-11-05)

Bug Fixes

  • Make CLI ArgGroup non-exclusive to be able to disable and enable patches at the same time (1bb0d13)

v5.0.0-dev.8

17 Oct 18:06
Compare
Choose a tag to compare
v5.0.0-dev.8 Pre-release
Pre-release

5.0.0-dev.8 (2024-10-17)

v5.0.0-dev.7

16 Oct 02:58
Compare
Choose a tag to compare
v5.0.0-dev.7 Pre-release
Pre-release

5.0.0-dev.7 (2024-10-16)

Bug Fixes

  • Check for null when no device serial was specified (1da8ae9)

v5.0.0-dev.6

10 Oct 21:05
Compare
Choose a tag to compare
v5.0.0-dev.6 Pre-release
Pre-release

5.0.0-dev.6 (2024-10-10)

Bug Fixes

  • Use the first connected device when no ADB device is specified (5f952f3)

v5.0.0-dev.5

30 Sep 20:28
Compare
Choose a tag to compare
v5.0.0-dev.5 Pre-release
Pre-release

5.0.0-dev.5 (2024-09-30)

v5.0.0-dev.4

17 Sep 23:18
Compare
Choose a tag to compare
v5.0.0-dev.4 Pre-release
Pre-release

5.0.0-dev.4 (2024-09-17)

Bug Fixes

  • Make patches selectable by using a mutable collection for the selection option (751fa1d)
  • Make the patch command work without specifying any selection (ba159a3)

Features

  • Show error about no installation device found at the beginning (3300e6b)

v5.0.0-dev.3

14 Aug 13:36
Compare
Choose a tag to compare
v5.0.0-dev.3 Pre-release
Pre-release

5.0.0-dev.3 (2024-08-14)

Features

  • Simplify option descriptions (45c998b)