From 8b6f155b45b360a1c649efb24f985d926bb76991 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 12 Mar 2024 19:19:51 -0700 Subject: [PATCH] Added two things I left out of the 1.0a13 release notes Refs #2104, #2294 Closes #2303 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1d31e9e6..ebed499f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,10 +14,12 @@ Each of the key concepts in Datasette now has an :ref:`actions menu ` for actions that can be applied to a SQL view. (:issue:`2297`) - Plugin hook: :ref:`homepage_actions() ` for actions that apply to the instance homepage. (:issue:`2298`) - Plugin hook: :ref:`row_actions() ` for actions that apply to the row page. (:issue:`2299`) +- Action menu items for all of the ``*_actions()`` plugin hooks can now return an optional ``"description"`` key, which will be displayed in the menu below the action label. (:issue:`2294`) - :ref:`Plugin hooks ` documentation page is now organized with additional headings. (:issue:`2300`) - Improved the display of action buttons on pages that also display metadata. (:issue:`2286`) - The header and footer of the page now uses a subtle gradient effect, and options in the navigation menu are better visually defined. (:issue:`2302`) - Table names that start with an underscore now default to hidden. (:issue:`2104`) +- ``pragma_table_list`` has been added to the allow-list of SQLite pragma functions supported by Datasette. ``select * from pragma_table_list()`` is no longer blocked. (`#2104 `__) .. _v1_0_a12: