Skip to content

Releases: bb010g/betterdiscordctl

betterdiscordctl 1.2.1

20 Jun 11:04
Compare
Choose a tag to compare

Fix Canary and improve checks

  • Remove a line that was added in Canary which prevented BD from loading
  • Add more checks and fallbacks for Snap directories
  • Improve asar installation check

betterdiscordctl 1.2.0

20 Jun 11:03
Compare
Choose a tag to compare

Bunch of bugfixes (#6)

  • Bunch of bugfixes
    • Replace readarray with read for backwards compatibility (#3, #4)
    • Show a proper error when core extraction fails (#5)
    • Fix Snap path
    • Fix killing Discord processes
  • Set flavor when scanning is skipped (otherwise, uninstall will fail for PTB/Canary)
  • Improve Snap dir detection

betterdiscordctl 1.1.0

20 Jun 11:00
Compare
Choose a tag to compare

Some useful additions and more (#2)

  • Code cleanup

    • Moved verbose() and die() functions below variables for consistency
    • Removed unnecessary check
      • mkdir -p will only error if, rather than a directory, there's a file with the specified name
  • Level 2 verbosity using -vv

  • Add version info

  • Add self-update functionality

    Check local version against GitHub version and offer to self-update if they don't match.

    If curl fails to download to '/usr/local/bin', normally due to missing write access, download to the home folder instead.

  • More code cleanup

    • Move commands above options and justify
    • Better version checking
    • Slightly better errors
  • Switch COMMAND and OPTION in usage

    • Renamed Flags to Options for consistency
  • Add usage instructions

  • Add snap support

  • More changes

    • Comply with @bb010g's comments in #2
    • Self-update with a command rather than automatically
    • Fix oversight (git clone always using stable16)
    • Prevent uninstall from killing other flavors
  • Revise README to include usage and more

  • Improve Snap support

  • Add Flatpak support