@@ -7,18 +7,25 @@ All notable changes to this project will be documented in this file.
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## [ 0.9.6] - 2024-09-19
11
+
12
+ ### Fixed
13
+
14
+ - Fish: ` builtin abbr ` doesn't work on older versions.
15
+ - Zsh: make ` __zoxide_z_complete ` available with ` --no-cmd ` .
16
+
10
17
## [ 0.9.5] - 2024-09-13
11
18
12
19
### Added
13
20
14
- - zsh : improved ` cd ` completions.
21
+ - Zsh : improved ` cd ` completions.
15
22
- Lazily delete excluded directories from the database.
16
- - fish : detect infinite loop when using ` alias cd=z ` .
23
+ - Fish : detect infinite loop when using ` alias cd=z ` .
17
24
- Installer: added flags for ` --bin-dir ` , ` --man-dir ` , ` --arch ` , and ` --sudo ` .
18
25
- Nushell: support for v0.94.0+.
19
- - bash/fish/zsh : support for ` z -- dir ` style queries.
20
- - fish : improved Space-Tab completions.
21
- - ksh : added support for the Korn shell.
26
+ - Bash/Fish/Zsh : support for ` z -- dir ` style queries.
27
+ - Fish : improved Space-Tab completions.
28
+ - Ksh : added support for the Korn shell.
22
29
23
30
### Changed
24
31
@@ -28,12 +35,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
35
29
36
### Fixed
30
37
31
- - zsh : Space-Tab completion repeating output multiple times when matching single
38
+ - Zsh : Space-Tab completion repeating output multiple times when matching single
32
39
directory
33
- - fish / Nushell / PowerShell: handle queries that look like args (e.g. ` z -x ` ).
34
- - elvish : ` z - ` now works as expected.
35
- - fish : generated shell code avoids using aliased builtins.
36
- - fish : ` cd ` command is now copied directly from
40
+ - Fish / Nushell / PowerShell: handle queries that look like args (e.g. ` z -x ` ).
41
+ - Elvish : ` z - ` now works as expected.
42
+ - Fish : generated shell code avoids using aliased builtins.
43
+ - Fish : ` cd ` command is now copied directly from
37
44
` $__fish_data_dir/functions/cd.fish ` . This should minimize the chances of an
38
45
infinite loop when aliasing ` cd=z ` .
39
46
- Symlinks not getting added to the database when ` $_ZO_RESOLVE_SYMLINKS=0 ` .
@@ -43,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
50
44
51
### Changed
45
52
46
- - zsh : improved Space-Tab completions.
53
+ - Zsh : improved Space-Tab completions.
47
54
48
55
## [ 0.9.3] - 2024-02-13
49
56
@@ -285,9 +292,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
285
292
286
293
### Fixed
287
294
288
- - ` cd - ` on fish shells.
295
+ - ` cd - ` on Fish shells.
289
296
- ` __zoxide_hook ` no longer changes value of ` $? ` within ` $PROMPT_COMMAND ` on
290
- bash .
297
+ Bash .
291
298
292
299
### Removed
293
300
@@ -326,7 +333,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
326
333
- ` $_ZO_EXCLUDE_DIRS ` now supports globs.
327
334
- ` zoxide init ` now defines ` __zoxide_z* ` functions that can be aliased as
328
335
needed.
329
- - Support for the [ xonsh ] ( https://xon.sh/ ) shell.
336
+ - Support for the [ Xonsh ] ( https://xon.sh/ ) shell.
330
337
- ` zoxide import ` can now import from Autojump.
331
338
332
339
### Changed
@@ -335,7 +342,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
335
342
336
343
### Fixed
337
344
338
- - Clobber conflicting alias definitions in bash/fish/zsh /POSIX shells.
345
+ - Clobber conflicting alias definitions in Bash/Fish/Zsh /POSIX shells.
339
346
340
347
### Removed
341
348
@@ -346,7 +353,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
346
353
347
354
### Fixed
348
355
349
- - Bug in Fish init script
356
+ - Bug in Fish init script.
350
357
351
358
## [ 0.4.2] - 2020-07-03
352
359
@@ -371,7 +378,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
371
378
372
379
### Added
373
380
374
- - Support for powershell .
381
+ - Support for PowerShell .
375
382
376
383
### Removed
377
384
@@ -399,7 +406,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
399
406
400
407
### Fixed
401
408
402
- - fish no longer ` cd ` s to the user's home when no match is found.
409
+ - Fish no longer ` cd ` s to the user's home when no match is found.
403
410
404
411
## [ 0.3.1] - 2020-04-03
405
412
@@ -439,7 +446,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
439
446
440
447
### Fixed
441
448
442
- - Incorrect exit codes in ` z ` command on fish .
449
+ - Incorrect exit codes in ` z ` command on Fish .
443
450
444
451
### Removed
445
452
@@ -452,7 +459,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
452
459
- ` $_ZO_ECHO ` to echo match before ` cd ` ing.
453
460
- Minimal ` ranger ` plugin.
454
461
- PWD hook to only update the database when the current directory is changed.
455
- - Support for bash .
462
+ - Support for Bash .
456
463
- ` migrate ` subcommand to allow users to migrate from ` z ` .
457
464
458
465
### Fixed
@@ -466,11 +473,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
466
473
- ` init ` subcommand to remove dependency on shell plugin managers.
467
474
- Support for ` z - ` command to go to previous directory.
468
475
- ` Cargo.lock ` for more reproducible builds.
469
- - Support for the fish shell.
476
+ - Support for the Fish shell.
470
477
471
478
### Fixed
472
479
473
- - ` _zoxide_precmd ` overriding other precmd hooks on zsh .
480
+ - ` _zoxide_precmd ` overriding other precmd hooks on Zsh .
474
481
475
482
## [ 0.1.1] - 2020-03-08
476
483
@@ -492,7 +499,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
492
499
### Added
493
500
494
501
- GitHub Actions pipeline to build and upload releases.
495
- - Support for zsh .
502
+ - Add support for Zsh .
496
503
497
504
[ 0.9.5 ] : https://github.com/ajeetdsouza/zoxide/compare/v0.9.4...v0.9.5
498
505
[ 0.9.4 ] : https://github.com/ajeetdsouza/zoxide/compare/v0.9.3...v0.9.4
0 commit comments