homeshick v2.0.0 Release Notes

Release Date: 2020-05-13 // almost 4 years ago
  • ๐Ÿ†• New version per request of @oreinert in #197.
    The major version has been bumped because of a breaking change.

    Notable changes:

    • ๐Ÿ’ฅ Breaking : Removed ./bin/homeshick.csh (moved to ./homeshick.csh)
    • Speed up refresh operation by reducing exec calls (thanks to @kruton)
    • ๐Ÿ›  Fix some path quoting issues

Previous changes from v1.1.0

  • ๐Ÿ†• New version per request of @oreinert in #180.
    Notable changes:

    • symlinks are now relative (useful when linking for a chrooted environment or when renaming the home folder)
    • fish shell completion (guide in wiki)
    • homeshick.sh can now be sourced from dash as well
    • ๐Ÿ‘• the entire codebase is now linted with shellcheck
    • ๐Ÿ›  loads of minor bugfixes