mirror of
https://github.com/simonw/datasette.git
synced 2026-06-01 14:47:00 +02:00
parent
345f910043
commit
db16003865
2 changed files with 11 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "1.0a28.post1"
|
||||
__version__ = "1.0a29"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,6 +4,16 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v1_0_a29:
|
||||
|
||||
1.0a29 (2026-05-12)
|
||||
-------------------
|
||||
|
||||
- New ``TokenRestrictions.abbreviated(datasette)`` :ref:`utility method <TokenRestrictions>` for creating ``"_r"`` dictionaries. (:issue:`2695`)
|
||||
- Table headers and column options are now visible even if a table contains zero rows. (:issue:`2701`)
|
||||
- Fixed bug with display of column actions dialog on Mobile Safari. (:issue:`2708`)
|
||||
- Fixed bug where tests could crash with a segfault due to a race condition between ``Datasette.close()`` and ``Datasette.close()``. (:issue:`2709`)
|
||||
-
|
||||
.. _v1_0_a28:
|
||||
|
||||
1.0a28 (2026-04-16)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue