1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

reformat changelog

This commit is contained in:
William Ting 2012-04-17 12:38:19 -10:00
parent 0d421dcfa4
commit 2ebcdba5bd

View File

@ -2,38 +2,23 @@
# Summary of release changes, see commit history for more details: # Summary of release changes, see commit history for more details:
# https://github.com/joelthelion/autojump/commits/master/ # https://github.com/joelthelion/autojump/commits/master/
2011-04-10 William Ting <william.h.ting@gmail.com>
* Release v20: * Release v20:
- Python versions supported is now v2.7+ and v3.2+ due to rewrite using - Python versions supported is now v2.7+ and v3.2+ due to rewrite using argparse.
argparse. - Man page and --help has been overhauled to provide better documentation and usage scenarios.
- Man page and --help has been overhauled to provide better documentation - Installation scripts now act dependent on current environmental settings.
and usage scenarios. 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.
- Installation scripts now act dependent on current - Uninstallation script added, will remove both global and local installations but ignores database.
environmental settings. - Symlinks can be preserved as database entries, refer to man page for more details.
If run as root, will do a global install. Installation script also - This change log added to better help package maintainers keep track of changes between releases.
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.
- 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. - Miscellaneous bug fixes.
2011-12-11 Joël Schaerer <joel.schaerer@gmail.com>
* Release v19: * Release v19:
- prototype `cp` and `mv` directory tab completion - prototype `cp` and `mv` directory tab completion
- Debian post-installation instructions - Debian post-installation instructions
- minor Mac OS X fixes - minor Mac OS X fixes
2011-11-18 Joël Schaerer <joel.schaerer@gmail.com>
* Release v18: * Release v18:
- add automated version numbering - add automated version numbering