Skip to content

Commit d7893a6

Browse files
committed
chore(release): v0.32.2
1 parent 46febb1 commit d7893a6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
10+
11+
## [0.32.2] - 2026-02-14
912
### Fixed
1013
- Focus playback: segment bar-range resolution no longer shifts when muted voices are configured; From/To now resolve deterministically from score bar numbering.
1114
- Focus toolbar: `From` and `To` fields are now independent while editing (no cross-overwrite during typing).
@@ -14,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1417
### Changed
1518
- Added/expanded automated Focus regression harness scenarios for reprise/volta boundary resolution and muted-voice invariance.
1619

17-
1820
## [0.32.1] - 2026-02-13
1921
### Fixed
2022
- Typing note preview now ignores non-musical text contexts (headers/comments/lyrics/quoted text), so ordinary prose editing no longer triggers note audio.

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,6 +1,6 @@
11
{
22
"name": "abc-electron-proto",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "Desktop application for working with music in ABC notation.",
55
"main": "src/main/index.js",
66
"private": true,

0 commit comments

Comments
 (0)