Releases: IlanCosman/tide
Releases Β· IlanCosman/tide
v5.2.1
v5.2.0
v5.1.2
v5.1.1
v5.1.0
Bug fixes
- Use
string length --visible
to allow for emojis in the prompt (#134) - 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 - @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)
- Performance improvements
- Cache variables once on fish startup
- Use
read
instead of command substitution when possible - Combine command substitutions
- Some other, extremely tiny, extremely evil speed boosts
- Improve
bug-report
command- Add fish startup time
- Add fisher plugins
v5.0.1
v5.0.0
Deprecations/Warnings
main
is now a development branch. Users should instead install from version tags- e.g.
fisher install ilancosman/tide@v5
- e.g.
- Variable naming scheme has been overhauled, some items have been renamed (#105)
Features
- Run pwd after all other items, which allows it to precisely react to prompt length (#131)
git
item improvements- New items
shlvl
(#156 - @kidonng)go
(#174 - @dr-emacs)kubectl
(#178 - @branchvincent)node
item has replacednvm
item (#181 - @branchvincent)
- Display pipenv virtual environments better in
virtual_env
item. - Performance improvements
Bug fixes
- Check for
python3
in addition topython
before removing virtual_env item (#162) - Don't set
fish_term24bit
, which was messing up colors