Skip to content

Releases: andsens/homeshick

v2.0.1

14 Apr 07:15
d44da86
Compare
Choose a tag to compare

New version per request of @oreinert in #213.
This is a minor release with no breaking changes.

Changes:

  • Improvements to testing (@oreinert)
  • Test up to and including bash v5.2.9
  • Improvements to cd and check subcommands (@me-and)
  • Improvement to cd subcommand in fish (@languitar)

v2.0.0

13 May 21:36
eea2fc5
Compare
Choose a tag to compare

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

v1.1.0

04 Jun 20:40
490013f
Compare
Choose a tag to compare

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