Skip to content

Commit 4c6c6c5

Browse files
committed
chore(release): v0.7.2
1 parent 7a2276c commit 4c6c6c5

6 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.2] — 2026-07-02
11+
12+
### Added
13+
- **Factory-defaults detector.** When the Razer software fails to apply the
14+
remap profile (a known Synapse 4 autostart bug), the mouse silently types
15+
factory digits 1–12 and bindings just stop working. Sidearm now recognizes
16+
the driver's re-injection signature at the keyboard-hook level and warns
17+
with a toast plus a Diagnostics entry instead of failing silently. The
18+
verification wizard's "no signal" hint now also points at Razer Synapse /
19+
onboard memory as the likely cause.
20+
21+
### Changed
22+
- **Global shortcut is captured, not typed.** Settings → App now records the
23+
show/hide hotkey from an actual keypress — layout-independent, so it works
24+
on Cyrillic layouts — and applies it immediately, without an app restart.
25+
An unrelated settings save no longer re-registers (and briefly drops) the
26+
live hotkey.
27+
1028
## [0.7.1] — 2026-07-01
1129

1230
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sidearm",
33
"private": true,
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sidearm"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "Desktop workflow studio for multi-button mice"
55
authors = ["User"]
66
edition = "2024"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Sidearm",
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"identifier": "com.sidearm.desktop",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)