Skip to content

Release 2.0.9: editing batch (#207 #206 #205 #204 #203 #201 #200 #199 #198)#212

Merged
Sportinger merged 2 commits into
masterfrom
ui-batch-2
May 31, 2026
Merged

Release 2.0.9: editing batch (#207 #206 #205 #204 #203 #201 #200 #199 #198)#212
Sportinger merged 2 commits into
masterfrom
ui-batch-2

Conversation

@Sportinger

Copy link
Copy Markdown
Owner

Editing-focused batch, verified in-app. Build + lint + 3306 tests green.

Closes #207
Closes #206
Closes #205
Closes #204
Closes #203
Closes #201
Closes #200
Closes #199
Closes #198

Changes

Also (refinements verified during review)

  • Edit-mode click selects the topmost layer (z-order fix)
  • Arrow-key clip nudging in edit mode (Alt larger / Ctrl finer, zoom-aware)
  • Drag-reorder video layers (z-order) and audio/MIDI tracks via a left-edge grip on track headers
  • Live text-selection highlight while dragging

🤖 Generated with Claude Code

Sportinger and others added 2 commits May 31, 2026 13:36
The migration step shares stdin with the spawned Vite process, so Wrangler's
interactive Y/n confirmation could never be answered (Vite consumes the
keypress). Pass CI=true to the migration child so Wrangler auto-applies, via a
new per-process envOverrides arg on spawnNodeProcess.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Issues:
- #207 Delete removes selected media-panel items
- #206 text-clip editing integrated into layer-edit mode (double-click to type)
- #205 normal resize handles by default; Ctrl = free corners (no Shift-to-align)
- #204 new text field fills the composition
- #203 source player replays audio files
- #201 slot/grid view scrubs video previews on hover
- #200 browser back/swipe no longer leaves the app
- #199 AI tray prefetches heavy chunk so first expand isn't laggy
- #198 panel "Change to" submenu scrolls

Also: edit-mode click selects the topmost layer, arrow-key clip nudging
(Alt larger / Ctrl finer, zoom-aware), drag-reorder of video layers and
audio/MIDI tracks, themed text-edit pasteboard backdrop, and live selection
highlight while dragging.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment