CHANGES
=======

v0.2.1
------

* chore: update travis
* chore: dependencies update

v0.2.0
------

* chore: bump python version
* feat: cloudflare support
* ci: real draft gh release
* fix: change default servers port because of colision with IPFS
* Add support for multiaddr to connect to IPFS Daemon
* Fix not saving config when modified
* Update pymdown-extensions from 6.0 to 6.2.1
* Update mkdocs-material from 4.0.1 to 4.6.0
* Update factory\_boy from 2.11.1 to 2.12.0
* Update pytest-cov from 2.6.1 to 2.8.1
* Update pytest-mock from 1.10.1 to 2.0.0
* Update pytest from 4.2.1 to 5.3.5
* Update ipfsapi from 0.4.3 to 0.4.4
* Update quart from 0.8.1 to 0.10.0
* Update pbr from 5.1.2 to 5.4.4
* Update click-completion from 0.5.0 to 0.5.2
* Update inquirer from 2.5.1 to 2.6.3
* Update gitpython from 2.1.11 to 3.0.5
* Switch from deprecated \`ipfsapi\` to \`ipfshttpclient\`
* Migrating from adam-uhlir.me to uhlir.dev
* Let Travis publish non-draft releases

v0.1.3
------

* Fixing listening for repo's events only for specific ref
* Testing script support different hostnames

v0.1.2
------

* Logging & fixes of launching bin commands
* Improve docs
* Fix for correct Codacy badge URL
* Fix for python-inquirer not accepting int as default for Text questions
* fixing Travis - GH Release

v0.1.1
------

* Fixing Dockerfile
* Improving code quality
* Fixing package versioning retrieval
* Improving documentations

v0.1.0
------

* Last tweaks

v0.1.0.0b1
----------

* Adding CLI command for manual publishing a repo
* Updating dependcies versions
* Badges & image cover
* Travis support
* Docker support
* Support for checking out specific branch to publish
* Support for env. variable for IPFS daemon's host & port
* Tweaks
* Fixing testing script
* Allow to specify verbosity using env. var
* Fixing one-page responsibility
* Finalizing Dockerfile
* General documentation
* Single page doc
* Basic Dockerfile
* Basic documentation setup
* Adding support for custom config files
* Adding support for ttl
* Adding rm command
* Dropping republisher service as IPFS daemon already supports this feature
* Adding comments and types
* Refactoring the Repo class into GenericRepo and GithubRepo
* Basic test coverage of the crucial parts
* Improved removing of glob ignored path and other fixes
* Storing the published times as pickle periodically
* Basic republisher service
