.. _changelog: ========= Changelog ========= .. _v1_0_a34: 1.0a34 (2026-06-16) ------------------- The big feature in this alpha is tools to **insert, edit and delete** rows within the Datasette interface. These features are available on table pages, and edit and delete are also available as action items on the row page. The edit interface takes :ref:`custom column types ` into account. Plugins that define their own column types can use JavaScript to customize how those column types are presented in the edit interface. - ``datasette.allowed_many()`` method for :ref:`resolving multiple permission checks at once `. (:pr:`2775`) - Permission checks are now cached on a per-request basis, speeding up table pages with multiple plugins that check permissions in order to populate the :ref:`table actions menu `. - Fixed a warning about ``gen.throw(*sys.exc_info())``. (:issue:`2776`) - New default custom column type ``textarea`` for multi-line text content. This is rendered as a ``