Skip to content

betterdiscordctl v2.0.0

Compare
Choose a tag to compare
@bb010g bb010g released this 23 May 23:03
· 4 commits to master since this release
  • Supports new BetterDiscord installation method.
  • Breaking CLI changes.
    • -ab is no longer valid; use -a -b.
    • --foo=bar is no longer valid; use --foo bar.
    • betterdiscordctl with no (sub)command is no longer valid. betterdiscordctl status still invokes the previous default command.
    • --flavors <flavors> is now --d-flavors <d_flavors>.
    • --modules <modules> is now --d-modules <d_modules>.
    • --flatpak is now --d-install flatpak (-i flatpak).
    • --flatpak=<flatpak_bin> is now --flatpak-bin <flatpak_bin>.
    • --snap is now --d-install snap (-i snap).
    • --snap=<snap_bin> is now --snap-bin <snap_bin>.
    • --nix is no longer necessary.
    • --d-install traditional (-i traditional) is now available & default.
    • --bd-remote-url <bd_r_url> is now available.
    • --bd-repo 'rauenzi/BetterDiscordApp' (-r 'rauenzi/BetterDiscordApp') is now --bd-remote-github '~rauenzi/BetterDiscordApp' (-H '~rauenzi/BetterDiscordApp').
      • --bd-remote-github '~rauenzi' is valid.
      • --bd-remote-github '/BetterDiscordApp' is valid.
    • --bd-release 'latest' (-R 'latest') is now --bd-remote-github '#latest' (-H '#latest').
    • betterdiscordctl upgrade is now betterdiscordctl self-upgrade.
    • --upgrade-url <upgrade_url> is now --self-upgrade-url <self_upgrade_url>.
    • --bd-asar <bd_asar> has been replaced by --bd-remote-dir <bd_r_dir> & --bd-remote-asar <bd_r_asar>.
      • Example: --bd-asar ~/Downloads/betterdiscord-alt.asar is now --bd-remote-dir ~/Downloads --bd-remote-asar betterdiscord-alt.asar.
    • See betterdiscordctl --help for more information.
  • Maintainers: DISABLE_UPGRADE= is now DISABLE_SELF_UPGRADE=.