Commit Graph

415 Commits (release-v21.0.3)
 

Author SHA1 Message Date
William Ting ac1bfeb784 version bump to v21.0.3
12 years ago
JrCs 74c50133d2 Add autojump to the end of PROMPT_COMMAND
12 years ago
William Ting 6a6090892d minor ChangeLog update
12 years ago
William Ting 885c4e68ce minor Makefile edit
12 years ago
William Ting 1b5d9df854 minor documentation reformat
12 years ago
muratayusuke 7b4a54ccc1 set permission 0755 to _j in install.sh
12 years ago
Daniel Hahler 251dd47387 Update install.md: Python 2.6 is supported again
12 years ago
William Ting 1a032a97b4 Fix #148, add documentation regarding PROMPT_COMMAND. Bump to v21.0.1
12 years ago
William Ting 5745c34c23 version numbering
12 years ago
William Ting a2657d6fca Merge pull request #150 from blueyed/master
12 years ago
Daniel Hahler 4382116b55 Vendorize argparse
12 years ago
William Ting 1ab78ae91c merging rc branch
12 years ago
William Ting 3acedf2ed8 Remove loading compinit module from autojump.zsh.
12 years ago
William Ting ca8763aa02 Fix #135. Autojump was failing for directories with - due to bad regex.
12 years ago
William Ting 5613562e8b Minor documentation updates.
12 years ago
William Ting 7d58446fed Minor documentation updates.
12 years ago
William Ting 164c2b15a7 Update documentation regarding ZSH tab completion.
12 years ago
William Ting 99ee524fcc Add ZSH tab completion fix to ChangeLog.
12 years ago
William Ting c62a8923ae Add v21 release notes, minor documentation update.
12 years ago
William Ting f41d0fb7b3 Remove database migration code support for v17 and older.
12 years ago
William Ting e96dc4c9d8 Fix #86: ZSH tab completion
12 years ago
William Ting 1994d0bb13 Merge pull request #131 from marktran/master
12 years ago
Mark Tran 3c439a278e _j is now installed to /usr/local/share/zsh/site-functions in the autojump homebrew formula
12 years ago
William Ting b510aa6824 switch to semantic versioning
12 years ago
William Ting f29876b202 Fix #130: Use temporary directory for unit tests.
12 years ago
William Ting 3a7f211fb6 Obey AUTOJUMP_KEEP_SYMLINKS when testing current directory against paths.
12 years ago
William Ting 05026ff54e break db load into smaller functions, load backup if opening primary db fails
12 years ago
William Ting 626fa8b080 version bump to v20-9
12 years ago
William Ting b00e0e85e1 Fix #123, new installations were not initializing database properly.
12 years ago
William Ting b3c3253e89 tweak release target to build docs and test first
12 years ago
William Ting 867be37543 remove tmp files created from unit tests
12 years ago
William Ting 183fa795d7 Update scripts to use version agnostic pattern matching and corresponding documentation.
12 years ago
William Ting 1b765ab8a6 Use zsh version agnostic approach regarding substring matching
12 years ago
William Ting c2d72e442a remove references to jumpstat within manpages
12 years ago
William Ting 32566eb89d Implements #126. Options passed to j will now be parsed. -s short option for
12 years ago
William Ting d194429782 Test zsh version before using appropriate regex test conditional.
12 years ago
William Ting 3f78b56bc7 Remove unnecessary code from install.sh.
12 years ago
William Ting 3fdc213149 Merge pull request #125 from KenMacD/zsh
12 years ago
Kenny MacDermid ee1be0310b Use -pcre-match in .zsh instead of =~.
12 years ago
William Ting e62e720765 move config back to global space
12 years ago
William Ting 7123e23706 minor version bump to v20-6
12 years ago
William Ting 57053a76fa Add dev section to README.md and update makefile to reflect new section.
12 years ago
William Ting f25d7ba996 add unit tests, run using: make test
12 years ago
William Ting 13e385a0ef reformat doc strings, move config into own function, add global variable for testing purposes
12 years ago
William Ting 79e644bd63 Add name(s) to AUTHORS
12 years ago
William Ting 009b01d94a tweak docs regarding minimum requirements
12 years ago
William Ting e8118186e4 tweak documentation wording
12 years ago
William Ting 0818bf8164 Fix #110, autojump_ignore_case now working properly
12 years ago
William Ting 83e01c5251 tweak mailing list wording
12 years ago
William Ting effe34924d Add Google Group information to documentation
12 years ago