mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-30 06:44:15 +03:00
Changelog for v2.5.0
This commit is contained in:
parent
b1fd36a348
commit
6ab96ca9f5
38
CHANGELOG.md
38
CHANGELOG.md
@ -1,6 +1,32 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
Note that Tide does not use strict semantic versioning.
|
## [v2.5.0][] (Nov 19 2020)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Switched installation method to fisher
|
||||||
|
- Added an icons menu to the configuration wizard ([#20][])
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
- Fixed `tide install --unattended` erroring 404 ([#30][])
|
||||||
|
- Fixed tab selection menu occasionally being colorized ([#33][])
|
||||||
|
- Fixed os detection erroring if `/etc/lsb-release` did not exist ([#40][] - @Shadow53)
|
||||||
|
- Switched to `mktemp` instead of assuming that `/tmp` will exist ([#41][] - @Shadow53)
|
||||||
|
- Erase all `_tide_*` "private" functions on uninstall ([#43][] - @jorgebucaran)
|
||||||
|
- Moved `fish_right_prompt` to it's own file to prevent errors after uninstall ([#45][] - @jorgebucaran)
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- Added a brief explanation for how to modify variables ([#29][] - @Epse)
|
||||||
|
- Fixed a broken link to the `fish_git_prompt` documentation ([#32][] - @PatrickF1)
|
||||||
|
|
||||||
|
### CI/Testing
|
||||||
|
|
||||||
|
- Minor improvements to CI
|
||||||
|
- Improved test suite
|
||||||
|
- Added function mocking
|
||||||
|
- Added rust item test
|
||||||
|
|
||||||
## [v2.4.0][] (Sep 21 2020)
|
## [v2.4.0][] (Sep 21 2020)
|
||||||
|
|
||||||
@ -102,10 +128,19 @@ Note that Tide does not use strict semantic versioning.
|
|||||||
|
|
||||||
[#5]: https://github.com/IlanCosman/tide/issues/5
|
[#5]: https://github.com/IlanCosman/tide/issues/5
|
||||||
[#18]: https://github.com/IlanCosman/tide/issues/18
|
[#18]: https://github.com/IlanCosman/tide/issues/18
|
||||||
|
[#20]: https://github.com/IlanCosman/tide/issues/20
|
||||||
[#23]: https://github.com/IlanCosman/tide/issues/23
|
[#23]: https://github.com/IlanCosman/tide/issues/23
|
||||||
[#24]: https://github.com/IlanCosman/tide/issues/24
|
[#24]: https://github.com/IlanCosman/tide/issues/24
|
||||||
[#25]: https://github.com/IlanCosman/tide/issues/25
|
[#25]: https://github.com/IlanCosman/tide/issues/25
|
||||||
[#26]: https://github.com/IlanCosman/tide/issues/26
|
[#26]: https://github.com/IlanCosman/tide/issues/26
|
||||||
|
[#29]: https://github.com/IlanCosman/tide/issues/29
|
||||||
|
[#30]: https://github.com/IlanCosman/tide/issues/30
|
||||||
|
[#32]: https://github.com/IlanCosman/tide/issues/32
|
||||||
|
[#33]: https://github.com/IlanCosman/tide/issues/33
|
||||||
|
[#40]: https://github.com/IlanCosman/tide/issues/40
|
||||||
|
[#41]: https://github.com/IlanCosman/tide/issues/41
|
||||||
|
[#43]: https://github.com/IlanCosman/tide/issues/43
|
||||||
|
[#45]: https://github.com/IlanCosman/tide/issues/45
|
||||||
[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
|
||||||
@ -123,3 +158,4 @@ Note that Tide does not use strict semantic versioning.
|
|||||||
[v2.2.0]: https://github.com/IlanCosman/tide/tree/v2.2.0
|
[v2.2.0]: https://github.com/IlanCosman/tide/tree/v2.2.0
|
||||||
[v2.3.0]: https://github.com/IlanCosman/tide/tree/v2.3.0
|
[v2.3.0]: https://github.com/IlanCosman/tide/tree/v2.3.0
|
||||||
[v2.4.0]: https://github.com/IlanCosman/tide/tree/v2.4.0
|
[v2.4.0]: https://github.com/IlanCosman/tide/tree/v2.4.0
|
||||||
|
[v2.5.0]: https://github.com/IlanCosman/tide/tree/v2.5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user