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 Apr 2, 2022
1 parent 62551a2 commit f0ed581
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni

## Changelog

- v0.2.7
- Add HORI Project Diva gamepad output and lighting mode
- v0.2.6
- Add Yubideck controller support
- Add option to change Brokenithm sever port
Expand Down
27 changes: 27 additions & 0 deletions res/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@
"ll lr fl fl fr fr rl rr";
}

.ground.ground-diva {
grid: repeat(2, 1fr) / repeat(4, 1fr);
grid-template-areas:
"sl sl sl sl"
"a b c d";
}

.air {
grid-area: a;

Expand Down Expand Up @@ -417,5 +424,25 @@
<div>[guide]</div>
</div>
</div>
<div class="layout">
<div class="name">PS4, HORI DIVA Future Tone ASC Layout</div>
<div class="ground ground-diva">
<div style="grid-area: sl">[slider]</div>
<div style="grid-area: a">Triangle</div>
<div style="grid-area: b">Square</div>
<div style="grid-area: c">Cross</div>
<div style="grid-area: d">Circle</div>
</div>
<div class="air air-single">
<div>
<span style="writing-mode: vertical-lr">[disabled]</span>
</div>
</div>
<div class="extra">
<div>[disabled]</div>
<div>[disabled]</div>
<div>[disabled]</div>
</div>
</div>
</body>
</html>
Binary file modified res/layouts/layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.6"
version = "0.2.7"
description = "slidershim"
authors = ["4yn"]
license = ""
Expand Down
4 changes: 3 additions & 1 deletion src-tauri/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.6
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.7
===============================================

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

# Changelog

- v0.2.7
- Add HORI Project Diva gamepad output and lighting mode
- v0.2.6
- Add Yubideck controller support
- Add option to change Brokenithm sever port
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.6"
"version": "0.2.7"
},
"build": {
"distDir": "../public",
Expand Down

0 comments on commit f0ed581

Please sign in to comment.