Refs ##1843, #1876, #1883
pull/1898/head 0.63.1
Simon Willison 2022-11-10 23:01:20 -08:00
rodzic 8d9a957c63
commit 9f54f00a50
2 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "0.63"
__version__ = "0.63.1"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -4,6 +4,16 @@
Changelog
=========
.. _v0_63_1:
0.63.1 (2022-11-10)
-------------------
- Fixed a bug where Datasette's table filter form would not redirect correctly when run behind a proxy using the :ref:`base_url <setting_base_url>` setting. (:issue:`1883`)
- SQL query is now shown wrapped in a ``<textarea>`` if a query exceeds a time limit. (:issue:`1876`)
- Fixed an intermittent "Too many open files" error while running the test suite. (:issue:`1843`)
- New :ref:`database_close` internal method.
.. _v0_63:
0.63 (2022-10-27)