From 368be14c8bbb4cec607b89dcf677d089d743b649 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 15 Sep 2020 17:01:11 -0700 Subject: [PATCH] Link to annotated release notes --- README.md | 2 +- docs/changelog.rst | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08e19d4b..cc912a13 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Datasette is aimed at data journalists, museum curators, archivists, local gover ## News - * 14th September 2020: [Datasette 0.49](https://docs.datasette.io/en/stable/changelog.html#v0-49) - JSON API for writable canned queries, path parameters for custom pages. + * 14th September 2020: [Datasette 0.49](https://docs.datasette.io/en/stable/changelog.html#v0-49) - JSON API for writable canned queries, path parameters for custom pages. See also [Datasette 0.49: The annotated release notes](https://simonwillison.net/2020/Sep/15/datasette-0-49/). * 16th August 2020: [Datasette 0.48](https://docs.datasette.io/en/stable/changelog.html#v0-48) - Documentation now lives at [docs.datasette.io](https://docs.datasette.io/), improvements to the `extra_template_vars`, `extra_css_urls`, `extra_js_urls` and `extra_body_script` plugin hooks. * 11th August 2020: [Datasette 0.47](https://docs.datasette.io/en/stable/changelog.html#v0-47) - Datasette can now be installed using Homebrew! `brew install simonw/datasette/datasette`. Also new: `datasette install name-of-plugin` and `datasette uninstall name-of-plugin` commands, and `datasette --get '/-/versions.json'` to output the result of Datasette HTTP calls on the command-line. * 9th August 2020: [Datasette 0.46](https://docs.datasette.io/en/stable/changelog.html#v0-46) - security fix relating to CSRF protection for writable canned queries, a new logo, new debugging tools, improved file downloads and more. diff --git a/docs/changelog.rst b/docs/changelog.rst index a9fdd10c..8bc88586 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,8 @@ Changelog 0.49 (2020-09-14) ----------------- +See also `Datasette 0.49: The annotated release notes `__. + - Writable canned queries now expose a JSON API, see :ref:`canned_queries_json_api`. (`#880 `__) - New mechanism for defining page templates with custom path parameters - a template file called ``pages/about/{slug}.html`` will be used to render any requests to ``/about/something``. See :ref:`custom_pages_parameters`. (`#944 `__) - ``register_output_renderer()`` render functions can now return a ``Response``. (`#953 `__) @@ -101,6 +103,8 @@ Changelog 0.45 (2020-07-01) ----------------- +See also `Datasette 0.45: The annotated release notes `__. + Magic parameters for canned queries, a log out feature, improved plugin documentation and four new plugin hooks. Magic parameters for canned queries @@ -157,6 +161,8 @@ Smaller changes 0.44 (2020-06-11) ----------------- +See also `Datasette 0.44: The annotated release notes `__. + Authentication and permissions, writable canned queries, flash messages, new plugin hooks and more. Authentication