Skip to content

Releases: E85Addict/revanced-cli

v5.0.0

10 Nov 22:19
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)

Performance Improvements

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

v4.6.0

21 Aug 21:43
Compare
Choose a tag to compare

4.6.0 (2024-08-21)

Bug Fixes

  • Copy APK to output path when it is not being signed (366f400)
  • Use correct option description (45a2ffa)

Features

  • Use more consistent option name (223629c)

Performance Improvements

v4.5.0

14 Mar 20:49
Compare
Choose a tag to compare

4.5.0 (2024-03-14)

Bug Fixes

  • Show path for missing files instead of just the name (f0f3e56)
  • Sign APKs correctly (5ff105c)

Features

  • Remove deprecated CLI options (48a1a39)

Performance Improvements

Reverts

  • Move ReVanced Library subproject to another repository 995f2ec (ef86ad6)

v4.5.0

12 Mar 19:01
Compare
Choose a tag to compare

4.5.0 (2024-03-12)

Bug Fixes

  • Show path for missing files instead of just the name (f0f3e56)
  • Sign APKs correctly (5ff105c)

Features

  • Remove deprecated CLI options (48a1a39)

Performance Improvements

Reverts

  • Move ReVanced Library subproject to another repository 995f2ec (f6e264c)

v4.4.2

11 Mar 07:31
Compare
Choose a tag to compare

4.4.2 (2024-03-11)

Performance Improvements

Reverts

  • Move ReVanced Library subproject to another repository 995f2ec (56ed959)

v4.4.1

10 Mar 06:36
Compare
Choose a tag to compare

4.4.1 (2024-03-10)

Bug Fixes

  • Bump dependencies to support BCS keystore (1c10a77)

Performance Improvements

Reverts

  • Move ReVanced Library subproject to another repository 995f2ec (26e580b)

v4.4.0

31 Dec 01:57
Compare
Choose a tag to compare

4.4.0 (2023-12-31)

Bug Fixes

  • Add missing punctuation in command description (8210351)

Features

  • Log saved patched APK file path (16109bd)

Performance Improvements

  • --rip-lib and --unsigned (3b69974)
  • Personal Sync Upstream (8c91d46)
  • rollback: Move ReVanced Library subproject to another repository 995f2ec (fdff53d)

v4.3.0

05 Dec 07:27
Compare
Choose a tag to compare

4.3.0 (2023-12-05)

Features

  • Add list-versions command (a974b8e)

Performance Improvements

  • --rip-lib and --unsigned (eda8c1c)
  • Personal Sync Upstream (0ceb2c1)
  • Revert: Move ReVanced Library subproject to another repository 995f2ec (b9be4cd)

v4.2.0

28 Nov 02:36
Compare
Choose a tag to compare

4.2.0 (2023-11-28)

Bug Fixes

Features

  • Allow selecting first Adb device, if none supplied automatically by updating dependencies (e7c3d64)
  • Exit application with CLI exit code (36c6a6a)
  • Make `--out´ option optional (3765957)

Performance Improvements

  • --rip-lib and --unsigned (749e99f)
  • Move ReVanced Library subproject to another repository 995f2ec (3f16266)
  • Personal Sync Upstream (ee394da)

v4.1.0

22 Nov 06:41
Compare
Choose a tag to compare

4.1.0 (2023-11-22)

Features

  • --rip-lib and --unsigned (95abc50)
  • Include or exclude patches by their index in relation to supplied patch bundles (b2055ce)
  • List patches which are compatible with any app (#297) (0139dfe)

Performance Improvements

  • Use a HashSet to check for included and excluded patches (616d14f)