|
5 | 5 | ### Bug fixes |
6 | 6 |
|
7 | 7 | - Use `string length --visible` to allow for emojis in the prompt ([#134][]) |
| 8 | +- Only replace `$HOME` with ~ if at beginning of PWD (fixes [#250][]) |
| 9 | +- Repaint prompt when `$COLUMNS` changes (fixes [#254][]) |
8 | 10 |
|
9 | 11 | ### Features |
10 | 12 |
|
11 | 13 | - New items |
12 | 14 | - `private_mode` ([#157][]) |
13 | 15 | - `terraform` ([#203][] - @radek-sprta) |
14 | 16 | - `toolbox` ([#211][]) |
| 17 | + - `docker`, disabled by default ([#231][] - @cr-mitmit) |
| 18 | + - `java` ([#244][] - @cr-mitmit) |
15 | 19 | - Don't require pressing enter for each menu in configuration wizard ([#187][] - @branchvincent) |
16 | 20 | - Truncate git branches/tags when they get too long ([#221][]) |
17 | | -- Improve `bug-report` command |
18 | | - - Add fish startup time |
19 | | - - Add fisher plugins |
20 | 21 | - Performance improvements |
21 | 22 | - Cache variables once on fish startup |
22 | 23 | - Use `read` instead of command substitution when possible |
23 | 24 | - Combine command substitutions |
24 | | - - Use `echo` instead of `printf` |
25 | | - - Compact math (`1+1` instead of `1 + 1`) |
| 25 | + - Some other, extremely tiny, extremely evil speed boosts |
| 26 | +- Improve `bug-report` command |
| 27 | + - Add fish startup time |
| 28 | + - Add fisher plugins |
26 | 29 |
|
27 | 30 | ## [v5.0.1][] (Aug 13 2021) |
28 | 31 |
|
|
406 | 409 | [#203]: https://github.com/IlanCosman/tide/issues/203 |
407 | 410 | [#211]: https://github.com/IlanCosman/tide/issues/211 |
408 | 411 | [#221]: https://github.com/IlanCosman/tide/issues/221 |
| 412 | +[#231]: https://github.com/IlanCosman/tide/issues/231 |
| 413 | +[#244]: https://github.com/IlanCosman/tide/issues/244 |
| 414 | +[#250]: https://github.com/IlanCosman/tide/issues/250 |
| 415 | +[#254]: https://github.com/IlanCosman/tide/issues/254 |
409 | 416 | [prettier action]: https://github.com/actionsx/prettier |
410 | 417 | [super-linter]: https://github.com/github/super-linter |
411 | 418 | [v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0 |
|
0 commit comments