mirror of
https://github.com/4yn/slidershim.git
synced 2024-11-14 09:47:40 +01:00
update readme and bump version
This commit is contained in:
parent
d89de5e6fc
commit
cd2c1d73c0
@ -12,6 +12,10 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
- v0.2.4
|
||||||
|
- Restore support for older tablet devices for brokenithm by compiling brokenithm JS with older babel preset
|
||||||
|
- Fix keys staying pressed even after brokenithm controller is closed
|
||||||
|
- New Brokestalgia 28k web touch controller option
|
||||||
- v0.2.3
|
- v0.2.3
|
||||||
- Fix first and last buttons not working with brokenithm
|
- Fix first and last buttons not working with brokenithm
|
||||||
- Add option to disable air strings for controllers
|
- Add option to disable air strings for controllers
|
||||||
@ -53,7 +57,7 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
|
|||||||
> For more info on setting up firewall, check out [instructions at brokenithm-kb](https://github.com/4yn/brokenithm-kb#setup)
|
> For more info on setting up firewall, check out [instructions at brokenithm-kb](https://github.com/4yn/brokenithm-kb#setup)
|
||||||
3. Connect a touch device to the same wifi or local network as your windows machine
|
3. Connect a touch device to the same wifi or local network as your windows machine
|
||||||
> Windows hotspot works too, but make sure to give "public" firewall access
|
> Windows hotspot works too, but make sure to give "public" firewall access
|
||||||
4. Open the web controller in your tablet device web browser. One of the links should work.
|
4. Open the web controller in your touch device web browser. One of the links should work.
|
||||||
1. Either manually type in the IP address if you know what IP it is;
|
1. Either manually type in the IP address if you know what IP it is;
|
||||||
2. Or scan the generated "Broknenithm QR" to get a list of clickable links and save some typing.
|
2. Or scan the generated "Broknenithm QR" to get a list of clickable links and save some typing.
|
||||||
5. (Optional) Add the webpage to home screen and/or enable guided access to avoid accidentally exiting the web controller.
|
5. (Optional) Add the webpage to home screen and/or enable guided access to avoid accidentally exiting the web controller.
|
||||||
|
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@ -3057,7 +3057,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "slidershim"
|
name = "slidershim"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"log",
|
"log",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "slidershim"
|
name = "slidershim"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
description = "slidershim"
|
description = "slidershim"
|
||||||
authors = ["4yn"]
|
authors = ["4yn"]
|
||||||
license = ""
|
license = ""
|
||||||
|
@ -2,13 +2,17 @@
|
|||||||
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
|
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
|
||||||
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
|
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
|
||||||
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|
||||||
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.3
|
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.4
|
||||||
===============================================
|
===============================================
|
||||||
|
|
||||||
https://github.com/4yn/slidershim
|
https://github.com/4yn/slidershim
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
- v0.2.4
|
||||||
|
- Restore support for older tablet devices for brokenithm by compiling brokenithm JS with older babel preset
|
||||||
|
- Fix keys staying pressed even after brokenithm controller is closed
|
||||||
|
- New Brokestalgia 28k web touch controller option
|
||||||
- v0.2.3
|
- v0.2.3
|
||||||
- Fix first and last buttons not working with brokenithm
|
- Fix first and last buttons not working with brokenithm
|
||||||
- Add option to disable air strings for controllers
|
- Add option to disable air strings for controllers
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "slidershim",
|
"productName": "slidershim",
|
||||||
"version": "0.2.3"
|
"version": "0.2.4"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"distDir": "../public",
|
"distDir": "../public",
|
||||||
|
Loading…
Reference in New Issue
Block a user