1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-11-23 21:40:57 +01:00

bump version and readme

This commit is contained in:
4yn 2022-06-26 01:15:58 +08:00
parent 3e36cc551f
commit d81664ba7c
4 changed files with 7 additions and 4 deletions

2
src-tauri/Cargo.lock generated
View File

@ -2995,7 +2995,7 @@ dependencies = [
[[package]]
name = "slidershim"
version = "0.2.8"
version = "0.3.0"
dependencies = [
"env_logger",
"log",

View File

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

View File

@ -2,13 +2,16 @@
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.8
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.3.0 UMIGURI UPDATE
===============================================
https://github.com/4yn/slidershim
# Changelog
- v0.3.0
- Add UMIGURI LED controller server support
- Add UMIGURI default keyboard layout
- v0.2.8
- Add slider only layout (no buttons) for Project Diva gamepad output
- Add options button to Project Diva gamepad output

View File

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