Skip to content

Commit 2a222fc

Browse files
authored
chore(docs): roadmap updates (#19841)
1 parent d902e7f commit 2a222fc

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

docs/src/pages/roadmap.tsx

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ import React from 'react';
8585
import { Item, Timeline } from '../components/timeline';
8686

8787
const releases = {
88+
'v1.135.0': new Date(2025, 5, 18),
8889
'v1.133.0': new Date(2025, 4, 21),
8990
'v1.130.0': new Date(2025, 2, 25),
9091
'v1.127.0': new Date(2025, 1, 26),
@@ -196,14 +197,6 @@ const roadmap: Item[] = [
196197
description: 'Automate tasks with workflows',
197198
getDateLabel: () => 'Planned for 2025',
198199
},
199-
{
200-
done: false,
201-
icon: mdiTableKey,
202-
iconColor: 'gray',
203-
title: 'Fine grained access controls',
204-
description: 'Granular access controls for users and api keys',
205-
getDateLabel: () => 'Planned for 2025',
206-
},
207200
{
208201
done: false,
209202
icon: mdiImageEdit,
@@ -239,12 +232,26 @@ const roadmap: Item[] = [
239232
];
240233

241234
const milestones: Item[] = [
235+
{
236+
icon: mdiStar,
237+
iconColor: 'gold',
238+
title: '70,000 Stars',
239+
description: 'Reached 70K Stars on GitHub!',
240+
getDateLabel: withLanguage(new Date(2025, 6, 9)),
241+
},
242+
withRelease({
243+
icon: mdiTableKey,
244+
iconColor: 'gray',
245+
title: 'Fine grained access controls',
246+
description: 'Granular access controls for api keys',
247+
release: 'v1.135.0',
248+
}),
242249
withRelease({
243250
icon: mdiCast,
244251
iconColor: 'aqua',
245-
title: 'Google Cast (web)',
252+
title: 'Google Cast (web and mobile)',
246253
description: 'Cast assets to Google Cast/Chromecast compatible devices',
247-
release: 'v1.133.0',
254+
release: 'v1.135.0',
248255
}),
249256
withRelease({
250257
icon: mdiLockOutline,

0 commit comments

Comments
 (0)