Skip to content

Commit ea7f912

Browse files
committed
chore(release): v0.2.3
1 parent 6b6eabc commit ea7f912

6 files changed

Lines changed: 19 additions & 6 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.3] — 2026-06-20
11+
12+
### Added
13+
- **Reorder macro steps.** Sequence-action steps can now be moved up or down
14+
with ↑/↓ controls on each step card; previously they could only be added,
15+
edited or deleted.
16+
- **Keyboard shortcuts for common commands.** New profile (Ctrl+N), add rule
17+
(Ctrl+Shift+A) and capture active window (Ctrl+Shift+C) now have shortcuts,
18+
surfaced in the command palette.
19+
1020
### Fixed
1121
- **Input placeholders meet WCAG AA contrast.** `.field` input/textarea placeholders
1222
used `rgba(226,236,218,0.45)` (~3.8:1 on the dark surface, below the 4.5:1 floor);
1323
they now use `--c-text-muted`, matching the search/palette placeholders.
1424

1525
### Changed
26+
- **Distinct labels for the two capture buttons.** In the shortcut-action editor
27+
the key-capture and signal-capture rows both showed a generic “Record” button;
28+
they are now “Record key” / “Record signal” so it is clear which records what.
1629
- **All settings segment-controls use the shared `PillTrack`.** The six OSD and
1730
capture-tuning toggles (duration / position / font size / animation / stale-GC
1831
window / force-release window) were hand-rolled `action-button` groups — a third

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.2.2",
4+
"version": "0.2.3",
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.2.2"
3+
version = "0.2.3"
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.2.2",
4+
"version": "0.2.3",
55
"identifier": "com.sidearm.desktop",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)