Skip to content

Commit 0b700f6

Browse files
committed
chore: bump version to 2.9.0
1 parent a960cd8 commit 0b700f6

4 files changed

Lines changed: 38 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.8.2",
5+
"Version": "2.9.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.8.2"
3+
version = "2.9.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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,41 @@
5353
</branding>
5454

5555
<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>
5691
<release version="2.8.2" date="2026-01-18">
5792
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.8.2</url>
5893
<description>

0 commit comments

Comments
 (0)