Ducker 0.5.1 released
Translations: esDucker 0.5.1 has been released. Several features have been added.
New Features
- Add
-H
and--no-javascript
options to search with DuckDuckGo without using JavaScript through DuckDuckGo HTML version: https://duckduckgo.com/html/ - Add
-l
and--lite
options to search with DuckDuckGo using its lite interface (very convenient for text-based browsers) - Add customization section in readme to help users customize Ducker
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.