Skip to content

v0.12.3

Compare
Choose a tag to compare
@vilhelmprytz vilhelmprytz released this 18 Feb 20:49
· 14 commits to master since this release
90f3b85

v0.12.3

Introducing v0.12.3 - this is a hotfix release that comes with some important bug fixes. lib.sh now exports all possible paths in $PATH to solve a bug as well as adding back missing function used in uninstall script.

Changelog

Fixed

  • #385 lib: Fix a bug that would cause the script to fail on some systems because missing paths in $PATH (thanks @Linux123123 for contributing!).
  • #392 lib: Add back missing function print_list used in uninstall script (thanks @Linux123123 for contributing!).