Skip to content

Commit

Permalink
update readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
4yn committed Mar 25, 2022
1 parent 3ce8f47 commit d4d8d8b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni

## Changelog

- v0.2.6
- Add Yubideck controller support
- Add option to change Brokenithm sever port
- v0.2.5
- Add 6k and 4k keyboard output options
- Add settings for reactive LED colors
Expand Down Expand Up @@ -83,7 +86,7 @@ Voltex layout disables air tower, Neardayo layout enables air tower.
<details>
<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 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
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slidershim"
version = "0.2.5"
version = "0.2.6"
description = "slidershim"
authors = ["4yn"]
license = ""
Expand Down
5 changes: 4 additions & 1 deletion src-tauri/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.5
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.6
===============================================

https://github.com/4yn/slidershim

# Changelog

- v0.2.6
- Add Yubideck controller support
- Add option to change Brokenithm sever port
- v0.2.5
- Add 6k and 4k keyboard output options
- Add settings for reactive LED colors
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "slidershim",
"version": "0.2.5"
"version": "0.2.6"
},
"build": {
"distDir": "../public",
Expand Down

1 comment on commit d4d8d8b

@conradsoon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Please sign in to comment.