Skip to content

v5.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 18:33
· 0 commits to 6760ce141dffc4b7d436997d52ecbb6cff836922 since this release

Features

  • Add crystal language item (#322 - @rrevi)
  • Tide now looks in parent directories for special files, such as when displaying tool versions (#323)
  • Tide now truncates the beginning of git branch names instead of the end
  • A new variable, tide_context_hostname_parts lets you choose how many parts of the hostname, split on dots, to show. For example, if your hostname is foo.bar.baz:
    • With set tide_context_hostname_parts 5 you would see user@foo.bar.baz
    • With set tide_context_hostname_parts 1 you would see user@foo (this is the new default)
    • With set tide_context_hostname_parts 0 you would see user

Bug fixes

  • Display the correct versions of tools when PATH has been altered, e.g. by nvm (#303, #330 - @9999years)