From 66120a7a1cb592e8a21164cf537f62a4d7ab1dfc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 19 Oct 2020 22:31:14 -0700 Subject: [PATCH] Release 0.51a0 Refs #1023, #904, #814, #1014, #1016, #1019, #1028 --- docs/changelog.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3c56328c..17309155 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `__) +- New ``datasette.urls`` URL builder for plugins, see :ref:`writing_plugins_building_urls`. (`#904 `__) +- Removed ``--debug`` option, which didn't do anything. (`#814 `__) +- ``Link:`` HTTP header pagination. (`#1014 `__) +- ``x`` button for clearing filters. (`#1016 `__) +- Edit SQL button on canned queries, (`#1019 `__) +- ``--load-extension=spatialite`` shortcut. (`#1028 `__) + .. _v0_50_2: 0.50.2 (2020-10-09)