Skip to content

Commit

Permalink
Changelog for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Dec 23, 2020
1 parent a7561f0 commit 9a7bff3
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v3.0.0][] (Dec 22 2020)

### Features

- Prompt now renders asynchronously ([#15][])
- Prompt now redraws accurately when the line is cancelled ([#53][])

## [v2.5.0][] (Nov 19 2020)

### Features
Expand Down Expand Up @@ -50,7 +57,7 @@
- Add `context_always_display` option
- Add Rust item

## [v2.2.0][] (Aug 2 2020)
## [v2.2.0][] (Aug 02 2020)

- Actions
- Add [super-linter][] action to lint markdown and yaml.
Expand Down Expand Up @@ -89,17 +96,17 @@

- Fix / not showing at start of pwd

## [v1.3.1][] (Jun 8 2020)
## [v1.3.1][] (Jun 08 2020)

- Fix pwd not displaying in unwritable directories

## [v1.3.0][] (Jun 6 2020)
## [v1.3.0][] (Jun 06 2020)

- Massive speed increase
- Greater than 2x in most cases
- Run code only when relevant variables change

## [v1.2.0][] (Jun 5 2020)
## [v1.2.0][] (Jun 05 2020)

- Add pwd anchors
- Bold directories that don't get truncated
Expand Down Expand Up @@ -127,6 +134,7 @@
- First release

[#5]: https://github.com/IlanCosman/tide/issues/5
[#15]: https://github.com/IlanCosman/tide/issues/15
[#18]: https://github.com/IlanCosman/tide/issues/18
[#20]: https://github.com/IlanCosman/tide/issues/20
[#23]: https://github.com/IlanCosman/tide/issues/23
Expand All @@ -141,6 +149,7 @@
[#41]: https://github.com/IlanCosman/tide/issues/41
[#43]: https://github.com/IlanCosman/tide/issues/43
[#45]: https://github.com/IlanCosman/tide/issues/45
[#53]: https://github.com/IlanCosman/tide/issues/53
[prettier action]: https://github.com/actionsx/prettier
[super-linter]: https://github.com/github/super-linter
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0
Expand All @@ -159,3 +168,4 @@
[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.5.0]: https://github.com/IlanCosman/tide/tree/v2.5.0
[v3.0.0]: https://github.com/IlanCosman/tide/tree/v3.0.0

0 comments on commit 9a7bff3

Please sign in to comment.