Skip to content

betterdiscordctl 1.1.0

Compare
Choose a tag to compare
@bb010g bb010g released this 20 Jun 11:00
· 53 commits to master since this release

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