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

Changelog History
Page 1

  • v0.11.0 Changes

    February 18, 2020

    Enhancements:

    • Switch to Flask's native CLI, dropping flask_script in the process (b92391d, thanks @jeffwidman)
    • Do not show DebugToolbar routes in the route map (#86, thanks @floqqi)
    • Document Pygments for SQL highlighting (#127, thanks @pgiraud)

    ๐Ÿ›  Fixes:

  • v0.10.1 Changes

    February 12, 2017

    โœจ Enhancements:

    • โž• Add support for Python wheels

    ๐Ÿ›  Fixes:

    • Switch imports from deprecated flask.ext.* to flask_* syntax (#94, thanks Michael Lenzen & #97 thanks Iuri de Silvio)
  • v0.10.0 Changes

    April 17, 2015

    โœจ Enhancements:

    • โž• Added new "Routes" panel displaying URL routing rules (#69, thanks Justin McKay)
    • ๐Ÿ“ฆ "Versions" panel displays versions of all installed packages (#49, thanks Lucas Taylor)
    • SQLAlchemy displays necessary setup steps to set up query recording
    • ๐Ÿ‘Œ Support reformatting SQL queries if sqlparse library is available (#48, thanks Hyunjun Kim)
    • Enable sorting SQLAlchemy queries (#81, thanks Eric Workman)
    • ๐Ÿ‘Œ Support inserting toolbar on HTML5 pages without </body> tag
    • โš  Log a warning if unable to insert the toolbar (#20, thanks Rune Halvorsen)

    ๐Ÿ›  Fixes:

    • Ensure numeric sorting of profiler "Calls" column
  • v0.9.2 Changes

    December 05, 2014

    ๐Ÿ›  Fixes:

    • HTML escape SQL queries when syntax highlighting is not available
    • ๐Ÿ Use case-insensitive comparison to normalize filenames on Windows
    • ๐Ÿ›  Fix exception when SQL query contained non-ASCII characters
  • v0.9.1 Changes

    November 24, 2014

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix SQL queries with byte strings on Python 3
    • ๐Ÿ›  Fix displaying values whose repr() contains unprintable characters
  • v0.9.0 Changes

    January 03, 2014

    โœจ Enhancements:

    • Python 3 compatibility (#54, thanks justinmayer and jmagnusson)
    • ๐Ÿ‘Œ Support .init_app() (#38)
    • ๐Ÿ†• New "Config" panel displaying Flask config values (#51, thanks Alexey Diyan)
    • ๐Ÿ‘ Better PEP8-style formatting (#63, thanks Ivan Ivaschenko)

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix template editor with non-ASCII templates (#46)
  • v0.8 Changes

    February 21, 2013

    โœจ Enhancements:

    • ๐Ÿ‘‰ Use itsdangerous <http://pythonhosted.org/itsdangerous/>_ to sign SQL queries
    • ๐Ÿ”ฆ Expose the jQuery object as fldt.$ so extensions can use the toolbar's copy of jQuery (#42)

    ๐Ÿ›  Fixes:

    • Don't intercept redirects on XHR requests (#41)
    • ๐Ÿ›  Fix SQL query time display as milliseconds (#36)
    • ๐Ÿ›  Fix functools.partial error (#35)
    • ๐Ÿ›  Fix werkzeug request logging with logging panel (#33)
    • ๐Ÿ›  Fix SQL panel unicode encoding error (#31)
  • v0.7.1 Changes

    May 18, 2012

    ๐Ÿ›  Fixes:

    • loading template editor in-place over current page
  • v0.7 Changes

    May 18, 2012

    โœจ Enhancements:

    • โž• Add an in-browser template editor to the template panel
    • DEBUG_TB_PROFILER_ENABLED config option to enable the profiler on all requests (normally it is user-enabled by clicking the checkmark)
  • v0.6.3 Changes

    April 16, 2012

    ๐Ÿ›  Fixes:

    • ๐Ÿ“ฆ Compatibility with Flask-SQLAlchemy 0.16 package name