@@ -70,6 +70,8 @@ import {
70
70
mdiThemeLightDark ,
71
71
mdiTrashCanOutline ,
72
72
mdiVectorCombine ,
73
+ mdiFolderSync ,
74
+ mdiFaceRecognition ,
73
75
mdiVideo ,
74
76
mdiWeb ,
75
77
} from '@mdi/js' ;
@@ -78,6 +80,7 @@ import React from 'react';
78
80
import { Item , Timeline } from '../components/timeline' ;
79
81
80
82
const releases = {
83
+ 'v1.114.0' : new Date ( 2024 , 8 , 6 ) ,
81
84
'v1.113.0' : new Date ( 2024 , 7 , 30 ) ,
82
85
'v1.112.0' : new Date ( 2024 , 7 , 14 ) ,
83
86
'v1.111.0' : new Date ( 2024 , 6 , 26 ) ,
@@ -231,18 +234,31 @@ const roadmap: Item[] = [
231
234
] ;
232
235
233
236
const milestones : Item [ ] = [
237
+ withRelease ( {
238
+ icon : mdiFaceRecognition ,
239
+ title : 'Metadata Face Import' ,
240
+ description : 'Read face metadata in Digikam format during import' ,
241
+ release : 'v1.114.0' ,
242
+ } ) ,
234
243
withRelease ( {
235
244
icon : mdiTagMultiple ,
236
245
iconColor : 'orange' ,
237
246
title : 'Tags' ,
238
247
description : 'Tag your photos and videos' ,
239
248
release : 'v1.113.0' ,
240
249
} ) ,
250
+ withRelease ( {
251
+ icon : mdiFolderSync ,
252
+ iconColor : 'green' ,
253
+ title : 'Album sync (mobile)' ,
254
+ description : 'Sync or mirror an album from your phone to the Immich server' ,
255
+ release : 'v1.113.0' ,
256
+ } ) ,
241
257
withRelease ( {
242
258
icon : mdiFolderMultiple ,
243
259
iconColor : 'brown' ,
244
260
title : 'Folders' ,
245
- description : 'View your photos and videos in folders ' ,
261
+ description : 'Browse your photos and videos in their folder structure ' ,
246
262
release : 'v1.113.0' ,
247
263
} ) ,
248
264
withRelease ( {
0 commit comments