diff --git a/README.md b/README.md index 869a230..7a34178 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni ## Changelog +- v0.4.3 + - Make Yubideck USB reports more flexible when reading data - v0.4.2 - Fix HORI Project Diva gamepad slider output order - v0.4.1 @@ -20,6 +22,11 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni - v0.4.0 - Add DirectInput keyboard emulation using [oblitum/Interception](https://github.com/oblitum/Interception) - Add slide LED support for some controllers + +
+ +Older changelog + - v0.3.1 - Fix wrong key in UMIGURI keyboard layout - v0.3.0 @@ -57,6 +64,8 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni - v0.1.4 - Initial public release +
+ ## Setup Instructions 1. [Download here](https://github.com/4yn/slidershim/releases/latest) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 8a5130f..26e66b1 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2996,7 +2996,7 @@ dependencies = [ [[package]] name = "slidershim" -version = "0.4.2" +version = "0.4.3" dependencies = [ "env_logger", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ba8da10..db5cba1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slidershim" -version = "0.4.2" +version = "0.4.3" description = "slidershim" authors = ["4yn"] license = "" diff --git a/src-tauri/README.txt b/src-tauri/README.txt index 87fc180..b01761c 100644 --- a/src-tauri/README.txt +++ b/src-tauri/README.txt @@ -2,13 +2,15 @@ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ \__ \ | | (_| | __/ | \__ \ | | | | | | | | | -|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.4.2 +|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.4.3 =============================================== https://github.com/4yn/slidershim # Changelog +- v0.4.3 + - Make Yubideck USB reports more flexible when reading data - v0.4.2 - Fix HORI Project Diva gamepad slider output order - v0.4.1 diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b2a0337..e4c4cde 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "slidershim", - "version": "0.4.2" + "version": "0.4.3" }, "build": { "distDir": "../public",