- When an exception is raised in the duckduckgo module, report the error and then return None. This allows ddg.py to continue to the next query rather than performing a sys.exit(1).
- Updated README
- Fixed formatting in LICENSE file
- Changed CHANGES to an rst file
- Updated the setup.py file
- Updated the help for all the input arguments
- Changed the behavior of the -d flag. Rather than prefixing the query with define, now just prioritize the definition result when searching for an answer to the query.
- Updated README with more examples.
- Added a new trove classifier and made code more PEP8 compliant
- Fixed an issue with the -b prefix, please upgrade to the latest version with pip install --upgrade ddg
- Updated license to MIT
- Using webbrowser rather than os dependent Popen commands
- First working version, initial release