* Added support to XDG specification * Added a wizard to interactively generate configuration files. One in XDG_CONFIG_HOME should typically contain general information (Confluence url, username, etc) and the one in the current directory should contain information on the pages.
1.1.0
The package has been heavily reworked. Key changes:
* Moved to python3.8 * Moved to [typer](https://typer.tiangolo.com) for CLI * Migrated config format from json to toml * Added tests * Added option to validate provided config file against an instance of Confluence * Expanded documentation * Published on PyPI
0.2
This release changes build.sh to use `!/bin/env python3` instead of hardcoded python3.6