Skip to content

Commit 5a6bf53

Browse files
committed
v5.1.0
1 parent c917114 commit 5a6bf53

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Changelog
22

3-
## [v5.1.0][] (???)
3+
## [v5.1.0][] (Mar 31 2022)
44

55
### Bug fixes
66

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

1111
### Features
1212

1313
- New items
1414
- `private_mode` ([#157][])
1515
- `terraform` ([#203][] - @radek-sprta)
1616
- `toolbox` ([#211][])
17-
- `docker`, disabled by default ([#231][] - @cr-mitmit)
17+
- `docker`, disabled by default ([#231][] - @Crocmagnon)
1818
- `java` ([#244][] - @cr-mitmit)
1919
- Don't require pressing enter for each menu in configuration wizard ([#187][] - @branchvincent)
2020
- Truncate git branches/tags when they get too long ([#221][])
@@ -445,3 +445,4 @@
445445
[v4.3.4]: https://github.com/IlanCosman/tide/tree/v4.3.4
446446
[v5.0.0]: https://github.com/IlanCosman/tide/tree/v5.0.0
447447
[v5.0.1]: https://github.com/IlanCosman/tide/tree/v5.0.1
448+
[v5.1.0]: https://github.com/IlanCosman/tide/tree/v5.1.0

functions/tide.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt'
22
argparse --stop-nonopt v/version h/help -- $argv
33

44
if set -q _flag_version
5-
echo 'tide, version 5.0.1'
5+
echo 'tide, version 5.1.0'
66
else if set -q _flag_help
77
_tide_help
88
else if functions --query _tide_sub_$argv[1]

0 commit comments

Comments
 (0)