Datasette 0.26 release notes

This commit is contained in:
Simon Willison 2019-01-02 18:53:59 -08:00
commit 424e146697
2 changed files with 10 additions and 0 deletions

View file

@ -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 <https://github.com/simonw/datasette/issues/393>`__)
.. _v0_25_2:
0.25.2 (2018-12-16)