From 2a222fcfba4b035ba3a3a0f6f33a12450e18801d Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Wed, 9 Jul 2025 10:54:00 -0500 Subject: [PATCH] chore(docs): roadmap updates (#19841) --- docs/src/pages/roadmap.tsx | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/docs/src/pages/roadmap.tsx b/docs/src/pages/roadmap.tsx index 1258000052..e002c4d032 100644 --- a/docs/src/pages/roadmap.tsx +++ b/docs/src/pages/roadmap.tsx @@ -85,6 +85,7 @@ import React from 'react'; import { Item, Timeline } from '../components/timeline'; const releases = { + 'v1.135.0': new Date(2025, 5, 18), 'v1.133.0': new Date(2025, 4, 21), 'v1.130.0': new Date(2025, 2, 25), 'v1.127.0': new Date(2025, 1, 26), @@ -196,14 +197,6 @@ const roadmap: Item[] = [ description: 'Automate tasks with workflows', getDateLabel: () => 'Planned for 2025', }, - { - done: false, - icon: mdiTableKey, - iconColor: 'gray', - title: 'Fine grained access controls', - description: 'Granular access controls for users and api keys', - getDateLabel: () => 'Planned for 2025', - }, { done: false, icon: mdiImageEdit, @@ -239,12 +232,26 @@ const roadmap: Item[] = [ ]; const milestones: Item[] = [ + { + icon: mdiStar, + iconColor: 'gold', + title: '70,000 Stars', + description: 'Reached 70K Stars on GitHub!', + getDateLabel: withLanguage(new Date(2025, 6, 9)), + }, + withRelease({ + icon: mdiTableKey, + iconColor: 'gray', + title: 'Fine grained access controls', + description: 'Granular access controls for api keys', + release: 'v1.135.0', + }), withRelease({ icon: mdiCast, iconColor: 'aqua', - title: 'Google Cast (web)', + title: 'Google Cast (web and mobile)', description: 'Cast assets to Google Cast/Chromecast compatible devices', - release: 'v1.133.0', + release: 'v1.135.0', }), withRelease({ icon: mdiLockOutline,