Skip to content

Commit 719c9d9

Browse files
committed
chore: bump version to 2.8.0
1 parent aa6058a commit 719c9d9

4 files changed

Lines changed: 37 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.7.1",
5+
"Version": "2.8.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.7.1"
3+
version = "2.8.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: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,19 @@
3131
<screenshots>
3232
<screenshot type="default">
3333
<image>https://github.com/nekename/OpenDeck/raw/release/.github/readme/mainmenu.png</image>
34+
<caption>Main menu</caption>
3435
</screenshot>
3536
<screenshot>
3637
<image>https://github.com/nekename/OpenDeck/raw/release/.github/readme/multiaction.png</image>
38+
<caption>Multi action</caption>
3739
</screenshot>
3840
<screenshot>
3941
<image>https://github.com/nekename/OpenDeck/raw/release/.github/readme/plugins.png</image>
42+
<caption>Plugins</caption>
4043
</screenshot>
4144
<screenshot>
4245
<image>https://github.com/nekename/OpenDeck/raw/release/.github/readme/profiles.png</image>
46+
<caption>Profiles</caption>
4347
</screenshot>
4448
</screenshots>
4549

@@ -49,6 +53,36 @@
4953
</branding>
5054

5155
<releases>
56+
<release version="2.8.0" date="2026-01-03">
57+
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.8.0</url>
58+
<description>
59+
<ul>
60+
<li>chore: run rustfmt on code fixed automatically by clippy</li>
61+
<li>docs: create OpenDeck development guide for agents (and humans)</li>
62+
<li>feat: allow profiles to be renamed from the profile manager</li>
63+
<li>docs: note poor upstream Flatpak support in the tooltips for the background and autolaunch settings</li>
64+
<li>feat: display available plugin updates in the plugin manager</li>
65+
<li>feat: implement the `didReceiveDeepLink` event (#196)</li>
66+
<li>docs: direct users to reach out on OpenDeck support channels before attempting to contact plugin developers</li>
67+
<li>fix: apply dark mode background colour to entire document body</li>
68+
<li>docs: clarify non-Flatpak Node.js install requirement</li>
69+
<li>docs: link to the FAQ in the troubleshooting section of the README</li>
70+
<li>feat: support overriding the detected package family in the installation script</li>
71+
<li>feat: update starter pack plugin to use code paths mapped by target triple</li>
72+
<li>feat: support installing Tacto Connect from the plugin store</li>
73+
<li>feat: reload property inspectors from the relevant plugin when reloading a plugin</li>
74+
<li>fix: spawn new thread for CLI handlers to ensure their completion</li>
75+
<li>feat: migrate starter pack to v2 of the openaction crate</li>
76+
<li>fix: clear plugin update notification when the installed version changes</li>
77+
<li>fix: ignore build numbers during comparison of plugin versions</li>
78+
<li>fix: prioritise plugins with settings interfaces in installed plugins list</li>
79+
<li>docs: mention the opendeck-bin AUR package in the installation section of the README</li>
80+
<li>docs: remove link to Elgato Marketplace plugin installation instructions from the plugin manager</li>
81+
<li>perf: don't load the Elgato App Store archive automatically</li>
82+
<li>feat: implement support for the Stream Deck Neo's Touch Points (#208)</li>
83+
</ul>
84+
</description>
85+
</release>
5286
<release version="2.7.1" date="2025-12-03">
5387
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.7.1</url>
5488
<description>

0 commit comments

Comments
 (0)