logbook v1.0.0 Release Notes

  • ๐Ÿš€ Released on June 26th 2016

    • โž• Added support for timezones for log timestamp formatting (thanks Mattijs Ugen)
    • Logbook has been a 0.x long enough to earn its 1.0.0 bump!
    • Logbook now uses SemVer for its versioning scheme
    • Various improvements to MailHandler and the usage of TLS/SMTP SSL (thanks Frazer McLean)
    • ๐Ÿ›  Fix log colorizing on Windows (thanks Frazer McLean)
    • Coverage reports using coveralls.io
    • โฌ‡๏ธ Dropped compatibility for Python 3.2. At this point we did not actually remove any code that supports it, but the continuous integration tests no longer check against it, and we will no longer fix compatibility issues with 3.2.
    • ๐Ÿ‘ Better coverage and tests on Windows (thanks Frazer McLean)
    • โž• Added enable() and disable() methods for loggers (thanks Frazer McLean)
    • Many cleanups and overall project improvements (thanks Frazer McLean)