diff --git a/README.md b/README.md index d4158c46..c2acab1c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Datasette is aimed at data journalists, museum curators, archivists, local gover ## News + * 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. * 3rd October 2018: [The interesting ideas in Datasette](https://simonwillison.net/2018/Oct/4/datasette-ideas/) - a write-up of some of the less obvious interesting ideas embedded in the Datasette project. * 19th September 2018: [Datasette 0.25](http://datasette.readthedocs.io/en/latest/changelog.html#v0-25) - New plugin hooks, improved database view support and an easier way to use more recent versions of SQLite. diff --git a/docs/changelog.rst b/docs/changelog.rst index 236237ba..e59142e2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Changelog ========= +.. _v0_26: + +0.26 (2019-01-02) +----------------- + +- ``datasette serve --reload`` now restarts Datasette if a database file changes on disk. +- ``datasette publish now`` now takes an optional ``--alias mysite.now.sh`` argument. This will attempt to set an alias after the deploy completes. +- Fixed a bug where the advanced CSV export form failed to include the currently selected filters (`#393 `__) + .. _v0_25_2: 0.25.2 (2018-12-16)