Skip to content

Commit

Permalink
bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
4yn committed Jul 27, 2022
1 parent 396e77a commit f135c31
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,8 +12,11 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni

## Changelog

- 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 DirectInput keyboard emulation using [oblitum/Interception](https://github.com/oblitum/Interception)
- Add slide LED support for some controllers
- v0.3.1
- Fix wrong key in UMIGURI keyboard layout
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.4.0"
version = "0.4.1"
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.4.0
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.4.1
===============================================

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

# Changelog

- 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
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.4.0"
"version": "0.4.1"
},
"build": {
"distDir": "../public",
Expand Down

0 comments on commit f135c31

Please sign in to comment.