From 7178e614b1cd953dc16aa6dc3fbad3cd23754651 Mon Sep 17 00:00:00 2001 From: 4yn Date: Tue, 22 Feb 2022 23:15:34 +0800 Subject: [PATCH] bump version --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/README.txt | 14 +++++++++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 13cd806..8a9c55c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3057,7 +3057,7 @@ dependencies = [ [[package]] name = "slidershim" -version = "0.1.4" +version = "0.2.0" dependencies = [ "env_logger", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8023141..cb7f1e2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slidershim" -version = "0.1.4" +version = "0.2.0" description = "slidershim" authors = ["4yn"] license = "" diff --git a/src-tauri/README.txt b/src-tauri/README.txt index f77f222..b3f3e74 100644 --- a/src-tauri/README.txt +++ b/src-tauri/README.txt @@ -2,7 +2,15 @@ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ \__ \ | | (_| | __/ | \__ \ | | | | | | | | | -|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| -=============================================== +|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.0 +=============================================== -https://github.com/4yn/slidershim \ No newline at end of file +https://github.com/4yn/slidershim + +# Changelog + +- v0.2.0 + - Added support for Hori Project DIVA slider protocol + - Added 16 key keyboard layout +- v0.1.4 + - Initial public release \ No newline at end of file