All Versions
14
Latest Version
Avg Release Cycle
228 days
Latest Release
1893 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.0 Changes
February 18, 2020Enhancements:
- 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:
- โ Remove deprecated flask.json_available (#119, thanks @davidism)
- โ Remove deprecated request.is_xhr (7ce099c, thanks @jeffwidman)
- Explicitly disable
SQLALCHEMY_TRACK_MODIFICATIONS
(9c7db48, thanks @jeffwidman) - ๐ Fix typo (#142, thanks @timgates42)
-
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)
- ๐ Use
-
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