Skip to content

Commit 2900c36

Browse files
committed
chore(release): bump version to 0.9.4
1 parent 9968010 commit 2900c36

9 files changed

Lines changed: 135 additions & 107 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.4] - 2026-07-20
11+
12+
### Added
13+
- CLI commands for probing media tracks and applying opt-in loudness and true-peak quality-control thresholds.
14+
- CLI device listing and richer doctor diagnostics for capture devices, bundled VAD engines, and build capabilities.
15+
- Dialogue-gated CLI analysis with selectable VAD engines, dialogue metrics, reference offsets, and batch-analysis support.
16+
- CLI profile validation, export, and import for managing desktop configuration without launching the UI.
17+
18+
### Changed
19+
- Dock mode is now limited to Windows and disabled on macOS.
20+
21+
### Fixed
22+
- Keyboard shortcuts are captured consistently regardless of the currently focused control.
23+
- Dock accessory windows remain open reliably while moving the pointer between related windows.
24+
- Hidden Dock editors are measured before display, preventing incorrect initial sizing.
25+
- Dock loudness history continues advancing after the retained history ring reaches capacity.
26+
1027
## [0.9.3] - 2026-07-17
1128

1229
### Changed

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
@@ -2,7 +2,7 @@
22
"name": "plvs",
33
"description": "PLVS — real-time audio metering desktop app (Peak / Loudness / Vectorscope / Spectrum)",
44
"private": true,
5-
"version": "0.9.3",
5+
"version": "0.9.4",
66
"type": "module",
77
"engines": {
88
"node": ">=20.19.0"

0 commit comments

Comments
 (0)