@@ -85,6 +85,7 @@ import React from 'react';
85
85
import { Item , Timeline } from '../components/timeline' ;
86
86
87
87
const releases = {
88
+ 'v1.135.0' : new Date ( 2025 , 5 , 18 ) ,
88
89
'v1.133.0' : new Date ( 2025 , 4 , 21 ) ,
89
90
'v1.130.0' : new Date ( 2025 , 2 , 25 ) ,
90
91
'v1.127.0' : new Date ( 2025 , 1 , 26 ) ,
@@ -196,14 +197,6 @@ const roadmap: Item[] = [
196
197
description : 'Automate tasks with workflows' ,
197
198
getDateLabel : ( ) => 'Planned for 2025' ,
198
199
} ,
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
- } ,
207
200
{
208
201
done : false ,
209
202
icon : mdiImageEdit ,
@@ -239,12 +232,26 @@ const roadmap: Item[] = [
239
232
] ;
240
233
241
234
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
+ } ) ,
242
249
withRelease ( {
243
250
icon : mdiCast ,
244
251
iconColor : 'aqua' ,
245
- title : 'Google Cast (web)' ,
252
+ title : 'Google Cast (web and mobile )' ,
246
253
description : 'Cast assets to Google Cast/Chromecast compatible devices' ,
247
- release : 'v1.133 .0' ,
254
+ release : 'v1.135 .0' ,
248
255
} ) ,
249
256
withRelease ( {
250
257
icon : mdiLockOutline ,
0 commit comments