File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ] [ ] )
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
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments