Skip to content

Commit

Permalink
Release 1.0a12
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 29, 2024
1 parent 57c1ce0 commit 86335dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.0a11"
__version__ = "1.0a12"
__version_info__ = tuple(__version__.split("."))
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 86335dc

Please sign in to comment.