CHANGES
=======

0.5.0
-----

* change default main color
* auto refresh in all pages
* Status page
* split config rest api
* DirNameCfg stores absolute path
* config dir rest api
* versions api
* fix periodic init
* update coverages.io badge
* split periodic tasks in own module
* Register periodic schedulers using APScheduler
* queued task + unit tests
* try pytest-sugar
* dump junit.xml report

0.4.11
------

* update api for transmute
* try sanic transmute for swagger model
* make update should keep dev environment
* sync test should still use unittest.TestCase
* minor fixes
* Note about MANIFEST.in
* use MANIFEST.in to exclude files in sdist
* using asynctest.TestCase
* # coding: utf-8 simpler
* remove \_\_import\_\_ since python 3
* created queued task
* Status page auto refresh

0.4.10
------

* flake8 check bad list comprehension
* flake8 to enforce encodings header
* Fix background task reports
* refactor task managers & remove periodic tasks
* Rename DopplerrExecutors in TaskManager
* reworked subliminal wrapper
* Minor fixes

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
