Skip to content

Releases: G2-Games/welcome.sh

v1.1.2

07 Mar 16:33
Compare
Choose a tag to compare

Fixes issue #6 for Zsh.

v1.1.1

07 Mar 15:53
Compare
Choose a tag to compare

Quick patch.

  • Fixes issue #5
  • Fixes installer not downloading itself

v1.1.0

07 Mar 06:04
Compare
Choose a tag to compare

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

25 Nov 06:52
Compare
Choose a tag to compare

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

30 Sep 14:11
Compare
Choose a tag to compare

Minor update, fix issues

  • Fixed issue #3 for real this time (thanks @ClonkDroid!)
  • Added asynchronous update checking
  • Added update checking timeout

v1.0.3

28 Sep 19:40
Compare
Choose a tag to compare

Minor patch

  • Fixed issue #3, added locale fix

v1.0.2

20 Sep 17:40
Compare
Choose a tag to compare

Minor update:

  • Added config version checking to updater
  • Updated config settings, version bump to v2

v1.0.1

20 Sep 01:22
Compare
Choose a tag to compare

Minor release:

  • Added battery level support on Mac 🔋
  • Added some install things...

v1.0.0

19 Sep 21:27
Compare
Choose a tag to compare

🎉 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

19 Sep 00:43
Compare
Choose a tag to compare

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