2012-03-11 23:01:57 +00:00
|
|
|
|
2012-04-11 00:43:02 +00:00
|
|
|
# Summary of release changes, see commit history for more details:
|
2012-03-14 02:23:42 +00:00
|
|
|
# https://github.com/joelthelion/autojump/commits/master/
|
2012-03-11 23:01:57 +00:00
|
|
|
|
2012-04-11 00:43:02 +00:00
|
|
|
2011-04-10 William Ting <william.h.ting@gmail.com>
|
|
|
|
|
|
|
|
* Release v20:
|
|
|
|
|
2012-04-12 05:37:16 +00:00
|
|
|
- Python versions supported is now v2.7+ and v3.2+ due to rewrite using
|
|
|
|
argparse.
|
2012-04-11 00:43:02 +00:00
|
|
|
- Man page and --help has been overhauled to provide better documentation
|
|
|
|
and usage scenarios.
|
|
|
|
- Installation scripts now act dependent on current
|
|
|
|
environmental settings.
|
2012-04-11 00:43:06 +00:00
|
|
|
If run as root, will do a global install. Installation script also
|
|
|
|
detects which version to install (bash or zsh) dependent on $SHELL.
|
|
|
|
Both of these behaviors can be overrode using --local/--global or
|
|
|
|
--bash/--zsh arguments.
|
2012-04-11 00:43:02 +00:00
|
|
|
- Uninstallation script added, will remove both global and local
|
|
|
|
installations but ignores database.
|
|
|
|
- Symlinks can be preserved as database entries, refer to man page for
|
|
|
|
more details.
|
|
|
|
- This change log added to better help package maintainers keep track of
|
|
|
|
changes between releases.
|
|
|
|
- Miscellaneous bug fixes.
|
2012-03-19 22:49:17 +00:00
|
|
|
|
2012-03-11 23:01:57 +00:00
|
|
|
2011-12-11 Joël Schaerer <joel.schaerer@gmail.com>
|
|
|
|
|
2012-03-19 22:49:17 +00:00
|
|
|
* Release v19:
|
2012-04-11 00:43:02 +00:00
|
|
|
|
2012-03-19 22:49:17 +00:00
|
|
|
- prototype `cp` and `mv` directory tab completion
|
|
|
|
- Debian post-installation instructions
|
|
|
|
- minor Mac OS X fixes
|
2012-03-11 23:01:57 +00:00
|
|
|
|
|
|
|
2011-11-18 Joël Schaerer <joel.schaerer@gmail.com>
|
|
|
|
|
2012-03-19 22:49:17 +00:00
|
|
|
* Release v18:
|
2012-04-11 00:43:02 +00:00
|
|
|
|
2012-03-19 22:49:17 +00:00
|
|
|
- add automated version numbering
|
|
|
|
- performance tweaks to reduce filesystem checks
|
|
|
|
- add local installation option
|
|
|
|
- unicode fixes
|
|
|
|
- ugly fixes for Python 3
|
|
|
|
- migrate to new database format
|