Always show 'Jump to...' menu item, closes #2725

This commit is contained in:
Simon Willison 2026-05-20 13:23:05 -07:00
commit d3330695fa
5 changed files with 57 additions and 8 deletions

View file

@ -12,6 +12,7 @@ Unreleased
- Dropped Janus as a dependency, previously used to manage the write queue. This should not have any impact on plugin developers or end-users. (:issue:`1752`)
- Fixed a bug where stale tables and other related resources were not removed from ``catalog_*`` tables when a database was removed. (:issue:`2723`)
- Fixed a Safari bug with the table search mechanism triggered by pressing ``/``. (:issue:`2724`)
- New "Jump to..." menu item, always visible, for triggering the previously undocumented ``/`` menu. (:issue:`2725`)
.. _v1_0_a29: