All Versions
14
Latest Version
Avg Release Cycle
228 days
Latest Release
1565 days ago

Changelog History
Page 2

  • v0.6.3.1 Changes

    April 16, 2012

    ๐Ÿ†• New release to add missing changelog for 0.6.3

  • v0.6.2 Changes

    February 18, 2012

    ๐Ÿ›  Fixes:

    • ๐Ÿ Installation issue on Windows with trailing slashes in MANIFEST.in

    • JavaScript error when using conditional comments for <html> tag (like in HTML5 Boilerplate)

  • v0.6.1 Changes

    February 15, 2012

    ๐Ÿ›  Fixes:

    • Memory leak when toolbar was enabled

    • UnicodeDecodeError when request data contained binary data (e.g. session values)

    โœจ Enhancements:

    • DEBUG_TB_ENABLED config setting to explicitly enable or disable the toolbar

    • DEBUG_TB_HOSTS config setting to enable toolbar only for specific remote hosts

    • ๐Ÿ†• New logo for Flask instead of Django

    • Monospaced font on table data

    Thanks to kennethreitz and joeshaw for their contributions.

  • v0.6 Changes

    January 04, 2012

    Flask 0.8 or higher is required

    โœจ Enhancements:

    • Flask 0.8 compatibility

    Thanks to mvantellingen