Refs #1023, #904, #814, #1014, #1016, #1019, #1028
pull/1038/head 0.51a0
Simon Willison 2020-10-19 22:31:14 -07:00
rodzic 091441a444
commit 66120a7a1c
1 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,19 @@
Changelog
=========
.. _v0_51_a0:
0.51a0 (2020-10-19)
-------------------
- Fixed a bunch of issues relating to the :ref:`config_base_url` setting. (`#1023 <https://github.com/simonw/datasette/issues/1023>`__)
- New ``datasette.urls`` URL builder for plugins, see :ref:`writing_plugins_building_urls`. (`#904 <https://github.com/simonw/datasette/issues/904>`__)
- Removed ``--debug`` option, which didn't do anything. (`#814 <https://github.com/simonw/datasette/issues/814>`__)
- ``Link:`` HTTP header pagination. (`#1014 <https://github.com/simonw/datasette/issues/1014>`__)
- ``x`` button for clearing filters. (`#1016 <https://github.com/simonw/datasette/issues/1016>`__)
- Edit SQL button on canned queries, (`#1019 <https://github.com/simonw/datasette/issues/1019>`__)
- ``--load-extension=spatialite`` shortcut. (`#1028 <https://github.com/simonw/datasette/issues/1028>`__)
.. _v0_50_2:
0.50.2 (2020-10-09)