You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## Unreleased
8
+
## [0.6.0] - 2021-04-09
9
9
10
10
### Added
11
11
@@ -19,15 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
### Fixed
20
20
21
21
- Removed backtraces on Rust nightly.
22
-
-Fixed generated shell code to avoid accidentally using aliased builtins.
22
+
-Generated shell code avoids using aliased builtins.
23
23
- Handle broken pipe errors gracefully when writing to streams.
24
24
- NUL file appearing in working directory on Windows.
25
25
- Accidental redefinition of hooks when initialized twice on some shells.
26
26
- zoxide unable to find itself on Xonsh shells.
27
27
28
28
### Removed
29
29
30
-
- Aliases: `za`, `zq`, `zqi`, `zr`, `zri`.
30
+
- Aliases: `za`, `zq`, `zqi`, `zr`, `zri`. These are trivial aliases to zoxide that can easily be defined manually, and aren't very useful to most users.
31
31
32
32
## [0.5.0] - 2020-10-30
33
33
@@ -202,6 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202
202
- GitHub Actions pipeline to build and upload releases.
0 commit comments