Skip to content

Commit 1b8e3bc

Browse files
committed
chore: bump version to 2.8.1
1 parent 1065fb0 commit 1b8e3bc

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

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.0",
5+
"Version": "2.8.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.8.0"
3+
version = "2.8.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@
5353
</branding>
5454

5555
<releases>
56+
<release version="2.8.1" date="2026-01-17">
57+
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.8.1</url>
58+
<description>
59+
<ul>
60+
<li>feat: load font list from system installed fonts</li>
61+
<li>fix: ensure requested paths are within the OpenDeck config directory when containing dot segments</li>
62+
<li>fix: add bounds checks for state index (#219)</li>
63+
<li>fix: render text at correct Y position when text alignment is set to `top` (#221)</li>
64+
<li>fix: add readiness check before calling connection code injected into web-based plugins</li>
65+
<li>fix: ensure data URL state images contain `/` and `,` before attempting to read their contents</li>
66+
<li>fix: correctly resolve relative-path symlinks to plugin directories</li>
67+
<li>chore: update Tacto section of the plugin manager to use new domain name</li>
68+
</ul>
69+
</description>
70+
</release>
5671
<release version="2.8.0" date="2026-01-03">
5772
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.8.0</url>
5873
<description>

0 commit comments

Comments
 (0)