Skip to content

Commit f7d3124

Browse files
committed
chore(release): v0.34.4
1 parent 0edb39a commit f7d3124

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.34.4] - 2026-03-02
912
### Fixed
1013
- Unified `Close` behavior: toolbar `Close` and `File -> Close` now use the same close-to-empty flow (no implicit auto-open of another file).
1114
- Empty-buffer flow: after closing to `Untitled (unsaved)`, typing now creates a working document state so `Save` works reliably (opens `Save As` when needed).
@@ -14,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1417
### Changed
1518
- Settings editor now supports rectangular selection (`Alt+drag`, with `Ctrl+Shift+drag` fallback where OS intercepts `Alt` drag).
1619

17-
1820
## [0.34.3] - 2026-02-28
1921
### Added
2022
- Focus playback regression fixture for `X:218 Slide Dance` (`devtools/focus_playback_harness/fixtures/slide_dance_x218_focus_repeat.abc`) with explicit reprise-boundary coverage.

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