From f135c31904f537093f8afb695e5a35301d0dbb30 Mon Sep 17 00:00:00 2001 From: 4yn <4yn@users.noreply.github.com> Date: Thu, 28 Jul 2022 02:16:06 +0800 Subject: [PATCH] bump version and update readme --- README.md | 5 ++++- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/README.txt | 5 ++++- src-tauri/tauri.conf.json | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3757777..ba4ba3f 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,11 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni ## Changelog +- v0.4.1 + - Fix misplaced checkbox label (clicking on "use DirectInput" would check "disable air" instead) + - Make Yuancon USB reports more flexible when reading data - v0.4.0 - - Add DirectInput keyboard emulation using oblitum/Interception + - Add DirectInput keyboard emulation using [oblitum/Interception](https://github.com/oblitum/Interception) - Add slide LED support for some controllers - v0.3.1 - Fix wrong key in UMIGURI keyboard layout diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index b72c4fd..e33265c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2996,7 +2996,7 @@ dependencies = [ [[package]] name = "slidershim" -version = "0.4.0" +version = "0.4.1" dependencies = [ "env_logger", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4968163..eb8dc21 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slidershim" -version = "0.4.0" +version = "0.4.1" description = "slidershim" authors = ["4yn"] license = "" diff --git a/src-tauri/README.txt b/src-tauri/README.txt index 05db1f7..4a14fe2 100644 --- a/src-tauri/README.txt +++ b/src-tauri/README.txt @@ -2,13 +2,16 @@ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ \__ \ | | (_| | __/ | \__ \ | | | | | | | | | -|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.4.0 +|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.4.1 =============================================== https://github.com/4yn/slidershim # Changelog +- v0.4.1 + - Fix misplaced checkbox label (clicking on "use DirectInput" would check "disable air" instead) + - Make Yuancon USB reports more flexible when reading data - v0.4.0 - Add DirectInput keyboard emulation using oblitum/Interception - Add slide LED support for some controllers diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fa56165..255ee50 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "slidershim", - "version": "0.4.0" + "version": "0.4.1" }, "build": { "distDir": "../public",