mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-22 04:45:20 +00:00
Update CHANGELOG
This commit is contained in:
parent
85d0fbe6ee
commit
b4a3c46122
@ -11,10 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Auto-generated shell completions.
|
||||
- `zoxide query --all` for listing deleted directories.
|
||||
- Lazy deletion for removed directories that have not been accessed in > 90 days.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Nushell: `__zoxide_hook` should not do anything inside subshells created using `enter`
|
||||
- Nushell: avoid calling `__zoxide_hook` on non-filesystem subshells.
|
||||
- `alias cd=z` now works on Fish, but it must be done after calling `zoxide init`.
|
||||
- PowerShell: avoid calling `__zoxide_hook` on non-filesystem providers.
|
||||
- Fish: avoid calling `__zoxide_hook` in private mode.
|
||||
|
||||
## [0.7.0] - 2021-05-02
|
||||
|
||||
|
@ -231,8 +231,10 @@ Be sure to set these before calling `zoxide init`.
|
||||
## Third-party integrations
|
||||
|
||||
- [nnn], via [autojump plugin][nnn-autojump]
|
||||
- [telescope-zoxide]
|
||||
- [xxh], via [xxh-plugin-prerun-zoxide]
|
||||
- [vim], via [zoxide.vim]
|
||||
- [zoxide.vim]
|
||||
- [zsh-autocomplete]
|
||||
|
||||
[algorithm-aging]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#aging
|
||||
[algorithm-matching]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#matching
|
||||
@ -259,13 +261,14 @@ Be sure to set these before calling `zoxide init`.
|
||||
[pkgsrc]: https://pkgsrc.se/sysutils/zoxide
|
||||
[releases]: https://github.com/ajeetdsouza/zoxide/releases
|
||||
[scoop]: https://github.com/ScoopInstaller/Main/tree/master/bucket/zoxide.json
|
||||
[telescope-zoxide]: https://github.com/jvgrootveld/telescope-zoxide
|
||||
[termux]: https://github.com/termux/termux-packages/tree/master/packages/zoxide
|
||||
[tutorial]: contrib/tutorial.webp
|
||||
[ubuntu packages]: https://packages.ubuntu.com/hirsute/zoxide
|
||||
[void linux packages]: https://github.com/void-linux/void-packages/tree/master/srcpkgs/zoxide
|
||||
[vim]: https://github.com/vim/vim
|
||||
[xxh-plugin-prerun-zoxide]: https://github.com/xxh/xxh-plugin-prerun-zoxide
|
||||
[xxh]: https://github.com/xxh/xxh
|
||||
[z.lua]: https://github.com/skywind3000/z.lua
|
||||
[z]: https://github.com/rupa/z
|
||||
[zoxide.vim]: https://github.com/nanotee/zoxide.vim
|
||||
[zsh-autocomplete]: https://github.com/marlonrichert/zsh-autocomplete
|
||||
|
Loading…
Reference in New Issue
Block a user