1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-11-27 23:10:49 +01:00

bump version

This commit is contained in:
4yn 2022-02-23 00:35:45 +08:00
parent dedc8cace4
commit e9510bcfa0
5 changed files with 10 additions and 4 deletions

View File

@ -12,6 +12,9 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
## Changelog ## Changelog
- v0.2.1
- Reactive + Rainbow mode
- Fixed byte order for DIVA slider lights
- v0.2.0 - v0.2.0
- Added support for Hori Project DIVA slider protocol - Added support for Hori Project DIVA slider protocol
- Added 16 key keyboard layout - Added 16 key keyboard layout

2
src-tauri/Cargo.lock generated
View File

@ -3057,7 +3057,7 @@ dependencies = [
[[package]] [[package]]
name = "slidershim" name = "slidershim"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"env_logger", "env_logger",
"log", "log",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "slidershim" name = "slidershim"
version = "0.2.0" version = "0.2.1"
description = "slidershim" description = "slidershim"
authors = ["4yn"] authors = ["4yn"]
license = "" license = ""

View File

@ -2,13 +2,16 @@
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
\__ \ | | (_| | __/ | \__ \ | | | | | | | | | \__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.0 |___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.1
=============================================== ===============================================
https://github.com/4yn/slidershim https://github.com/4yn/slidershim
# Changelog # Changelog
- v0.2.1
- Reactive + Rainbow mode
- Fixed byte order for DIVA slider lights
- v0.2.0 - v0.2.0
- Added support for Hori Project DIVA slider protocol - Added support for Hori Project DIVA slider protocol
- Added 16 key keyboard layout - Added 16 key keyboard layout

View File

@ -1,7 +1,7 @@
{ {
"package": { "package": {
"productName": "slidershim", "productName": "slidershim",
"version": "0.2.0" "version": "0.2.1"
}, },
"build": { "build": {
"distDir": "../public", "distDir": "../public",