From 0b75d1c62efae2c62c9ad9797e3107e4e6eccbfb Mon Sep 17 00:00:00 2001 From: 4yn <4yn@users.noreply.github.com> Date: Fri, 29 Jul 2022 19:49:04 +0800 Subject: [PATCH] update readme and bump version --- README.md | 2 ++ src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/README.txt | 4 +++- src-tauri/tauri.conf.json | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba4ba3f..869a230 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.2 + - Fix HORI Project Diva gamepad slider output order - 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 diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index e33265c..8a5130f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2996,7 +2996,7 @@ dependencies = [ [[package]] name = "slidershim" -version = "0.4.1" +version = "0.4.2" dependencies = [ "env_logger", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index eb8dc21..ba8da10 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slidershim" -version = "0.4.1" +version = "0.4.2" description = "slidershim" authors = ["4yn"] license = "" diff --git a/src-tauri/README.txt b/src-tauri/README.txt index 4a14fe2..87fc180 100644 --- a/src-tauri/README.txt +++ b/src-tauri/README.txt @@ -2,13 +2,15 @@ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ \__ \ | | (_| | __/ | \__ \ | | | | | | | | | -|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.4.1 +|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.4.2 =============================================== https://github.com/4yn/slidershim # Changelog +- v0.4.2 + - Fix HORI Project Diva gamepad slider output order - 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 diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 255ee50..b2a0337 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "slidershim", - "version": "0.4.1" + "version": "0.4.2" }, "build": { "distDir": "../public",