Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Tags: clvv/fasd

Tags

1.0.1

Toggle 1.0.1's commit message
Release 1.0.1

* Clearer help messages regarding `-s'
* Redirect STDERR of `fasd --query' in `zsh-wcomp'

1.0.0

Toggle 1.0.0's commit message
Release 1.0.0

Fasd will maintain a stable interface after this release. Versioning
will mostly follow the semantic versioning standard.

Changes from 0.7.1

* Refined tab-completion checking condition.

0.7.1

Toggle 0.7.1's commit message
Release 0.7.1

* Refined matching setup.
* Customizable paths to `viminfo' and `recently-used'.
* Init code improvements and bug fixes for all shells.
* Support for `\' in paths.
* Documentation improvements.

This release also serves as a release candidate for 1.0.0. Fasd 1.x.y
will maintain a stable interface and only introduce bug fixes or
backward-compatible features. Fasd, at this point, is considered
feature-complete.

0.7.0

Toggle 0.7.0's commit message
Release 0.7.0

* New and improved matching algorithm, with a fuzzy-matching mode.

0.5.6

Toggle 0.5.6's commit message
Release 0.5.6

This is the final release of 0.5.x series. 0.7 branch features a new and
improved matching method that includes a fuzzy matching mode. There is
no reason to stick with this release if you have no problem with the new
matching method.

Changes since 0.5.5:

* Selection via `-[0-9]' command-line option
* Added `zz' as a default alias for interactive selection cd
* Various bug fixes
* Buggy bash-wcomp was removed
* Old init methods were deprecated
* _FASD_NOSAVE was renamed to _FASD_RO

0.5.5

Toggle 0.5.5's commit message
Release 0.5.5

* Added `-R' option to reverse the output
* Added tcsh support
* More compatible zsh completion setup
* Added `$_FASD_NOSAVE` option
* Escape bash completion results instead of quoting
* Cover more corner cases involving different locales and sed versions
* Documentation improvements

0.5.4

Toggle 0.5.4's commit message
Release 0.5.4

* Improved recent access only ranking and matching
* Improved `--sanitize', no more side effects when tracking commands
* Implemented `-A' and `-D' to manually manage the database
* Documentation improvements
* Various other minor improvements

0.5.3

Toggle 0.5.3's commit message
Release 0.5.3

* Improved `--add' performance and accuracy
* Improved sed POSIX compatibility
* More consistent interactive mode behavior

0.5.2

Toggle 0.5.2's commit message
Release 0.5.2

* Fix "oops"

0.5.1

Toggle 0.5.1's commit message
Release 0.5.1

* Improved shell initialization system.
* Multiple words support for `-e`.