From fadacc2e336f3463240a275a1f9d4ca201683406 Mon Sep 17 00:00:00 2001 From: ninjadev64 <63245705+ninjadev64@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:07:04 +0000 Subject: [PATCH] Bump version to 2.3.0 --- README.md | 4 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index da11374..71fe867 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ OpenDeck is a desktop application for using stream controller devices like the Elgato Stream Deck. OpenDeck conforms to the [OpenAction](https://openaction.amankhanna.me/) API, which is cross-compatible with the Stream Deck SDK, allowing a wide range of plugins made for Elgato's first-party Windows and macOS software to be used. -OpenDeck supports ProntoKey, Elgato Stream Deck and some Ajazz hardware on all three major desktop platforms. If you would like to contribute support for additional hardware (e.g. Loupedeck) feel free to reach out on any of the support forums and make a pull request! +OpenDeck supports Elgato Stream Deck and [some](https://github.com/streamduck-org/elgato-streamdeck?tab=readme-ov-file#supported-devices) Ajazz hardware on all three major desktop platforms, and support for additional hardware can be registered by plugins. If you would like to contribute support for additional hardware (e.g. Loupedeck) feel free to reach out on any of the support forums and make a pull request! If you would like to support development of OpenDeck, consider [sponsoring me](https://github.com/sponsors/ninjadev64) on GitHub Sponsors! @@ -75,7 +75,7 @@ To enable automatic launch on startup, the light theme, to change the language p ### Building from source / contributing -You'll need to ensure that all of the [prerequisites for building a Tauri application](https://tauri.app/start/prerequisites) are satisfied to build OpenDeck, as well as making sure that [Deno](https://deno.com/) is installed. On GNU+Linux, you'll also need `libudev` installed for your distribution. You can then use `deno task tauri dev` and `deno task tauri build` to work with OpenDeck. +When cloning this repository, make sure to pull its submodules with it (`git submodule update --init` after cloning or `git clone --recurse-submodules`). You'll need to ensure that all of the [prerequisites for building a Tauri application](https://tauri.app/start/prerequisites) are satisfied to build OpenDeck, as well as making sure that [Deno](https://deno.com/) is installed. On GNU+Linux, you'll also need `libudev` installed for your distribution. You can then use `deno task tauri dev` and `deno task tauri build` to work with OpenDeck. Before each commit, please ensure that all of the following are completed: 1. Rust code has been linted using `cargo clippy` and it discovers no violations diff --git a/package.json b/package.json index f36adb1..8ce61e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opendeck", - "version": "2.2.1", + "version": "2.3.0", "description": "Use stream controllers", "author": "ninjadev64", "license": "GPL-3.0-or-later", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c026aab..f997207 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3118,7 +3118,7 @@ dependencies = [ [[package]] name = "opendeck" -version = "2.2.1" +version = "2.3.0" dependencies = [ "active-win-pos-rs", "anyhow", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3eabd77..58ce3cc 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opendeck" -version = "2.2.1" +version = "2.3.0" description = "Use stream controllers" authors = ["ninjadev64"] license = "GPL-3.0-or-later" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6f785df..24ad965 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -40,7 +40,7 @@ }, "productName": "OpenDeck", "mainBinaryName": "opendeck", - "version": "2.2.1", + "version": "2.3.0", "identifier": "opendeck", "plugins": { "deep-link": {