Releases: G2-Games/welcome.sh
Releases · G2-Games/welcome.sh
v1.1.1
Quick patch.
- Fixes issue #5
- Fixes installer not downloading itself
v1.1.0
Quite a major update! Mostly due to cleaning up all my messy code in the installer. The script will now also automatically check for updates every day, and only notify the user if there is one!
- Automatic updates (once a day)
- Refactored installer
- Fixed a major issue with Debian-based systems where the update check would not complete and crash the script
- Enabled bash strict mode
- Removed support for wget installations
Full Changelog: v1.0.5...v1.1.0
v1.0.5
Minor release, but fixes a major issue
- Fixed issue where Zsh errored out checking for updates
- Fixed issue on bash throwing error
v1.0.4
Minor update, fix issues
- Fixed issue #3 for real this time (thanks @ClonkDroid!)
- Added asynchronous update checking
- Added update checking timeout
v1.0.3
Minor patch
- Fixed issue #3, added locale fix
v1.0.2
Minor update:
- Added config version checking to updater
- Updated config settings, version bump to v2
v1.0.1
Minor release:
- Added battery level support on Mac 🔋
- Added some install things...
v1.0.0
🎉 1.0 release! 🎉
- Added updater to installer. Re-run install script to update! Old versions work!
- Added separate config file, will not be overwritten on update
v0.3.0
Major release:
- Preliminary compatibility with MacOS
- Added toggle for "Good" instead of "It's" for greetings (eg. "Good afternoon")
- Added Homebrew support
- Major installer improvements