Skip to content

Commit 8ed4d73

Browse files
committed
chore(release): v0.34.0
1 parent edd603c commit 8ed4d73

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
11+
## [0.34.0] - 2026-02-26
812
### Added
913
- abc2svg tooling: new `npm run abc2svg:fetch-tip` helper to download latest upstream tip zip into `third_party/_upd/`.
1014
- About diagnostics: show current bundled `abc2svg` version/date in system information.
@@ -17,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1721
### Fixed
1822
- File-header sanitization now preserves all content inside `%%beginsvg ... %%endsvg` blocks (no line stripping inside SVG blocks).
1923

20-
2124
## [0.33.1] - 2026-02-21
2225
### Changed
2326
- Follow playback synchronization now resolves note anchors by nearest timing (forward-biased on ties) to reduce visual lag/jitter in dense multi-voice passages.

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