diff --git a/README.md b/README.md index 9eb6dafe..6ad43ca6 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Datasette is aimed at data journalists, museum curators, archivists, local gover ## News + * 31st Janary 2019: [Datasette 0.27](https://datasette.readthedocs.io/en/latest/changelog.html#v0-27) - `datasette plugins` command, newline-delimited JSON export option, new documentation on [The Datasette Ecosystem](https://datasette.readthedocs.io/en/latest/ecosystem.html). * 10th January 2019: [Datasette 0.26.1](http://datasette.readthedocs.io/en/latest/changelog.html#v0-26-1) - SQLite upgrade in Docker image, `/-/versions` now shows SQLite compile options. * 2nd January 2019: [Datasette 0.26](http://datasette.readthedocs.io/en/latest/changelog.html#v0-26) - minor bug fixes, `datasette publish now --alias` argument. * 18th December 2018: [Fast Autocomplete Search for Your Website](https://24ways.org/2018/fast-autocomplete-search-for-your-website/) - a new tutorial on using Datasette to build a JavaScript autocomplete search engine. diff --git a/docs/changelog.rst b/docs/changelog.rst index b6c46c69..db1fdd91 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,16 @@ Changelog ========= +.. _v0_27: + +0.27 (2019-01-31) +----------------- + +- New command: ``datasette plugins`` (:ref:`documentation `) shows you the currently installed list of plugins. +- Datasette can now output `newline-delimited JSON `__ using the new ``?_shape=array&_nl=on`` querystring option. +- Added documentation on :ref:`ecosystem`. +- Now using Python 3.7.2 as the base for the official `Datasette Docker image `__. + .. _v0_26_1: 0.26.1 (2019-01-10) diff --git a/docs/plugins.rst b/docs/plugins.rst index 6efa131b..984e5c95 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -58,6 +58,8 @@ Now you can navigate to http://localhost:8001/mydb and run this SQL:: To see the output of your plugin. +.. _plugins_installed: + Seeing what plugins are installed ---------------------------------