Skip to content

Commit 5290d22

Browse files
committed
chore: bump version to 2.9.1
1 parent e99e646 commit 5290d22

4 files changed

Lines changed: 13 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.9.0",
5+
"Version": "2.9.1",
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.9.0"
3+
version = "2.9.1"
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353
</branding>
5454

5555
<releases>
56+
<release version="2.9.1" date="2026-02-14">
57+
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.9.1</url>
58+
<description>
59+
<ul>
60+
<li>chore: sync lockfile changes made by `deno install` after earlier commit regarding displaying GFM alerts</li>
61+
<li>fix: skip manual render of black background colours and use CSS instead for background colour display in the UI to prevent flickering</li>
62+
<li>fix: index more safely into an action's states in the instance editor as Toggle Action instances have more states than the base action does</li>
63+
</ul>
64+
</description>
65+
</release>
5666
<release version="2.9.0" date="2026-02-08">
5767
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.9.0</url>
5868
<description>

0 commit comments

Comments
 (0)