Skip to content

Commit bb64d0e

Browse files
committed
chore: bump version to 2.6.0
1 parent d63694e commit bb64d0e

File tree

7 files changed

+23
-6
lines changed

7 files changed

+23
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opendeck",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "Use stream controllers",
55
"author": "Aman Khanna (nekename)",
66
"license": "GPL-3.0-or-later",

plugins/com.amansprojects.starterpack.sdPlugin/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.

plugins/com.amansprojects.starterpack.sdPlugin/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-starterpack"
3-
version = "2.5.1"
3+
version = "2.6.0"
44
authors = ["Aman Khanna (nekename)"]
55
license = "GPL-3.0-or-later"
66
edition = "2024"

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.5.1",
5+
"Version": "2.6.0",
66
"CodePathWin": "windows/bin/opendeck-starterpack.exe",
77
"CodePathMac": "darwin/bin/opendeck-starterpack",
88
"CodePathLin": "linux/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.5.1"
3+
version = "2.6.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,23 @@
4949
</branding>
5050

5151
<releases>
52+
<release version="2.6.0" date="2025-08-30">
53+
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.6.0</url>
54+
<description>
55+
<ul>
56+
<li>Create automated installation script</li>
57+
<li>Process messages from the CLI for use in scripts</li>
58+
<li>Support disabling Elgato device discovery</li>
59+
<li>Implement the `applicationDidLaunch` and `applicationDidTerminate` events</li>
60+
<li>Display settings interfaces for supported plugins</li>
61+
<li>Display category icons in action list</li>
62+
<li>Add a search bar to the action list</li>
63+
<li>Build for aarch64-unknown-linux-gnu</li>
64+
<li>Move plugins and settings buttons to the top of the sidebar</li>
65+
<li>Numerous bug fixes</li>
66+
</ul>
67+
</description>
68+
</release>
5269
<release version="2.5.1" date="2025-08-11">
5370
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.5.1</url>
5471
<description>

0 commit comments

Comments
 (0)