mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-24 12:33:34 +03:00
v6.0.1
This commit is contained in:
parent
b90eaab4c0
commit
1af8bf782c
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [v6.0.1][] (Oct 04 2023)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Restore missing space character after transient prompts
|
||||
|
||||
## [v6.0.0][] (Oct 03 2023)
|
||||
|
||||
### Features
|
||||
@ -589,3 +595,4 @@
|
||||
[v5.5.1]: https://github.com/IlanCosman/tide/tree/v5.5.1
|
||||
[v5.6.0]: https://github.com/IlanCosman/tide/tree/v5.6.0
|
||||
[v6.0.0]: https://github.com/IlanCosman/tide/tree/v6.0.0
|
||||
[v6.0.1]: https://github.com/IlanCosman/tide/tree/v6.0.1
|
||||
|
@ -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 6.0.0'
|
||||
echo 'tide, version 6.0.1'
|
||||
else if set -q _flag_help
|
||||
_tide_help
|
||||
else if functions --query _tide_sub_$argv[1]
|
||||
|
Loading…
Reference in New Issue
Block a user