Update CHANGELOG

This commit is contained in:
Ajeet D'Souza 2021-05-18 07:58:16 +05:30
parent 85d0fbe6ee
commit b4a3c46122
2 changed files with 10 additions and 3 deletions

View File

@ -11,10 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Auto-generated shell completions. - Auto-generated shell completions.
- `zoxide query --all` for listing deleted directories. - `zoxide query --all` for listing deleted directories.
- Lazy deletion for removed directories that have not been accessed in > 90 days.
### Fixed ### 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 ## [0.7.0] - 2021-05-02

View File

@ -231,8 +231,10 @@ Be sure to set these before calling `zoxide init`.
## Third-party integrations ## Third-party integrations
- [nnn], via [autojump plugin][nnn-autojump] - [nnn], via [autojump plugin][nnn-autojump]
- [telescope-zoxide]
- [xxh], via [xxh-plugin-prerun-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-aging]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#aging
[algorithm-matching]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#matching [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 [pkgsrc]: https://pkgsrc.se/sysutils/zoxide
[releases]: https://github.com/ajeetdsouza/zoxide/releases [releases]: https://github.com/ajeetdsouza/zoxide/releases
[scoop]: https://github.com/ScoopInstaller/Main/tree/master/bucket/zoxide.json [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 [termux]: https://github.com/termux/termux-packages/tree/master/packages/zoxide
[tutorial]: contrib/tutorial.webp [tutorial]: contrib/tutorial.webp
[ubuntu packages]: https://packages.ubuntu.com/hirsute/zoxide [ubuntu packages]: https://packages.ubuntu.com/hirsute/zoxide
[void linux packages]: https://github.com/void-linux/void-packages/tree/master/srcpkgs/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-plugin-prerun-zoxide]: https://github.com/xxh/xxh-plugin-prerun-zoxide
[xxh]: https://github.com/xxh/xxh [xxh]: https://github.com/xxh/xxh
[z.lua]: https://github.com/skywind3000/z.lua [z.lua]: https://github.com/skywind3000/z.lua
[z]: https://github.com/rupa/z [z]: https://github.com/rupa/z
[zoxide.vim]: https://github.com/nanotee/zoxide.vim [zoxide.vim]: https://github.com/nanotee/zoxide.vim
[zsh-autocomplete]: https://github.com/marlonrichert/zsh-autocomplete