Skip to content

Commit 7d8dd2a

Browse files
committed
Release 1.0a15
Refs #2296, #2326, #2384, #2386, #2389, #2390, #2393, #2394
1 parent 0dd41ef commit 7d8dd2a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

datasette/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.0a14"
1+
__version__ = "1.0a15"
22
__version_info__ = tuple(__version__.split("."))

docs/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
Changelog
55
=========
66

7+
.. _v1_0_a15:
8+
9+
1.0a15 (2024-08-15)
10+
-------------------
11+
12+
- Datasette now defaults to hiding SQLite "shadow" tables, as seen in extensions such as SQLite FTS and `sqlite-vec <https://github.com/asg017/sqlite-vec>`__. Virtual tables that it makes sense to display, such as FTS core tables, are no longer hidden. Thanks, `Alex Garcia <https://github.com/asg017>`__. (:issue:`2296`)
13+
- Fixed bug where running Datasette with one or more ``-s/--setting`` options could over-ride settings that were present in ``datasette.yml``. (:issue:`2389`)
14+
- The Datasette homepage is now duplicated at ``/-/``, using the default ``index.html`` template. This ensures that the information on that page is still accessible even if the Datasette homepage has been customized using a custom ``index.html`` template, for example on sites like `datasette.io <https://datasette.io/>`__. (:issue:`2393`)
15+
- Failed CSRF checks now display a more user-friendly error page. (:issue:`2390`)
16+
- Fixed a bug where the ``json1`` extension was not correctly detected on the ``/-/versions`` page. Thanks, `Seb Bacon <https://github.com/sebbacon>`__. (:issue:`2326`)
17+
- Fixed a bug where the Datasette write API did not correctly accept ``Content-Type: application/json; charset=utf-8``. (:issue:`2384`)
18+
- Fixed a bug where Datasette would fail to start if ``metadata.yml`` contained a ``queries`` block. (`#2386 <https://github.com/simonw/datasette/pull/2386>`__)
19+
720
.. _v1_0_a14:
821

922
1.0a14 (2024-08-05)

0 commit comments

Comments
 (0)