mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
 | 
						|
# Summary of release changes, see commit history for more details:
 | 
						|
# https://github.com/joelthelion/autojump/commits/master/
 | 
						|
 | 
						|
* Release v20:
 | 
						|
 | 
						|
 - Python versions supported is now v2.7+ and v3.2+ due to rewrite using argparse.
 | 
						|
 - Man page and --help has been overhauled to provide better documentation and usage scenarios.
 | 
						|
 - Installation scripts now act dependent on current environmental settings.
 | 
						|
   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.
 | 
						|
 - 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.
 | 
						|
 | 
						|
* Release v19:
 | 
						|
 | 
						|
 - prototype `cp` and `mv` directory tab completion
 | 
						|
 - Debian post-installation instructions
 | 
						|
 - minor Mac OS X fixes
 | 
						|
 | 
						|
* Release v18:
 | 
						|
 | 
						|
 - 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
 |