Skip to content

Commit 500fdb6

Browse files
committed
chore: bump version to 2.11.0
1 parent 758214d commit 500fdb6

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

plugins/com.amansprojects.starterpack.sdPlugin/assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Name": "OpenDeck Starter Pack",
33
"Description": "OpenDeck starter pack plugin",
44
"Author": "Aman Khanna (nekename)",
5-
"Version": "2.10.1",
5+
"Version": "2.11.0",
66
"CodePaths": {
77
"x86_64-pc-windows-msvc": "x86_64-pc-windows-msvc/bin/opendeck-starterpack.exe",
88
"x86_64-apple-darwin": "x86_64-apple-darwin/bin/opendeck-starterpack",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opendeck"
3-
version = "2.10.1"
3+
version = "2.11.0"
44
description = "Use stream controllers"
55
authors = ["Aman Khanna (nekename)"]
66
license = "GPL-3.0-or-later"

src-tauri/bundle/opendeck.metainfo.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,30 @@
5353
</branding>
5454

5555
<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>
5680
<release version="2.10.1" date="2026-03-21">
5781
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.10.1</url>
5882
<description>

0 commit comments

Comments
 (0)