You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix default prompt flags and change QuickLauncher shortcuts
Default prompts now include quicklauncher, quicklauncher_grid, and
read_only flags in YAML frontmatter. Category-based QuickLauncher
detection uses startswith() instead of exact match. Existing v1.9.369
default prompts are automatically rewritten on startup. QuickLauncher
shortcut changed from Alt+K to Ctrl+Q (in-app) and Ctrl+Alt+K to
Ctrl+Alt+Q (global).
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,19 @@
2
2
3
3
All notable changes to Supervertaler Workbench are documented in this file.
4
4
5
-
**Current Version:** v1.9.369 (March 31, 2026)
5
+
**Current Version:** v1.9.370 (March 31, 2026)
6
6
7
7
8
+
## v1.9.370 - March 31, 2026
9
+
10
+
### Fixed
11
+
-**Default prompt QuickLauncher flags** – QuickLauncher default prompts now correctly have `quicklauncher: true` and `quicklauncher_grid: true` written to their YAML frontmatter, so "Show in QuickLauncher (in-app)" and "Show in QuickLauncher (global)" are pre-selected
12
+
-**Default prompt read-only flag** – all default prompts now include `read_only: true` in their YAML frontmatter
13
+
-**Category-based QuickLauncher detection** – prompts with subcategories like `QuickLauncher/Default` are now correctly detected as QuickLauncher prompts (was previously checking for exact match only)
14
+
-**Existing default prompts updated on startup** – default prompts created by v1.9.369 are automatically rewritten on next launch to include the new flags
0 commit comments