Skip to content

Commit 8014f52

Browse files
committed
chore(release): v0.32.3
1 parent 0c024aa commit 8014f52

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.3] - 2026-02-14
912
### Added
1013
- Tools → Transform: new `Reflow by Linebreak Marker` action that reflows by `I:linebreak` / `%%linebreak` marker (default `$`).
1114
- Measures harness: added regression fixtures/cases for linebreak-marker reflow, including marker-tail comments (`$ %N`) and mid-block inline comments.
@@ -20,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2023
- File-header toggle buttons (`Errors`/`Follow`/`Globals`) no longer lose icons during runtime state updates.
2124
- Renderer build guard now enforces inline toolbar SVG sprite usage (macOS-safe path; prevents regressions to external icon loading).
2225

23-
2426
## [0.32.2] - 2026-02-14
2527
### Fixed
2628
- Focus playback: segment bar-range resolution no longer shifts when muted voices are configured; From/To now resolve deterministically from score bar numbering.

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.2",
3+
"version": "0.32.3",
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)