diff --git a/README.md b/README.md index 4f92623..8e023ce 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Software adapter for various Chunithm slider controllers with a built-in Brokenithm web controller. Has support for keyboard/gamepad output and LED lighting. Requires Windows 8 or later. -[Download link](https://github.com/4yn/slidershim/releases/latest) +[Download link](https://github.com/4yn/slidershim/releases/latest) | [Demo Video (Brokestalgia)](https://youtu.be/1PEtBP3cOew) > Starting 0.2.0, there are reports that windows defender may block this software. You may need to disable windows defender the first time you run slidershim. If you are not comfortable with this, you can [download an older version here](https://github.com/4yn/slidershim/releases/tag/v0.1.4) that is known to be OK with windows defender. @@ -12,6 +12,9 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni ## Changelog +- v0.2.5 + - Add 6k and 4k keyboard output options + - Add settings for reactive LED colors - v0.2.4 - Restore support for older tablet devices for brokenithm by compiling brokenithm JS with older babel preset - Fix keys staying pressed even after brokenithm controller is closed diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0d816e1..14506e7 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2995,7 +2995,7 @@ dependencies = [ [[package]] name = "slidershim" -version = "0.2.4" +version = "0.2.5" dependencies = [ "env_logger", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3cef348..1905b7a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slidershim" -version = "0.2.4" +version = "0.2.5" description = "slidershim" authors = ["4yn"] license = "" diff --git a/src-tauri/README.txt b/src-tauri/README.txt index 139f0c8..c76b4b1 100644 --- a/src-tauri/README.txt +++ b/src-tauri/README.txt @@ -2,13 +2,16 @@ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ \__ \ | | (_| | __/ | \__ \ | | | | | | | | | -|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.4 +|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.5 =============================================== https://github.com/4yn/slidershim # Changelog +- v0.2.5 + - Add 6k and 4k keyboard output options + - Add settings for reactive LED colors - v0.2.4 - Restore support for older tablet devices for brokenithm by compiling brokenithm JS with older babel preset - Fix keys staying pressed even after brokenithm controller is closed diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 00f997d..307f88e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "slidershim", - "version": "0.2.4" + "version": "0.2.5" }, "build": { "distDir": "../public",