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
<li>refactor: replace svelte.config.js with svelte.config.ts to eliminate untyped code</li>
61
+
<li>fix: prevent updating images for non-visual Elgato devices</li>
62
+
<li>refactor: clean out unneeded sections of sdpi.css to reduce bloat</li>
63
+
<li>feat: move to a navbar-based layout on the home screen for easier navigation</li>
64
+
<li>refactor: replace `fs2` crate with stabilised `std::fs` equivalents</li>
65
+
<li>fix: prevent concurrent operations on plugin global settings files to ensure did_receive_global_settings can read a complete file</li>
66
+
<li>docs: add issue and pull request preflight checklists to reduce administrative overhead during issue and pull request review</li>
67
+
<li>feat: remove light mode support as it was poorly maintained</li>
68
+
<li>feat: refine styling across the application for better contrast and consistency</li>
69
+
<li>fix: initialise tray icon with a static id (#252)</li>
70
+
<li>fix: limit redraws to rotation setting changes to stop key canvas flickering</li>
71
+
<li>fix: ensure popups opened by property inspectors are able to take up the full viewport height</li>
72
+
<li>chore: ensure all Markdown files are excluded from the Deno formatter</li>
73
+
<li>docs: update screenshots</li>
74
+
<li>fix: extend canvas locking mechanism to canvas clearing to ensure operation order is preserved and prevent painting ghost images</li>
75
+
<li>fix: clear image on device as well as in the UI when clearing the canvas due to the slot becoming empty in case another render occurred since the device was cleared on profile switch</li>
0 commit comments