Skip to content

v2.5.0

Compare
Choose a tag to compare
@IlanCosman IlanCosman released this 20 Nov 03:33
· 771 commits to main since this release

Features

  • Switched installation method to fisher
  • Added an icons menu to the configuration wizard (#20)

Bug fixes

  • Fixed tide install --unattended erroring 404 (#30)
  • Fixed tab selection menu occasionally being colorized (#33)
  • Fixed os detection erroring if /etc/lsb-release did not exist (#40 - @Shadow53)
  • Switched to mktemp instead of assuming that /tmp will exist (#41 - @Shadow53)
  • Erase all _tide_* "private" functions on uninstall (#43 - @jorgebucaran)
  • Moved fish_right_prompt to it's own file to prevent errors after uninstall (#45 - @jorgebucaran)

Documentation

  • Added a brief explanation for how to modify variables (#29 - @Epse)
  • Fixed a broken link to the fish_git_prompt documentation (#32 - @PatrickF1)

CI/Testing

  • Minor improvements to CI
  • Improved test suite
    • Added function mocking
    • Added rust item test