1
0
mirror of https://github.com/4yn/slidershim.git synced 2025-02-17 10:58:35 +01:00

update readme and bump version

This commit is contained in:
4yn 2022-07-29 19:49:04 +08:00
parent b02e14ecdf
commit 0b75d1c62e
5 changed files with 8 additions and 4 deletions

View File

@ -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

2
src-tauri/Cargo.lock generated
View File

@ -2996,7 +2996,7 @@ dependencies = [
[[package]]
name = "slidershim"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"env_logger",
"log",

View File

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

View File

@ -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

View File

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