mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
v5.1.1
This commit is contained in:
parent
4f2778704b
commit
c87ff16242
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v5.1.1][] (Apr 01 2022)
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
- Fix java item for old jdks ([#271][])
|
||||||
|
|
||||||
## [v5.1.0][] (Mar 31 2022)
|
## [v5.1.0][] (Mar 31 2022)
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
@ -413,6 +419,7 @@
|
|||||||
[#244]: https://github.com/IlanCosman/tide/issues/244
|
[#244]: https://github.com/IlanCosman/tide/issues/244
|
||||||
[#250]: https://github.com/IlanCosman/tide/issues/250
|
[#250]: https://github.com/IlanCosman/tide/issues/250
|
||||||
[#254]: https://github.com/IlanCosman/tide/issues/254
|
[#254]: https://github.com/IlanCosman/tide/issues/254
|
||||||
|
[#271]: https://github.com/IlanCosman/tide/issues/271
|
||||||
[prettier action]: https://github.com/actionsx/prettier
|
[prettier action]: https://github.com/actionsx/prettier
|
||||||
[super-linter]: https://github.com/github/super-linter
|
[super-linter]: https://github.com/github/super-linter
|
||||||
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0
|
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0
|
||||||
@ -446,3 +453,4 @@
|
|||||||
[v5.0.0]: https://github.com/IlanCosman/tide/tree/v5.0.0
|
[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.0.1]: https://github.com/IlanCosman/tide/tree/v5.0.1
|
||||||
[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
|
||||||
|
@ -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.0'
|
echo 'tide, version 5.1.1'
|
||||||
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]
|
||||||
|
Loading…
Reference in New Issue
Block a user