|
53 | 53 | </branding> |
54 | 54 |
|
55 | 55 | <releases> |
| 56 | + <release version="2.9.0" date="2026-02-08"> |
| 57 | + <url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.9.0</url> |
| 58 | + <description> |
| 59 | + <ul> |
| 60 | + <li>fix: always underline available plugin version element to highlight that it is clickable</li> |
| 61 | + <li>feat: display Input Simulation errors in the action's property inspector</li> |
| 62 | + <li>feat: support changing the rendered text's stroke size and colour (#216)</li> |
| 63 | + <li>fix: rename Input Simulation to Simulate Input for consistency with other actions</li> |
| 64 | + <li>feat: implement rotating rendered images</li> |
| 65 | + <li>feat: cancel key up events if their corresponding key down events targeted a different action instance</li> |
| 66 | + <li>fix: centre device grid horizontally when the window is enlarged</li> |
| 67 | + <li>docs: decrease references to Wine as few working plugins actually require it</li> |
| 68 | + <li>feat: add support for installing Node.js to the installation script</li> |
| 69 | + <li>feat: support encoders in the Switch Profile action</li> |
| 70 | + <li>feat: automatically wrap Run Command commands with distrobox-host-exec when running in a Distrobox</li> |
| 71 | + <li>feat: implement Open URL built-in action</li> |
| 72 | + <li>fix: ensure all_from_plugin locates instances within Multi Actions and Toggle Actions</li> |
| 73 | + <li>feat: support setting the background colour of an action instance's state (#233)</li> |
| 74 | + <li>feat: unify instance editor preview render and normal render to display text in the preview (#237)</li> |
| 75 | + <li>fix: use opaque black as default state background colour for consistency</li> |
| 76 | + <li>fix: ensure invisible colour pickers function correctly on macOS</li> |
| 77 | + <li>fix: ensure background colour picker opens already set to the current value</li> |
| 78 | + <li>chore: update dependencies</li> |
| 79 | + <li>feat: show datalist hints for device ID in Switch Profile property inspector</li> |
| 80 | + <li>fix: ensure propertyInspectorDidAppear event is always dispatched when PI frame loads</li> |
| 81 | + <li>docs: remove note on Flatpak caveat for background setting as single instance is now supported</li> |
| 82 | + <li>docs: add tip to README for using OpenDeck with Tacto when without hardware</li> |
| 83 | + <li>fix: only ever initialise hidapi once for Elgato device support to prevent crashes on macOS</li> |
| 84 | + <li>feat: support opening developer tools for web-based plugins on a per-plugin basis by checking for a `debug` marker file</li> |
| 85 | + <li>refactor: replace `once_cell` crate with stabilised `std::sync` equivalents</li> |
| 86 | + <li>fix: ensure links in plugin README files open in the default browser</li> |
| 87 | + <li>fix: ensure GFM alerts are rendered correctly when displaying plugin README files</li> |
| 88 | + </ul> |
| 89 | + </description> |
| 90 | + </release> |
56 | 91 | <release version="2.8.2" date="2026-01-18"> |
57 | 92 | <url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.8.2</url> |
58 | 93 | <description> |
|
0 commit comments