Skip to content

Commit 1dc4a63

Browse files
committed
chore: bump version to 0.3.9
1 parent a734356 commit 1dc4a63

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.3.9 — 2026-04-03
4+
5+
### Corrections
6+
7+
- Use SW_HIDE instead of SW_SHOWMINIMIZED to reliably hide app windows on launch
8+
39
## v0.3.8 — 2026-04-03
410

511
### Corrections

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["launcher", "cec-daemon"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.3.8"
6+
version = "0.3.9"
77

88
[profile.release]
99
opt-level = "z"

0 commit comments

Comments
 (0)