CHANGES
=======

0.4.9
-----

* fix root log level
* remove recursive\_iglob
* using my new logging factory
* removing logging

0.4.8
-----

* pylint
* starting to play with apscheduler
* imported good old logging splitter
* use moved singleton and iglob
* Fix dirty db override
* asyncio debug mode
* rework a bit color logs
* remove dependency on txwebbackendbase
* task unit tests
* add minor tweaks
* install pip in current venv3 in travis
* remove UseMyLoggingSanic class
* add task unit test base
* gather tasks in tasks.executors
* task manager
* reenable cfgtree unit tests
* Forget about transaction
* use SqliteQueueDatabase instead of pysqlite
* rework response structure
* using executor to process tasks (still blocking)
* ln venv link to whole venv
* info in makefile
* rename sonarr on download notif
* ln -s venv in .venv
* explosion of: notification, descriptors, tasks
* replace klein by sanic
* Initial readme for cfgtree
* root/ => dockerfs/
* enh make clean
* split cfgtree in own package
* cfg => config
* log in docker

0.4.6
-----

* sort list in rest api
* Fix invalid redirection
* fix default routing
* update env var in readme
* pylint
* fix unhandled events

0.4.5
-----

* Frontend update
* pylint
* flake8 max complexity restrained to 8
* Fix media info update in db
* Fix unreturned result when no video file found
* rework db model, add series media page
* Minor refactor of notification

0.4.4
-----

* remove lost print
