This commit is contained in:
Ilan Cosman 2022-04-07 14:41:28 -07:00
parent c3bd035299
commit eb4ab530da
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [v5.2.0][] (Apr 07 2022)
### Features
- Add branding colors to os logos when in rainbow mode ([#220][])
## [v5.1.2][] (Apr 03 2022) ## [v5.1.2][] (Apr 03 2022)
### Bug fixes ### Bug fixes
@ -420,6 +426,7 @@
[#187]: https://github.com/IlanCosman/tide/issues/187 [#187]: https://github.com/IlanCosman/tide/issues/187
[#203]: https://github.com/IlanCosman/tide/issues/203 [#203]: https://github.com/IlanCosman/tide/issues/203
[#211]: https://github.com/IlanCosman/tide/issues/211 [#211]: https://github.com/IlanCosman/tide/issues/211
[#220]: https://github.com/IlanCosman/tide/issues/220
[#221]: https://github.com/IlanCosman/tide/issues/221 [#221]: https://github.com/IlanCosman/tide/issues/221
[#231]: https://github.com/IlanCosman/tide/issues/231 [#231]: https://github.com/IlanCosman/tide/issues/231
[#244]: https://github.com/IlanCosman/tide/issues/244 [#244]: https://github.com/IlanCosman/tide/issues/244
@ -462,3 +469,4 @@
[v5.1.0]: https://github.com/IlanCosman/tide/tree/v5.1.0 [v5.1.0]: https://github.com/IlanCosman/tide/tree/v5.1.0
[v5.1.1]: https://github.com/IlanCosman/tide/tree/v5.1.1 [v5.1.1]: https://github.com/IlanCosman/tide/tree/v5.1.1
[v5.1.2]: https://github.com/IlanCosman/tide/tree/v5.1.2 [v5.1.2]: https://github.com/IlanCosman/tide/tree/v5.1.2
[v5.2.0]: https://github.com/IlanCosman/tide/tree/v5.2.0

View File

@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt'
argparse --stop-nonopt v/version h/help -- $argv argparse --stop-nonopt v/version h/help -- $argv
if set -q _flag_version if set -q _flag_version
echo 'tide, version 5.1.2' echo 'tide, version 5.2.0'
else if set -q _flag_help else if set -q _flag_help
_tide_help _tide_help
else if functions --query _tide_sub_$argv[1] else if functions --query _tide_sub_$argv[1]