Skip to content

Commit eb97ddf

Browse files
committed
Release 1.5.11
1 parent 66b9254 commit eb97ddf

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-24",
4+
"type": "fix",
5+
"title": "Slot Clip In/Out Ranges Now Drive Playback Start",
6+
"description": "Slot Clip launch, restart, and editor-open playback now start from the configured slot In point, while normal timeline playback also respects active In/Out ranges before playback begins.",
7+
"section": "Slot Grid / Playback",
8+
"commits": [
9+
"66b92542"
10+
]
11+
},
12+
{
13+
"date": "2026-04-24",
14+
"type": "improve",
15+
"title": "Slot Grid MIDI Mapping and Slot Clip Controls Improved",
16+
"description": "Slot MIDI mapping now has clearer summaries and conflict handling, and the Slot Clip properties view includes a transport-aware range editor for per-slot playback control.",
17+
"section": "Slot Grid / MIDI",
18+
"commits": [
19+
"c842fce9"
20+
]
21+
},
222
{
323
"date": "2026-04-24",
424
"type": "fix",

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.10';
3+
export const APP_VERSION = '1.5.11';
44

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

0 commit comments

Comments
 (0)