diff --git a/README.md b/README.md index 8e023ce..f3da39d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni ## Changelog +- v0.2.6 + - Add Yubideck controller support + - Add option to change Brokenithm sever port - v0.2.5 - Add 6k and 4k keyboard output options - Add settings for reactive LED colors @@ -83,7 +86,7 @@ Voltex layout disables air tower, Neardayo layout enables air tower.
My controller is not recognised -- slidershim supports the GAMO2 Tasoller and Yuancon Laverita v2 controllers on HID firmware. +- slidershim supports the GAMO2 Tasoller, Yuancon Laverita v2 and ZhouSensor 大四 / Yubideck controllers on HID firmware. - If you are using a Tasoller controller, make sure it has the correct HID firmware installed. - If your hardware controller is not one of these, it will not work. - If you have a device that communicates using serial protocol, chances are it will work with the "Slider over Serial" option diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 14506e7..16e9583 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2995,7 +2995,7 @@ dependencies = [ [[package]] name = "slidershim" -version = "0.2.5" +version = "0.2.6" dependencies = [ "env_logger", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1905b7a..99586fb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slidershim" -version = "0.2.5" +version = "0.2.6" description = "slidershim" authors = ["4yn"] license = "" diff --git a/src-tauri/README.txt b/src-tauri/README.txt index c76b4b1..c5b7fa6 100644 --- a/src-tauri/README.txt +++ b/src-tauri/README.txt @@ -2,13 +2,16 @@ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ \__ \ | | (_| | __/ | \__ \ | | | | | | | | | -|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.5 +|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.6 =============================================== https://github.com/4yn/slidershim # Changelog +- v0.2.6 + - Add Yubideck controller support + - Add option to change Brokenithm sever port - v0.2.5 - Add 6k and 4k keyboard output options - Add settings for reactive LED colors diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 307f88e..f54b160 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "slidershim", - "version": "0.2.5" + "version": "0.2.6" }, "build": { "distDir": "../public",