mirror of
https://github.com/4yn/slidershim.git
synced 2024-11-12 00:40:49 +01:00
update readme and bump version
This commit is contained in:
parent
3ce8f47905
commit
d4d8d8be09
@ -12,6 +12,9 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
- v0.2.6
|
||||||
|
- Add Yubideck controller support
|
||||||
|
- Add option to change Brokenithm sever port
|
||||||
- v0.2.5
|
- v0.2.5
|
||||||
- Add 6k and 4k keyboard output options
|
- Add 6k and 4k keyboard output options
|
||||||
- Add settings for reactive LED colors
|
- Add settings for reactive LED colors
|
||||||
@ -83,7 +86,7 @@ Voltex layout disables air tower, Neardayo layout enables air tower.
|
|||||||
<details>
|
<details>
|
||||||
<summary><strong>My controller is not recognised</strong></summary>
|
<summary><strong>My controller is not recognised</strong></summary>
|
||||||
|
|
||||||
- slidershim supports the GAMO2 Tasoller and Yuancon Laverita v2 controllers on HID firmware.
|
- slidershim supports the GAMO2 Tasoller, Yuancon Laverita v2 and ZhouSensor 大四 / Yubideck controllers on HID firmware.
|
||||||
- If you are using a Tasoller controller, make sure it has the correct HID firmware installed.
|
- 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 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 "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
|
||||||
|
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@ -2995,7 +2995,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "slidershim"
|
name = "slidershim"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"log",
|
"log",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "slidershim"
|
name = "slidershim"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
description = "slidershim"
|
description = "slidershim"
|
||||||
authors = ["4yn"]
|
authors = ["4yn"]
|
||||||
license = ""
|
license = ""
|
||||||
|
@ -2,13 +2,16 @@
|
|||||||
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
|
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
|
||||||
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
|
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
|
||||||
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|
||||||
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.5
|
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.6
|
||||||
===============================================
|
===============================================
|
||||||
|
|
||||||
https://github.com/4yn/slidershim
|
https://github.com/4yn/slidershim
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
- v0.2.6
|
||||||
|
- Add Yubideck controller support
|
||||||
|
- Add option to change Brokenithm sever port
|
||||||
- v0.2.5
|
- v0.2.5
|
||||||
- Add 6k and 4k keyboard output options
|
- Add 6k and 4k keyboard output options
|
||||||
- Add settings for reactive LED colors
|
- Add settings for reactive LED colors
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "slidershim",
|
"productName": "slidershim",
|
||||||
"version": "0.2.5"
|
"version": "0.2.6"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"distDir": "../public",
|
"distDir": "../public",
|
||||||
|
Loading…
Reference in New Issue
Block a user