1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-09-23 18:58:27 +02:00
slidershim/src-tauri
2023-10-05 21:05:11 +08:00
..
icons bump tauri version 2022-07-24 13:15:35 +08:00
res static include 2022-02-07 11:47:11 +08:00
src use statically linked interception library for directinput emulation 2022-07-24 21:12:40 +08:00
.gitignore initial tauri setup 2022-01-27 19:37:27 +08:00
Cargo.lock bump version number 2023-10-05 21:05:11 +08:00
Cargo.toml bump version number 2023-10-05 21:05:11 +08:00
README.txt bump version number 2023-10-05 21:05:11 +08:00
rustfmt.toml initial tauri setup 2022-01-27 19:37:27 +08:00
tauri.conf.json bump version number 2023-10-05 21:05:11 +08:00

     _ _     _               _     _           
 ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___  
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ 
\__ \ | | (_| |  __/ |  \__ \ | | | | | | | | |
|___/_|_|\__,_|\___|_|  |___/_| |_|_|_| |_| |_| v0.5.1
=============================================== 

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

# Changelog

- v0.5.1
  - Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212
- v0.5.0
  - Support for Yubideck 3.0 firmware
- v0.4.3
  - Make Yubideck USB reports more flexible when reading data
- v0.4.2
  - Fix HORI Project Diva gamepad slider output order
- v0.4.1
  - Fix misplaced checkbox label (clicking on "use DirectInput" would check "disable air" instead)
  - Make Yuancon USB reports more flexible when reading data
- v0.4.0
  - Add DirectInput keyboard emulation using oblitum/Interception
  - Add slide LED support for some controllers
- v0.3.1
  - Fix wrong key in UMIGURI keyboard layout
- v0.3.0
  - Add UMIGURI LED controller server support
  - Add UMIGURI default keyboard layout
- v0.2.8
  - Add slider only layout (no buttons) for Project Diva gamepad output
  - Add options button to Project Diva gamepad output
- 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
- v0.2.5
  - Add 6k and 4k keyboard output options
  - Add settings for reactive LED colors
- 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
  - Add option to slow down lighting updates
- v0.2.2
  - Retcon serial slider name
  - Fix crash on some systems due to time math
  - Add link to repo
- v0.2.1
  - Reactive + Rainbow mode
  - Fixed byte order for serial slider lights
- v0.2.0
  - Added support for serial slider protocol
  - Added 16 key keyboard layout
- v0.1.4
  - Initial public release