mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Releasing v0.16
This commit is contained in:
parent
6e16ed2a63
commit
b6539ff045
2 changed files with 19 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version_info__ = (0, 15)
|
||||
__version_info__ = (0, 16)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,24 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.16 (2018-04-13)
|
||||
-----------------
|
||||
- Better mechanism for handling errors; 404s for missing table/database
|
||||
|
||||
New error mechanism closes `#193 <https://github.com/simonw/datasette/issues/193>`_
|
||||
|
||||
404s for missing tables/databases closes `#184 <https://github.com/simonw/datasette/issues/184>`_
|
||||
|
||||
- long_description in markdown for the new PyPI
|
||||
- Hide Spatialite system tables. [Russ Garrett]
|
||||
- Allow ``explain select`` / ``explain query plan select`` `#201 <https://github.com/simonw/datasette/issues/201>`_
|
||||
- Datasette inspect now finds primary_keys `#195 <https://github.com/simonw/datasette/issues/195>`_
|
||||
- Ability to sort using form fields (for mobile portrait mode) `#199 <https://github.com/simonw/datasette/issues/199>`_
|
||||
|
||||
We now display sort options as a select box plus a descending checkbox, which
|
||||
means you can apply sort orders even in portrait mode on a mobile phone where
|
||||
the column headers are hidden.
|
||||
|
||||
0.15 (2018-04-09)
|
||||
-----------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue