1
0
mirror of https://github.com/4yn/slidershim.git synced 2025-02-20 04:01:04 +01:00

bump version and add readme

This commit is contained in:
4yn 2022-08-08 23:00:53 +08:00
parent e285bdb999
commit 828f480424
5 changed files with 15 additions and 4 deletions

View File

@ -12,6 +12,8 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
## Changelog ## Changelog
- v0.4.3
- Make Yubideck USB reports more flexible when reading data
- v0.4.2 - v0.4.2
- Fix HORI Project Diva gamepad slider output order - Fix HORI Project Diva gamepad slider output order
- v0.4.1 - v0.4.1
@ -20,6 +22,11 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
- v0.4.0 - v0.4.0
- Add DirectInput keyboard emulation using [oblitum/Interception](https://github.com/oblitum/Interception) - Add DirectInput keyboard emulation using [oblitum/Interception](https://github.com/oblitum/Interception)
- Add slide LED support for some controllers - Add slide LED support for some controllers
<details>
<summary>Older changelog</summary>
- v0.3.1 - v0.3.1
- Fix wrong key in UMIGURI keyboard layout - Fix wrong key in UMIGURI keyboard layout
- v0.3.0 - v0.3.0
@ -57,6 +64,8 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
- v0.1.4 - v0.1.4
- Initial public release - Initial public release
</details>
## Setup Instructions ## Setup Instructions
1. [Download here](https://github.com/4yn/slidershim/releases/latest) 1. [Download here](https://github.com/4yn/slidershim/releases/latest)

2
src-tauri/Cargo.lock generated
View File

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

View File

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

View File

@ -2,13 +2,15 @@
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
\__ \ | | (_| | __/ | \__ \ | | | | | | | | | \__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.4.2 |___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.4.3
=============================================== ===============================================
https://github.com/4yn/slidershim https://github.com/4yn/slidershim
# Changelog # Changelog
- v0.4.3
- Make Yubideck USB reports more flexible when reading data
- v0.4.2 - v0.4.2
- Fix HORI Project Diva gamepad slider output order - Fix HORI Project Diva gamepad slider output order
- v0.4.1 - v0.4.1

View File

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