This content originally appeared on DEV Community and was authored by kinandev
Hey devs,
The wheels are still turning! After three weeks of solo hacking, Iβm happy to announce Delta 1.0.0, the bleeding-edge development build of our free, open-source video editor. Hereβs everything you need to know.
Release road-map (why the weird version numbers?)
Delta β unstable, rewrite-friendly.
Beta β feature-complete, public testing.
Stable β production-ready, installs everywhere.
If Beta ends up at 1.0.79, the first stable tag will be 1.1.79. Future majors will simply bump the first digit (2.x, 3.x, β¦).
What changed since the last post
Complete code-base rewrite β faster, leaner, easier to contribute to.
Re-arranged UI β the media panel is now compact and dock-friendly.
Timeline (WIP) β this is eating most of my time:
Drag-and-drop a video (single clip for now).
One lightweight thumbnail strip keeps RAM usage low.
Waveform preview highlights silent vs. audible regions.
Stretchable timeline without frame drops or CPU spikes.
18 new themes β dark, light, and a few pastel ones that the community asked for.
How you can help
Test the Delta build and file bugs.
Suggest features or UX tweaks β nothing is set in stone yet.
Open PRs β even a typo fix is welcome.
Iβm still coding alone, so every star, issue, or retweet keeps the momentum alive.
ETA
If the current pace holds, Beta will drop before the end of this month, with a stable v1.1.x release planned for next month.
Grab the Delta build
contributing+Road-map & issues
Thank you for being part of this journeyβthis editor is built by the community, for the community. Letβs make the final cut together!
Happy clipping,
This content originally appeared on DEV Community and was authored by kinandev