Refs #2281, #2283, #2287, #2289
pull/2295/head 1.0a12
Simon Willison 2024-02-29 14:35:28 -08:00
rodzic 57c1ce0e8b
commit 86335dc722
2 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "1.0a11"
__version__ = "1.0a12"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -4,6 +4,16 @@
Changelog
=========
.. _v1_0_a12:
1.0a12 (2024-02-29)
-------------------
- New :ref:`query_actions() <plugin_hook_query_actions>` plugin hook, similar to :ref:`table_actions() <plugin_hook_table_actions>` and :ref:`database_actions() <plugin_hook_database_actions>`. Can be used to add a menu of actions to the canned query or arbitrary SQL query page. (:issue:`2283`)
- New design for the button that opens the query, table and database actions menu. (:issue:`2281`)
- "does not contain" table filter for finding rows that do not contain a string. (:issue:`2287`)
- Fixed a bug in the :ref:`javascript_plugins_makeColumnActions` JavaScript plugin mechanism where the column action menu was not fully reset in between each interaction. (:issue:`2289`)
.. _v1_0_a11:
1.0a11 (2024-02-19)