Skip to content

Commit b2d1ab3

Browse files
committed
chore: bump version to 2.7.1
1 parent f186c45 commit b2d1ab3

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "opendeck",
3-
"version": "2.7.0",
43
"description": "Use stream controllers",
54
"author": "Aman Khanna (nekename)",
65
"license": "GPL-3.0-or-later",

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.0",
5+
"Version": "2.7.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.7.0"
3+
version = "2.7.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,25 @@
4949
</branding>
5050

5151
<releases>
52+
<release version="2.7.1" date="2025-12-03">
53+
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.7.1</url>
54+
<description>
55+
<ul>
56+
<li>Prevent setting the current state of an action out of the bounds of its possible states</li>
57+
<li>Support dragging and dropping images onto the image input in the instance editor (#180)</li>
58+
<li>Show the correct cursors when dragging and dropping actions and images</li>
59+
<li>Sort folders and profiles in the profile manager for consistent display</li>
60+
<li>Update elgato-streamdeck to support the Discord edition of the Stream Deck Mini</li>
61+
<li>Update dependencies</li>
62+
<li>Prevent copying or overwriting images when moving or copying an instance if an instance is already present at the destination</li>
63+
<li>Add udev rules for the Discord edition of the Stream Deck Mini (#181)</li>
64+
<li>Add Visual Studio Code debug configurations (#186)</li>
65+
<li>Add Visual Studio Code workspace configuration</li>
66+
<li>Update enigo to latest upstream to receive unreleased fixes</li>
67+
<li>Collapse nested if-let statements as it was stabilised in Rust 1.88.0</li>
68+
</ul>
69+
</description>
70+
</release>
5271
<release version="2.7.0" date="2025-11-08">
5372
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.7.0</url>
5473
<description>

0 commit comments

Comments
 (0)