2017-04-08
Ducker 2.0.1 has been released. Several features have been added.
New Features
- Include an interactive mode
- Add
--np
, --noprompt
, --json
, --noua
, -p
, --proxy
, --site
, -t
, --time
, --colors
, -C
, --nocolor
, -x
, --exact
, -c
, --reg
, -n
, --count
, -s
, --start
options.
- Small code improvements
Upgrading from previous versions
If you used pip to install Ducker, you can upgrade executing pip
install -U ducker
.
If you got it cloning the
git repository, execute git pull
in the repository folder to upgrade.
If you downloaded the .zip
or .tar.gz
from
https://notabug.org/Ducker/ducker/releases
or
https://pypi.python.org/pypi/ducker,
just replace the old version.
2017-01-04
Ducker 1.1.0 has been released. Some changes have been made.
Changes
- Remove not working search categories. This means that
-a
, --audio-search
, --meaning-search
, -n
, --news-search
, -s
and --stocks-search
options won't exist anymore
- Add Bash autocompletion file
- Support more documentation formats
- Little code fixes
Upgrading from previous versions
If you used pip to install Ducker, you can upgrade executing pip
install -U ducker
. You should take into account that some search
categories have been removed because they weren't working.
If you got it cloning the
git repository, execute git pull
in the repository folder to upgrade.
If you downloaded the .zip
or .tar.gz
from
https://notabug.org/Ducker/ducker/releases
or
https://pypi.python.org/pypi/ducker,
just replace the old version.
2016-12-04
Ducker 0.5.3 has been released. Some changes have been made.
Changes
Upgrading from previous versions
If you used pip to install Ducker, you can upgrade executing pip
install -U ducker
.
If you got it cloning the
git repository, execute git pull
in the repository folder to upgrade.
If you downloaded the .zip
or .tar.gz
from
https://notabug.org/Ducker/ducker/releases
or
https://pypi.python.org/pypi/ducker,
just replace the old version.