A web scraper build to search specific information for a given compound (and its pseudonyms)
1### v0.6.0
2- Feature: Added a Graphical User interface
3- Feature: Automatic config file createion from config samples
4- FIX: The default name of the output files will now consist of the compound name and the file format when using the CLI
5- FIX: A lot of bugfixes of the PubChem plugin, as is wasn't working as it should
6- FIX: Using absolute path for configuration files
7- DEV: General Code cleanup in documentation
8
9### v0.5.3
10- FIX: It is now again possible to use both verbose and the source inclusion/exclusion options
11- FIX: Logging is now "actually" disabled if not using the verbose option.
12- FEATURE: Added support for PubChem
13
14### v0.5.2
15- FIX: Signatured used to contain untracked and older files, current signature
16should be correct.
17
18### v0.5.1
19- UPDATED: Logging functionality from command line
20- DEV: Code cleanup and extra tests