Releases: bb010g/betterdiscordctl
Releases · bb010g/betterdiscordctl
betterdiscordctl 1.2.1
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
Bunch of bugfixes (#6)
betterdiscordctl 1.1.0
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
-
Revise README to include usage and more
-
Improve Snap support
-
Add Flatpak support