Skip to content

Commit 12c138a

Browse files
author
skywind3000
committed
1.5.0 released
1 parent d653165 commit 12c138a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ As you see, z.lua is the fastest one and requires less resource.
427427

428428
## History
429429

430-
- 1.4.8 (2019-02-14): fixed minor issues in backward jumping.
430+
- 1.5.0 (2019-02-14): fixed minor issues in backward jumping.
431431
- 1.4.7 (2019-02-13): Don't use regex in backward jumping (use plain text instead).
432432
- 1.4.6 (2019-02-12): change: `_ZL_EXCLUDE_DIRS` to a comma separated list of dirs to exclude.
433433
- 1.4.5 (2019-02-10): improve bash fzf completion and posix compatibility.

z.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- z.lua - a cd command that learns, by skywind 2018, 2019
55
-- Licensed under MIT license.
66
--
7-
-- Version 1.4.8, Last Modified: 2019/02/14 10:19
7+
-- Version 1.5.0, Last Modified: 2019/02/14 21:02
88
--
99
-- * 10x faster than fasd and autojump, 3x faster than z.sh
1010
-- * available for posix shells: bash, zsh, sh, ash, dash, busybox

0 commit comments

Comments
 (0)