Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Apr 1, 2022
1 parent c917114 commit 5a6bf53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Changelog

## [v5.1.0][] (???)
## [v5.1.0][] (Mar 31 2022)

### Bug fixes

- Use `string length --visible` to allow for emojis in the prompt ([#134][])
- Only replace `$HOME` with ~ if at beginning of PWD (fixes [#250][])
- Repaint prompt when `$COLUMNS` changes (fixes [#254][])
- Only replace `$HOME` with `~` if at beginning of PWD ([#250][])
- Repaint prompt when `$COLUMNS` changes ([#254][])

### Features

- New items
- `private_mode` ([#157][])
- `terraform` ([#203][] - @radek-sprta)
- `toolbox` ([#211][])
- `docker`, disabled by default ([#231][] - @cr-mitmit)
- `docker`, disabled by default ([#231][] - @Crocmagnon)
- `java` ([#244][] - @cr-mitmit)
- Don't require pressing enter for each menu in configuration wizard ([#187][] - @branchvincent)
- Truncate git branches/tags when they get too long ([#221][])
Expand Down Expand Up @@ -445,3 +445,4 @@
[v4.3.4]: https://github.com/IlanCosman/tide/tree/v4.3.4
[v5.0.0]: https://github.com/IlanCosman/tide/tree/v5.0.0
[v5.0.1]: https://github.com/IlanCosman/tide/tree/v5.0.1
[v5.1.0]: https://github.com/IlanCosman/tide/tree/v5.1.0
2 changes: 1 addition & 1 deletion functions/tide.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt'
argparse --stop-nonopt v/version h/help -- $argv

if set -q _flag_version
echo 'tide, version 5.0.1'
echo 'tide, version 5.1.0'
else if set -q _flag_help
_tide_help
else if functions --query _tide_sub_$argv[1]
Expand Down

0 comments on commit 5a6bf53

Please sign in to comment.