Skip to content

Commit c917114

Browse files
committed
Changelog for v5.1.0
1 parent d158b03 commit c917114

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,27 @@
55
### Bug fixes
66

77
- 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][])
810

911
### Features
1012

1113
- New items
1214
- `private_mode` ([#157][])
1315
- `terraform` ([#203][] - @radek-sprta)
1416
- `toolbox` ([#211][])
17+
- `docker`, disabled by default ([#231][] - @cr-mitmit)
18+
- `java` ([#244][] - @cr-mitmit)
1519
- Don't require pressing enter for each menu in configuration wizard ([#187][] - @branchvincent)
1620
- Truncate git branches/tags when they get too long ([#221][])
17-
- Improve `bug-report` command
18-
- Add fish startup time
19-
- Add fisher plugins
2021
- Performance improvements
2122
- Cache variables once on fish startup
2223
- Use `read` instead of command substitution when possible
2324
- 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
2629

2730
## [v5.0.1][] (Aug 13 2021)
2831

@@ -406,6 +409,10 @@
406409
[#203]: https://github.com/IlanCosman/tide/issues/203
407410
[#211]: https://github.com/IlanCosman/tide/issues/211
408411
[#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
409416
[prettier action]: https://github.com/actionsx/prettier
410417
[super-linter]: https://github.com/github/super-linter
411418
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0

0 commit comments

Comments
 (0)