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

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Wei Dai committed Jul 26, 2012
1 parent 9a2b41b commit 5f3454e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ for an up-to-date list.

You can also manually obtain a copy of fasd.

Download fasd 0.7.1 from GitHub:
[zip](https://github.com/clvv/fasd/zipball/0.7.1),
[tar.gz](https://github.com/clvv/fasd/tarball/0.7.1).
Download fasd 1.0.0 from GitHub:
[zip](https://gith0b.com/clvv/fasd/zipball/1.0.0),
[tar.gz](https://github.com/clvv/fasd/tarball/1.0.0).

Fasd is a self-contained POSIX shell script that can be either sourced or
executed. A Makefile is provided to install `fasd` and `fasd.1` to desired
Expand Down
2 changes: 1 addition & 1 deletion fasd
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ $(fasd --backend $each)"
while [ "$1" ]; do case $1 in
--complete) [ "$2" = "--" ] && shift; set -- $2; local lst=1 r=r comp=1;;
--query|--add|--delete|-A|-D) fasd "$@"; return $?;;
--version) [ -z "$comp" ] && echo "0.7.1" && return;;
--version) [ -z "$comp" ] && echo "1.0.0" && return;;
--) while [ "$2" ]; do shift; fnd="$fnd $1"; last="$1"; done;;
-*) local o="${1#-}"; while [ "$o" ]; do case $o in
s*) local show=1;;
Expand Down

0 comments on commit 5f3454e

Please sign in to comment.