Skip to content

Commit 4408b6b

Browse files
committed
chore(release): v0.33.1
1 parent ab50da3 commit 4408b6b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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+
## [0.33.1] - 2026-02-21
811
### Changed
912
- Follow playback synchronization now resolves note anchors by nearest timing (forward-biased on ties) to reduce visual lag/jitter in dense multi-voice passages.
1013
- Follow auto-scroll during playback now uses deterministic instant movement (no easing), eliminating delayed “catch-up” behavior on long scores.

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