Skip to content

Commit f24ee4d

Browse files
committed
chore: update version to 2.10.0
1 parent 4663a49 commit f24ee4d

4 files changed

Lines changed: 26 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.9.1",
5+
"Version": "2.10.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.9.1"
3+
version = "2.10.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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,29 @@
5353
</branding>
5454

5555
<releases>
56+
<release version="2.10.0" date="2026-02-28">
57+
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.10.0</url>
58+
<description>
59+
<ul>
60+
<li>refactor: replace svelte.config.js with svelte.config.ts to eliminate untyped code</li>
61+
<li>fix: prevent updating images for non-visual Elgato devices</li>
62+
<li>refactor: clean out unneeded sections of sdpi.css to reduce bloat</li>
63+
<li>feat: move to a navbar-based layout on the home screen for easier navigation</li>
64+
<li>refactor: replace `fs2` crate with stabilised `std::fs` equivalents</li>
65+
<li>fix: prevent concurrent operations on plugin global settings files to ensure did_receive_global_settings can read a complete file</li>
66+
<li>docs: add issue and pull request preflight checklists to reduce administrative overhead during issue and pull request review</li>
67+
<li>feat: remove light mode support as it was poorly maintained</li>
68+
<li>feat: refine styling across the application for better contrast and consistency</li>
69+
<li>fix: initialise tray icon with a static id (#252)</li>
70+
<li>fix: limit redraws to rotation setting changes to stop key canvas flickering</li>
71+
<li>fix: ensure popups opened by property inspectors are able to take up the full viewport height</li>
72+
<li>chore: ensure all Markdown files are excluded from the Deno formatter</li>
73+
<li>docs: update screenshots</li>
74+
<li>fix: extend canvas locking mechanism to canvas clearing to ensure operation order is preserved and prevent painting ghost images</li>
75+
<li>fix: clear image on device as well as in the UI when clearing the canvas due to the slot becoming empty in case another render occurred since the device was cleared on profile switch</li>
76+
</ul>
77+
</description>
78+
</release>
5679
<release version="2.9.1" date="2026-02-14">
5780
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.9.1</url>
5881
<description>

0 commit comments

Comments
 (0)