Skip to content

Commit 0953b38

Browse files
committed
chore: bump version to 2.6.1
1 parent b4a0067 commit 0953b38

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-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.6.0",
3+
"version": "2.6.1",
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "opendeck-starterpack"
3-
version = "2.6.0"
43
authors = ["Aman Khanna (nekename)"]
54
license = "GPL-3.0-or-later"
65
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.6.0",
5+
"Version": "2.6.1",
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.6.0"
3+
version = "2.6.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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,28 @@
4949
</branding>
5050

5151
<releases>
52+
<release version="2.6.1" date="2025-09-28">
53+
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.6.1</url>
54+
<description>
55+
<ul>
56+
<li>Remove app_exited event due to limited function</li>
57+
<li>Keep window visible by default except on Windows due to bug on KDE Plasma</li>
58+
<li>Remove plugdev group setting from udev rules file</li>
59+
<li>Prevent asset choice dialog being shown behind plugin details popup</li>
60+
<li>Send titleParametersDidChange alongside willAppear like ESD does</li>
61+
<li>Increase width of input fields in the starter pack plugin property inspectors</li>
62+
<li>Only compare major and minor app versions to allow downgrading within the same minor version</li>
63+
<li>Integrate app icon better on macOS</li>
64+
<li>Improve plugin README file discovery for plugin details view</li>
65+
<li>Allow ctrl-clicking to open instance context menu on macOS</li>
66+
<li>Add support for code paths mapped by target triple in plugin manifests</li>
67+
<li>Save files atomically and restore from partial saves</li>
68+
<li>Remove replacement of old app identifier for v3 profiles</li>
69+
<li>Send willAppear after reloading a plugin for all instances of the plugin's actions</li>
70+
<li>Update injected connection code to support connectOpenActionSocket definition</li>
71+
</ul>
72+
</description>
73+
</release>
5274
<release version="2.6.0" date="2025-08-30">
5375
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.6.0</url>
5476
<description>

0 commit comments

Comments
 (0)