Skip to content

Commit

Permalink
release: v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jersou authored and Jérémy Soulary committed Jul 6, 2023
1 parent ca183c3 commit f2a062e
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.4] - 2023-07-07

### Bug Fixes

* fix app crash or hang on new device event : the new device detection is now
disabled (a better fix might be found later)

## [0.4.3] - 2023-07-02

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mouse_actions"
version = "0.4.3"
version = "0.4.4"
authors = ["Jerem <jersou@gmail.com>"]
repository = "https://github.com/jersou/mouse-actions"
edition = "2021"
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ half of which by shape bindings.
* when a device (like mouse or bluetooth earphone ) is added, the cursor freeze
while 2 seconds or the mouse_actions program may crash.

**→ a fix (2023-07-07) disable the detection of new devices from rdev → no
crash but new devices may not be usable with MA without restarting it**

* On PC suspend, the mouse_actions program may crash
* On wayland, the gesture button event is not propagated if there are no
detected gesture #8.

## Install / run

[Download the release](https://github.com/jersou/mouse-actions/releases), the 2
Expand Down
4 changes: 2 additions & 2 deletions config-editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mouse-actions-config-editor",
"private": true,
"version": "0.4.3",
"version": "0.4.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions config-editor/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 config-editor/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mouse_actions_config_editor"
version = "0.4.3"
version = "0.4.4"
description = "Mouse Actions Config Editor"
authors = ["Jerem <jersou@gmail.com>"]
repository = "https://github.com/jersou/mouse-actions"
Expand Down
2 changes: 1 addition & 1 deletion config-editor/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "mouse-actions-gui",
"version": "0.4.3"
"version": "0.4.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit f2a062e

Please sign in to comment.