Skip to content

Commit f7236ce

Browse files
committed
UPDATE ROADMAP SINCE (last updated: July 14, 2025)
1 parent 9f7bf2d commit f7236ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/web/src/app/roadmap/page.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,26 @@ const roadmapItems: {
3838
description:
3939
"The heart of any video editor. Timeline zoom in/out, making clips longer/shorter, dragging elements around, selection, playhead scrubbing. **This part has to be fucking perfect** because it's what users interact with 99% of the time.",
4040
status: {
41-
text: "In Progress",
42-
type: "pending",
41+
text: "Completed",
42+
type: "complete",
4343
},
4444
},
4545
{
4646
title: "Export/Preview Logic",
4747
description:
4848
"The foundation that enables everything else. Real-time preview, video rendering, export functionality. Once this works, we can add effects, filters, transitions - basically everything that makes a video editor powerful.",
4949
status: {
50-
text: "In Progress",
51-
type: "pending",
50+
text: "Completed",
51+
type: "complete",
5252
},
5353
},
5454
{
5555
title: "Text",
5656
description:
5757
"After media, text is the next most important thing. Font selection with custom font imports, text stroke, colors. All the text essential text properties.",
5858
status: {
59-
text: "Not Started",
60-
type: "default",
59+
text: "In Progress",
60+
type: "pending",
6161
},
6262
},
6363
{
@@ -141,7 +141,7 @@ export default function RoadmapPage() {
141141
Roadmap
142142
</h1>
143143
<p className="text-xl text-muted-foreground mb-8 max-w-2xl mx-auto leading-relaxed">
144-
What's coming next for OpenCut (last updated: July 14, 2025)
144+
What's coming next for OpenCut (last updated: August 30, 2025)
145145
</p>
146146
</div>
147147
<div className="space-y-6">

0 commit comments

Comments
 (0)