From 5a6bf534f7eed87127f8ad0368c5aba58e1c99d1 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Thu, 31 Mar 2022 20:34:02 -0700 Subject: [PATCH] v5.1.0 --- CHANGELOG.md | 9 +++++---- functions/tide.fish | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea2f34f..6086c8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # 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 @@ -14,7 +14,7 @@ - `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][]) @@ -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 diff --git a/functions/tide.fish b/functions/tide.fish index ed4e4b9b..d74ac9cd 100644 --- a/functions/tide.fish +++ b/functions/tide.fish @@ -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]