1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-07-01 10:28:51 +00:00

1.5.0 released

This commit is contained in:
skywind3000
2019-02-14 21:02:58 +08:00
parent d653165d71
commit 12c138a99c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ As you see, z.lua is the fastest one and requires less resource.
## History
- 1.4.8 (2019-02-14): fixed minor issues in backward jumping.
- 1.5.0 (2019-02-14): fixed minor issues in backward jumping.
- 1.4.7 (2019-02-13): Don't use regex in backward jumping (use plain text instead).
- 1.4.6 (2019-02-12): change: `_ZL_EXCLUDE_DIRS` to a comma separated list of dirs to exclude.
- 1.4.5 (2019-02-10): improve bash fzf completion and posix compatibility.
+1 -1
View File
@@ -4,7 +4,7 @@
-- z.lua - a cd command that learns, by skywind 2018, 2019
-- Licensed under MIT license.
--
-- Version 1.4.8, Last Modified: 2019/02/14 10:19
-- Version 1.5.0, Last Modified: 2019/02/14 21:02
--
-- * 10x faster than fasd and autojump, 3x faster than z.sh
-- * available for posix shells: bash, zsh, sh, ash, dash, busybox