File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,13 @@ const milestones: Item[] = [
252
252
description : 'Browse your photos and videos in their folder structure inside the mobile app' ,
253
253
release : 'v1.130.0' ,
254
254
} ) ,
255
+ {
256
+ icon : mdiStar ,
257
+ iconColor : 'gold' ,
258
+ title : '60,000 Stars' ,
259
+ description : 'Reached 60K Stars on GitHub!' ,
260
+ getDateLabel : withLanguage ( new Date ( 2025 , 2 , 4 ) ) ,
261
+ } ,
255
262
withRelease ( {
256
263
icon : mdiTagFaces ,
257
264
iconColor : 'teal' ,
@@ -260,13 +267,6 @@ const milestones: Item[] = [
260
267
'Manually tag or remove faces in photos and videos, even when automatic detection misses or misidentifies them.' ,
261
268
release : 'v1.127.0' ,
262
269
} ) ,
263
- {
264
- icon : mdiStar ,
265
- iconColor : 'gold' ,
266
- title : '60,000 Stars' ,
267
- description : 'Reached 60K Stars on GitHub!' ,
268
- getDateLabel : withLanguage ( new Date ( 2025 , 2 , 4 ) ) ,
269
- } ,
270
270
withRelease ( {
271
271
icon : mdiLinkEdit ,
272
272
iconColor : 'crimson' ,
You can’t perform that action at this time.
0 commit comments