Skip to content

Commit 2b6f61b

Browse files
committed
chore(release): v0.33.0
1 parent 4b2d0c0 commit 2b6f61b

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.33.0] - 2026-02-16
912
### Added
1013
- Export: MP3 export via external `TiMidity++ -> FFmpeg (libmp3lame)` pipeline (`File -> Export -> MP3…`) with runtime availability checks.
1114
- Settings: configurable paths for MP3 toolchain binaries (`MP3 export: TiMidity++ path`, `MP3 export: FFmpeg path`) with PATH auto-detection fallback.
@@ -25,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2528
- Focus playback harness extended for muted-voice invariance and first-voice fallback (`V:1` implicit mapping).
2629
- Note preview harness extended with regression coverage for inline field suppression (`[P:...]` should not sound).
2730

28-
2931
## [0.32.3] - 2026-02-14
3032
### Added
3133
- Tools → Transform: new `Reflow by Linebreak Marker` action that reflows by `I:linebreak` / `%%linebreak` marker (default `$`).

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