Skip to content

Commit eefcc19

Browse files
committed
chore: release 1.5.8
1 parent 8e2701c commit eefcc19

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

src/changelog-data.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
[
2+
{
3+
"date": "2026-04-23",
4+
"type": "new",
5+
"title": "Browser MIDI Control Added with Learn Mode and a Dedicated Mapping Panel",
6+
"description": "MasterSelects now supports direct browser MIDI input over Web MIDI with a dedicated Settings tab, transport bindings, a dockable MIDI Mapping panel, note learn mode, manual reassignment, and project-persistent marker plus transport mappings.",
7+
"section": "MIDI / Workflow",
8+
"commits": [
9+
"8e2701c3"
10+
]
11+
},
12+
{
13+
"date": "2026-04-23",
14+
"type": "improve",
15+
"title": "Timeline Markers Can Now Trigger Playback and Auto-Stop the Playhead",
16+
"description": "Markers now expose right-click MIDI actions for Jump, Play From Marker, and Jump To Marker And Stop, and any marker can be turned into a Stop Marker so playback halts automatically when the playhead crosses it.",
17+
"section": "Timeline / Markers",
18+
"commits": [
19+
"8e2701c3"
20+
]
21+
},
222
{
323
"date": "2026-04-18",
424
"type": "new",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// App version
22
// Format: MAJOR.MINOR.PATCH
3-
export const APP_VERSION = '1.5.5';
3+
export const APP_VERSION = '1.5.8';
44

55
export interface ChangelogNotice {
66
type: 'info' | 'warning' | 'success' | 'danger';

0 commit comments

Comments
 (0)