Update changelog, version butmp to v21.5.9.

Related: #206
pull/209/head
William Ting 11 years ago
parent de98e83b25
commit f5ff5a126f

@ -2,6 +2,24 @@
# Summary of release changes, see commit history for more details:
# https://github.com/joelthelion/autojump/commits/master/
* Release v21.5.8:
- fix security bug:
http://www.openwall.com/lists/oss-security/2013/04/25/14
- minor documentation updates, optimization performances, bug fixes
* Release v21.5.1:
- add options to manually increase or decrease weight of the current
directory with --increase or --decrease
- add `_j` back, necessary for zsh tab completion
* Release v21.4.2:
- add options to open file explorer windows with `jo`, `jco` which
maps to jump open, jump child open.
- remove `_j`
* Release v21.3.0:
- `jumpapplet` removed.

@ -34,7 +34,7 @@ import re
import shutil
from tempfile import NamedTemporaryFile
VERSION = 'release-v21.5.8'
VERSION = 'release-v21.5.9'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'

Loading…
Cancel
Save