Skip to content

v0.9.0

Choose a tag to compare

@jkuri jkuri released this 18 Feb 17:51
· 222 commits to main since this release

v0.9.0 (2026-02-18)

Features

  • timeline: improve the timeline zoom and scrollbar (5689f45)
  • audio: cache denoised mic audio stream so it doesn't regenerates everytime you open the project, also use the cached stream when exporting (97d1d22)
  • timeline: add zoom to timeline (76efdb7)
  • history: make popover to rollback to specific history snaphot (b42cec8)
  • editor: save history of actions done on editor, undo/redo implemented (70f5ee3)

Bug Fixes

  • timeline: improve handlers for resize/drag on all tracks (ed3086a)
  • audio: fix denoising progress tracker to yield current right current status (73f37ed)

Chores

  • claude: add swiftui and swift concurrency skills for claude code (d6951a0)
  • export: change the order of audio bitrate options (3faca95)

Build

  • Makefile: make dmg now creates universal release for both Intel x86 and Apple Silicon (40d6d6d)