Skip to content

Releases: pallets-eco/flask-debugtoolbar

0.15.1

27 Apr 18:04
4225f7f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.0...0.15.1

0.15.0

24 Apr 21:09
bf21647
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.1...0.15.0

0.14.1

07 Dec 17:32
2f8ec90
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.0...0.14.1

0.14.0

07 Dec 01:09
2b1e7d9
Compare
Choose a tag to compare

WARNING: This fails to work due to a missing import of packaging, use 0.14.1 instead.

What's Changed

New Contributors

Full Changelog: 0.13.1...0.14.0

0.13.1

29 Mar 22:45
0.13.1
45d3588
Compare
Choose a tag to compare

What's Changed

  • Fix setup.cfg to include package files by @nickjj in #172
  • Use a consistent version naming convention, 0.13 should have been 0.13.0 but it was yanked and you can't re-push yanked packages with the same version

Full Changelog: 0.12.1...0.13.1

0.12.1

28 Mar 08:17
Compare
Choose a tag to compare

Fix changelog & docs URLs on PyPI

0.12.0

28 Mar 06:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.0...v0.12.0

0.11.0

18 Feb 09:15
Compare
Choose a tag to compare

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: