版本发布 4
## What's Changed * Drop Python 3.7 support in https://github.com/pallets-eco/flask-debugtoolbar/pull/255 * Drop unnecessary Blinker dependency in https://github.com/pallets-eco/flask-debugtoolbar/pull/248 * Add static type annotations in https://github.com/pallets-eco/flask-debugtoolbar/pull/259 * Remove `__version__` in https://github.com/pallets-eco/flask-debugtoolbar/pull/260 * Add support for `Flask.host_matching` in https://github.com/pallets-eco/flask-debugtoolbar/pull/274 **Full Changelog**: https://github.com/pallets-eco/flask-debugtoolbar/compare/0.15.1...0.16.0
## What's Changed * Fix prob w/using w/o SQLAlchemy by @joelburton in https://github.com/pallets-eco/flask-debugtoolbar/pull/253 * Bump to `0.15.1` by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/254 ## New Contributors * @joelburton made their first contribution in https://github.com/pallets-eco/flask-debugtoolbar/pull/253 **Full Changelog**: https://github.com/pallets-eco/flask-debugtoolbar/compare/0.15.0...0.15.1
## What's Changed * Add minimal test without extra deps by @greyli in https://github.com/pallets-eco/flask-debugtoolbar/pull/230 * Require Flask >= 2.2.0 by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/224 * Add option to dump profiler stats by @Dosenpfand in https://github.com/pallets-eco/flask-debugtoolbar/pull/204 * Add `init_app()` method to `DebugPanel` base class by @malthejorgensen in https://github.com/pallets-eco/flask-debugtoolbar/pull/95 * Support applications using flask.copy_current_request_context by @glic3rinu in https://github.com/pallets-eco/flask-debugtoolbar/pull/231 * Fix SQLAlchemy recording warning for versions >= 3 by @Jonty in https://github.com/pallets-eco/flask-debugtoolbar/pull/233 * Fix missing `distutils` error on Python 3.12 by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/238 * Remove deprecated Flask version attribute by @greyli in https://github.com/pallets-eco/flask-debugtoolbar/pull/243 * Fix trailing whitespace by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/237 * Update `jquery.tablesorter.js` plugin by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/235 * Bump `jquery` to `1.12.4` by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/236 * Bump `jquery` to `3.7.1` and `jquery-migrate` to `3.4.1` by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/241 * Fix some `jquery` deprecation warnings by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/242 * Replace deprecated `pkg_resources` with stdlib by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/239 * Prevent LookupError when accessing debug_toolbars_var by @glic3rinu in https://github.com/pallets-eco/flask-debugtoolbar/pull/245 * Install custom Sphinx theme via `extras_require` by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/250 * Add `.readthedocs.yaml` file by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/246 * Bump to `0.15.0` by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/251 ## New Contributors * @malthejorgensen made their first contribution in https://github.com/pallets-eco/flask-debugtoolbar/pull/95 * @glic3rinu made their first contribution in https://github.com/pallets-eco/flask-debugtoolbar/pull/231 * @Jonty made their first contribution in https://github.com/pallets-eco/flask-debugtoolbar/pull/233 **Full Changelog**: https://github.com/pallets-eco/flask-debugtoolbar/compare/0.14.1...0.15.0
## What's Changed * Add the missing install requirement `packaging` by @greyli in https://github.com/pallets-eco/flask-debugtoolbar/pull/225 * Bump to version `0.14.1` by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/227 **Full Changelog**: https://github.com/pallets-eco/flask-debugtoolbar/compare/0.14.0...0.14.1