Skip to content

Commit

Permalink
Changelog for v5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Sep 5, 2022
1 parent aba37ed commit 6760ce1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## [v5.5.0][] (???)
## [v5.5.0][] (Sep 5 2022)

### Features

- Add crystal language item ([#322][] - @rrevi)
- Tide now looks in parent directories for special files, such as when displaying tool versions
- 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 `[email protected]`
Expand Down Expand Up @@ -498,6 +498,8 @@
[#293]: https://github.com/IlanCosman/tide/issues/293
[#295]: https://github.com/IlanCosman/tide/issues/295
[#305]: https://github.com/IlanCosman/tide/issues/305
[#322]: https://github.com/IlanCosman/tide/issues/322
[#323]: https://github.com/IlanCosman/tide/issues/323
[prettier action]: https://github.com/actionsx/prettier
[super-linter]: https://github.com/github/super-linter
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0
Expand Down Expand Up @@ -538,3 +540,4 @@
[v5.2.2]: https://github.com/IlanCosman/tide/tree/v5.2.2
[v5.3.0]: https://github.com/IlanCosman/tide/tree/v5.3.0
[v5.4.0]: https://github.com/IlanCosman/tide/tree/v5.4.0
[v5.5.0]: https://github.com/IlanCosman/tide/tree/v5.5.0

0 comments on commit 6760ce1

Please sign in to comment.