Skip to content

Commit f640e0d

Browse files
committed
dashboard: bump version to 0.4.6
1 parent d429867 commit f640e0d

5 files changed

Lines changed: 111 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ On startup, Magic Context checks for common configuration problems — OpenCode'
386386
A companion desktop app for browsing and managing Magic Context state outside of OpenCode.
387387

388388
<p align="center">
389-
<a href="https://github.com/cortexkit/magic-context/releases/tag/dashboard-v0.4.5"><strong>⬇️ Download for macOS · Windows · Linux</strong></a></p>
389+
<a href="https://github.com/cortexkit/magic-context/releases/tag/dashboard-v0.4.6"><strong>⬇️ Download for macOS · Windows · Linux</strong></a></p>
390390

391391
**Features:**
392392
- **Memory Browser** — search, filter, and edit project memories with category and project filtering

packages/dashboard/src-tauri/gen/schemas/acl-manifests.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/dashboard/src-tauri/gen/schemas/desktop-schema.json

Lines changed: 54 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@
183183
"markdownDescription": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`"
184184
},
185185
{
186-
"description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`",
186+
"description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`\n- `allow-supports-multiple-windows`",
187187
"type": "string",
188188
"const": "core:app:default",
189-
"markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`"
189+
"markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`\n- `allow-supports-multiple-windows`"
190190
},
191191
{
192192
"description": "Enables the app_hide command without any pre-configured scope.",
@@ -260,6 +260,12 @@
260260
"const": "core:app:allow-set-dock-visibility",
261261
"markdownDescription": "Enables the set_dock_visibility command without any pre-configured scope."
262262
},
263+
{
264+
"description": "Enables the supports_multiple_windows command without any pre-configured scope.",
265+
"type": "string",
266+
"const": "core:app:allow-supports-multiple-windows",
267+
"markdownDescription": "Enables the supports_multiple_windows command without any pre-configured scope."
268+
},
263269
{
264270
"description": "Enables the tauri_version command without any pre-configured scope.",
265271
"type": "string",
@@ -344,6 +350,12 @@
344350
"const": "core:app:deny-set-dock-visibility",
345351
"markdownDescription": "Denies the set_dock_visibility command without any pre-configured scope."
346352
},
353+
{
354+
"description": "Denies the supports_multiple_windows command without any pre-configured scope.",
355+
"type": "string",
356+
"const": "core:app:deny-supports-multiple-windows",
357+
"markdownDescription": "Denies the supports_multiple_windows command without any pre-configured scope."
358+
},
347359
{
348360
"description": "Denies the tauri_version command without any pre-configured scope.",
349361
"type": "string",
@@ -867,10 +879,10 @@
867879
"markdownDescription": "Denies the close command without any pre-configured scope."
868880
},
869881
{
870-
"description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-show-menu-on-left-click`",
882+
"description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-icon-with-as-template`\n- `allow-set-show-menu-on-left-click`",
871883
"type": "string",
872884
"const": "core:tray:default",
873-
"markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-show-menu-on-left-click`"
885+
"markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-icon-with-as-template`\n- `allow-set-show-menu-on-left-click`"
874886
},
875887
{
876888
"description": "Enables the get_by_id command without any pre-configured scope.",
@@ -902,6 +914,12 @@
902914
"const": "core:tray:allow-set-icon-as-template",
903915
"markdownDescription": "Enables the set_icon_as_template command without any pre-configured scope."
904916
},
917+
{
918+
"description": "Enables the set_icon_with_as_template command without any pre-configured scope.",
919+
"type": "string",
920+
"const": "core:tray:allow-set-icon-with-as-template",
921+
"markdownDescription": "Enables the set_icon_with_as_template command without any pre-configured scope."
922+
},
905923
{
906924
"description": "Enables the set_menu command without any pre-configured scope.",
907925
"type": "string",
@@ -968,6 +986,12 @@
968986
"const": "core:tray:deny-set-icon-as-template",
969987
"markdownDescription": "Denies the set_icon_as_template command without any pre-configured scope."
970988
},
989+
{
990+
"description": "Denies the set_icon_with_as_template command without any pre-configured scope.",
991+
"type": "string",
992+
"const": "core:tray:deny-set-icon-with-as-template",
993+
"markdownDescription": "Denies the set_icon_with_as_template command without any pre-configured scope."
994+
},
971995
{
972996
"description": "Denies the set_menu command without any pre-configured scope.",
973997
"type": "string",
@@ -1227,10 +1251,16 @@
12271251
"markdownDescription": "Denies the webview_size command without any pre-configured scope."
12281252
},
12291253
{
1230-
"description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-internal-toggle-maximize`",
1254+
"description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-activity-name`\n- `allow-scene-identifier`\n- `allow-internal-toggle-maximize`",
12311255
"type": "string",
12321256
"const": "core:window:default",
1233-
"markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-internal-toggle-maximize`"
1257+
"markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-activity-name`\n- `allow-scene-identifier`\n- `allow-internal-toggle-maximize`"
1258+
},
1259+
{
1260+
"description": "Enables the activity_name command without any pre-configured scope.",
1261+
"type": "string",
1262+
"const": "core:window:allow-activity-name",
1263+
"markdownDescription": "Enables the activity_name command without any pre-configured scope."
12341264
},
12351265
{
12361266
"description": "Enables the available_monitors command without any pre-configured scope.",
@@ -1424,6 +1454,12 @@
14241454
"const": "core:window:allow-scale-factor",
14251455
"markdownDescription": "Enables the scale_factor command without any pre-configured scope."
14261456
},
1457+
{
1458+
"description": "Enables the scene_identifier command without any pre-configured scope.",
1459+
"type": "string",
1460+
"const": "core:window:allow-scene-identifier",
1461+
"markdownDescription": "Enables the scene_identifier command without any pre-configured scope."
1462+
},
14271463
{
14281464
"description": "Enables the set_always_on_bottom command without any pre-configured scope.",
14291465
"type": "string",
@@ -1688,6 +1724,12 @@
16881724
"const": "core:window:allow-unminimize",
16891725
"markdownDescription": "Enables the unminimize command without any pre-configured scope."
16901726
},
1727+
{
1728+
"description": "Denies the activity_name command without any pre-configured scope.",
1729+
"type": "string",
1730+
"const": "core:window:deny-activity-name",
1731+
"markdownDescription": "Denies the activity_name command without any pre-configured scope."
1732+
},
16911733
{
16921734
"description": "Denies the available_monitors command without any pre-configured scope.",
16931735
"type": "string",
@@ -1880,6 +1922,12 @@
18801922
"const": "core:window:deny-scale-factor",
18811923
"markdownDescription": "Denies the scale_factor command without any pre-configured scope."
18821924
},
1925+
{
1926+
"description": "Denies the scene_identifier command without any pre-configured scope.",
1927+
"type": "string",
1928+
"const": "core:window:deny-scene-identifier",
1929+
"markdownDescription": "Denies the scene_identifier command without any pre-configured scope."
1930+
},
18831931
{
18841932
"description": "Denies the set_always_on_bottom command without any pre-configured scope.",
18851933
"type": "string",

0 commit comments

Comments
 (0)