mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Bump to v22.2.2.
This commit is contained in:
parent
d177aaa12c
commit
c5f0473837
@ -1,7 +1,7 @@
|
||||
## Summary of release changes, see commit history for more details:
|
||||
## https://github.com/joelthelion/autojump/commits/master/
|
||||
|
||||
### Release v22.0.0:
|
||||
### Release v22.2.2:
|
||||
|
||||
#### Backwards Incompatible
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
- AUTOJUMP_DATA_DIR
|
||||
- AUTOJUMP_IGNORE_CASE
|
||||
- AUTOJUMP_KEEP_SYMLINKS
|
||||
- misc bug fixes
|
||||
|
||||
#### Features and Bug Fixes
|
||||
|
||||
|
@ -60,7 +60,7 @@ from autojump_utils import sanitize
|
||||
from autojump_utils import take
|
||||
from autojump_utils import unico
|
||||
|
||||
VERSION = '22.2.1-beta'
|
||||
VERSION = '22.2.2'
|
||||
FUZZY_MATCH_THRESHOLD = 0.6
|
||||
TAB_ENTRIES_COUNT = 9
|
||||
TAB_SEPARATOR = '__'
|
||||
|
Loading…
Reference in New Issue
Block a user