Skip to content

Releases: tux1c/LGSO

v1.41

13 Feb 12:28

Choose a tag to compare

  • Restore() now untars the latest backup.

v1.40

09 Feb 15:02

Choose a tag to compare

  • Finished restore() function.
  • Added --help and --version.
  • Other small fixes.

v1.30

03 Jan 16:55

Choose a tag to compare

  • read_flags now uses cases instead of if and else statements.
  • strings are now quoted.
  • cp -a is used instead of cp -r
  • global and local variables sorted
  • other various enhancements.

v1.21

24 Oct 11:58

Choose a tag to compare

  • Fixed an error with xdg_check() function.

v1.11

24 Oct 11:57

Choose a tag to compare

  • Added basic support for restore.
  • Started adding functions for better readibility

v1.20

24 Oct 11:58

Choose a tag to compare

  • Added XDG support. (refer to issue #4)
  • Added backup function.
  • Made the code more readable.
  • LGSO will now check if it copied the directory succesfully before removing the old one.

v1.10

24 Oct 11:57

Choose a tag to compare

  • Added checks to wether the save exists & is not a symlink.
  • Various unneeded small comments removed.

v1.0

24 Oct 11:57

Choose a tag to compare

  • Introduced a simple way to check for script updates.
  • Moved default dir from /usr/share/games to $HOME/.local/share/games.
  • Removed the need for superuser permissions.
  • Added -s (or -silent) and -v (or -verbose) flags.
  • Added basic -b (or -backup) and -d (or -dir) flags implementation.