mirror of
https://github.com/4yn/slidershim.git
synced 2024-11-12 00:40:49 +01:00
bump version and update readme
This commit is contained in:
parent
63d2724f35
commit
ec1a146449
12
README.md
12
README.md
@ -2,7 +2,7 @@
|
||||
|
||||
# [slidershim](https://github.com/4yn/slidershim)
|
||||
|
||||
Software adapter for various Chunithm slider controllers with a built-in Brokenithm web controller. Has support for keyboard/gamepad output and LED lighting.
|
||||
Software adapter for various Chunithm slider controllers with a built-in Brokenithm web controller. Has support for keyboard/gamepad output and LED lighting. Requires Windows 8 or later.
|
||||
|
||||
[Download link](https://github.com/4yn/slidershim/releases/latest)
|
||||
|
||||
@ -12,11 +12,15 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
|
||||
|
||||
## Changelog
|
||||
|
||||
- v0.2.2
|
||||
- Retcon serial slider name
|
||||
- Fix crash on some systems due to time math
|
||||
- Add link to repo
|
||||
- v0.2.1
|
||||
- Reactive + Rainbow mode
|
||||
- Fixed byte order for DIVA slider lights
|
||||
- Fixed byte order for serial slider lights
|
||||
- v0.2.0
|
||||
- Added support for Hori Project DIVA slider protocol
|
||||
- Added support for serial slider protocol
|
||||
- Added 16 key keyboard layout
|
||||
- v0.1.4
|
||||
- Initial public release
|
||||
@ -63,7 +67,7 @@ Voltex layout disables air tower, Neardayo layout enables air tower.
|
||||
- slidershim supports the GAMO2 Tasoller and Yuancon Laverita v2 controllers on HID firmware.
|
||||
- If you are using a Tasoller controller, make sure it has the correct HID firmware installed.
|
||||
- If your hardware controller is not one of these, it will not work.
|
||||
- If you have a device that communicates using serial protocol, chances are it will work with the "Diva Slider over Serial" option
|
||||
- If you have a device that communicates using serial protocol, chances are it will work with the "Slider over Serial" option
|
||||
- Hotplug is not supported. If you plugged in the controller after starting slidershim, re-connect your controller by just clicking the "Apply" button (even if it is grey).
|
||||
|
||||
</details>
|
||||
|
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@ -3057,7 +3057,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "slidershim"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
dependencies = [
|
||||
"env_logger",
|
||||
"log",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "slidershim"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
description = "slidershim"
|
||||
authors = ["4yn"]
|
||||
license = ""
|
||||
|
@ -2,18 +2,22 @@
|
||||
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
|
||||
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
|
||||
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|
||||
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.1
|
||||
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.2
|
||||
===============================================
|
||||
|
||||
https://github.com/4yn/slidershim
|
||||
|
||||
# Changelog
|
||||
|
||||
- v0.2.2
|
||||
- Retcon serial slider name
|
||||
- Fix crash on some systems due to time math
|
||||
- Add link to repo
|
||||
- v0.2.1
|
||||
- Reactive + Rainbow mode
|
||||
- Fixed byte order for DIVA slider lights
|
||||
- Fixed byte order for serial slider lights
|
||||
- v0.2.0
|
||||
- Added support for Hori Project DIVA slider protocol
|
||||
- Added support for serial slider protocol
|
||||
- Added 16 key keyboard layout
|
||||
- v0.1.4
|
||||
- Initial public release
|
||||
- Initial public release
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"package": {
|
||||
"productName": "slidershim",
|
||||
"version": "0.2.1"
|
||||
"version": "0.2.2"
|
||||
},
|
||||
"build": {
|
||||
"distDir": "../public",
|
||||
|
Loading…
Reference in New Issue
Block a user