|
53 | 53 | </branding> |
54 | 54 |
|
55 | 55 | <releases> |
| 56 | + <release version="2.11.0" date="2026-04-02"> |
| 57 | + <url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.11.0</url> |
| 58 | + <description> |
| 59 | + <ul> |
| 60 | + <li>feat: add controls for customising image scale (#268)</li> |
| 61 | + <li>feat: add keyboard focusability and accessible labels to items in the device view (#257)</li> |
| 62 | + <li>feat: trigger virtual button press when double-clicking key (#267)</li> |
| 63 | + <li>feat: support putting devices to sleep after a configurable period of inactivity (#264)</li> |
| 64 | + <li>fix: prevent further processing of input events that wake device from sleep to prevent unwanted triggers</li> |
| 65 | + <li>feat: support navigating the device view using the arrow keys for accessibility (#276)</li> |
| 66 | + <li>chore: sync formatting changes introduced by a Deno formatter update</li> |
| 67 | + <li>fix: ensure the focused slot is always visibly outlined, in part by enabling selection of empty slots</li> |
| 68 | + <li>feat: support keyboard shortcuts for delete, copy, and paste actions on the focused slot</li> |
| 69 | + <li>fix: don't hide focus outlines on interactive elements when using keyboard navigation</li> |
| 70 | + <li>feat: make the action list keyboard accessible (#285)</li> |
| 71 | + <li>feat: make the slot context menu keyboard accessible</li> |
| 72 | + <li>feat: enhance accessibility by adding labels and titles to form elements in the instance editor</li> |
| 73 | + <li>feat: support copying and pasting actions from the action list using keyboard shortcuts to create new instances</li> |
| 74 | + <li>feat: make the parent action view keyboard accessible (#290)</li> |
| 75 | + <li>feat: add accessible labels to elements in the settings view, profile manager, and instance editor (#291)</li> |
| 76 | + <li>feat: add dialog semantics and accessible labels to popups and the plugin manager (#294)</li> |
| 77 | + </ul> |
| 78 | + </description> |
| 79 | + </release> |
56 | 80 | <release version="2.10.1" date="2026-03-21"> |
57 | 81 | <url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.10.1</url> |
58 | 82 | <description> |
|
0 commit comments