What's Changed
- Submodule to use https protocol after unencrypted git proto deprecated by @natecollins in #175
- Add ARIA role to toolbar for accessibility improvement by @natecollins in #174
- Permit scrolling for content panels by @natecollins in #173
- Expand HTTP codes on which the toolbar will be displayed by @natecollins in #176
- Fixed scrollbar issues by @caffeinatedMike in #182
- Replace deprecated threading.currentThread with threading.current_thread by @hugovk in #179
- updated to work with flask 2.2+ by @christopherpickering in #183
- Flask-SQLAlchemy 3 compatibility by @Dosenpfand in #186
- fix: migrate from deprecated
flask.Markup
tomarkupsafe.Markup
by @miettal in #203 - fix: use urllib.parse.quote_plus and drop werkzeug.urls.url_quote_plus by @miettal in #207
- fix: drop response.charset because charset deprecated by @miettal in #206
- No need to specify custom default value if key not found by @jeffwidman in #210
- Remove deprecated charset property from process_response content crafting by @dadavec in #211
- Remove the use of before_first_request by @greyli in #218
Internal updates
- docs: Fix a few typos by @timgates42 in #180
- Fix outdated docs links by @jeffwidman in #187
- Point at new location of django-debug-toolbar by @jeffwidman in #189
- Fix Flask SQLAlchemy quickstart link by @frafra in #196
- Point URLs at
pallets-eco/flask-debugtoolbar
by @jeffwidman in #197 - Set up GitHub actions to replace Travis by @greyli in #215
- Fix tox and GitHub actions settings by @greyli in #217
- Fix lint issues and lint config by @greyli in #219
- Fix the test for basic app by @greyli in #221
- Use standard Python gitignore file by @greyli in #220
- Drop
CHANGES.rst
in favor of GitHub Releases by @jeffwidman in #198
New Contributors
- @natecollins made their first contribution in #175
- @caffeinatedMike made their first contribution in #182
- @hugovk made their first contribution in #179
- @christopherpickering made their first contribution in #183
- @Dosenpfand made their first contribution in #186
- @frafra made their first contribution in #196
- @miettal made their first contribution in #203
- @greyli made their first contribution in #215
- @dadavec made their first contribution in #211
Full Changelog: 0.13.1...0.14.0
What's Changed
- Submodule to use https protocol after unencrypted git proto deprecated by @natecollins in #175
- Add ARIA role to toolbar for accessibility improvement by @natecollins in #174
- Permit scrolling for content panels by @natecollins in #173
- Expand HTTP codes on which the toolbar will be displayed by @natecollins in #176
- docs: Fix a few typos by @timgates42 in #180
- Fixed scrollbar issues by @caffeinatedMike in #182
- Replace deprecated threading.currentThread with threading.current_thread by @hugovk in #179
- updated to work with flask 2.2+ by @christopherpickering in #183
- Flask-SQLAlchemy 3 compatibility by @Dosenpfand in #186
- Fix outdated docs links by @jeffwidman in #187
- Point at new location of django-debug-toolbar by @jeffwidman in #189
- Fix Flask SQLAlchemy quickstart link by @frafra in #196
- Point URLs at
pallets-eco/flask-debugtoolbar
by @jeffwidman in #197 - fix: migrate from deprecated
flask.Markup
tomarkupsafe.Markup
by @miettal in #203 - fix: use urllib.parse.quote_plus and drop werkzeug.urls.url_quote_plus by @miettal in #207
- fix: drop response.charset because charset deprecated by @miettal in #206
- Set up GitHub actions to replace Travis by @greyli in #215
- No need to specify custom default value if key not found by @jeffwidman in #210
- Remove deprecated charset property from process_response content crafting by @dadavec in #211
- Fix tox and GitHub actions settings by @greyli in #217
- Remove the use of before_first_request by @greyli in #218
- Fix lint issues and lint config by @greyli in #219
- Fix the test for basic app by @greyli in #221
- Use standard Python gitignore file by @greyli in #220
- Drop
CHANGES.rst
in favor of GitHub Releases by @jeffwidman in #198 - Bump version to 0.14.0 by @jeffwidman in #223
New Contributors
- @natecollins made their first contribution in #175
- @caffeinatedMike made their first contribution in #182
- @hugovk made their first contribution in #179
- @christopherpickering made their first contribution in #183
- @Dosenpfand made their first contribution in #186
- @frafra made their first contribution in #196
- @miettal made their first contribution in #203
- @greyli made their first contribution in #215
- @dadavec made their first contribution in #211
Full Changelog: 0.13.1...0.14.0