update readme and bump version

This commit is contained in:
4yn
2022-03-18 20:59:41 +08:00
parent d89de5e6fc
commit cd2c1d73c0
5 changed files with 13 additions and 5 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -3057,7 +3057,7 @@ dependencies = [
[[package]]
name = "slidershim"
version = "0.2.3"
version = "0.2.4"
dependencies = [
"env_logger",
"log",

View File

@@ -1,6 +1,6 @@
[package]
name = "slidershim"
version = "0.2.3"
version = "0.2.4"
description = "slidershim"
authors = ["4yn"]
license = ""

View File

@@ -2,13 +2,17 @@
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.3
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.4
===============================================
https://github.com/4yn/slidershim
# 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
- Fix first and last buttons not working with brokenithm
- Add option to disable air strings for controllers

View File

@@ -1,7 +1,7 @@
{
"package": {
"productName": "slidershim",
"version": "0.2.3"
"version": "0.2.4"
},
"build": {
"distDir": "../public",