v0.1
v0.1
will be the first public release of Balderdash.
Changes:
- Remove
-s
strict mode. - Script now returns
exit 1
when it finds a match andexit 0
when it doesn't. - It now uses
ag
which is very fast in comparison togrep
. - Change the
install.sh
file to useinstall
command instead ofmv
. - Silent mode in curl is used while downloading binaries.
Full Change log: v0.1-alpha...v0.1