Skip to content

Commit c5c492e

Browse files
authored
feat(docs): update roadmap (immich-app#13212)
* feat(docs): update roadmap * PR feedback * PR feedabck
1 parent a5e9adb commit c5c492e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/src/pages/roadmap.tsx

+17-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ import {
7070
mdiThemeLightDark,
7171
mdiTrashCanOutline,
7272
mdiVectorCombine,
73+
mdiFolderSync,
74+
mdiFaceRecognition,
7375
mdiVideo,
7476
mdiWeb,
7577
} from '@mdi/js';
@@ -78,6 +80,7 @@ import React from 'react';
7880
import { Item, Timeline } from '../components/timeline';
7981

8082
const releases = {
83+
'v1.114.0': new Date(2024, 8, 6),
8184
'v1.113.0': new Date(2024, 7, 30),
8285
'v1.112.0': new Date(2024, 7, 14),
8386
'v1.111.0': new Date(2024, 6, 26),
@@ -231,18 +234,31 @@ const roadmap: Item[] = [
231234
];
232235

233236
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+
}),
234243
withRelease({
235244
icon: mdiTagMultiple,
236245
iconColor: 'orange',
237246
title: 'Tags',
238247
description: 'Tag your photos and videos',
239248
release: 'v1.113.0',
240249
}),
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+
}),
241257
withRelease({
242258
icon: mdiFolderMultiple,
243259
iconColor: 'brown',
244260
title: 'Folders',
245-
description: 'View your photos and videos in folders',
261+
description: 'Browse your photos and videos in their folder structure',
246262
release: 'v1.113.0',
247263
}),
248264
withRelease({

0 commit comments

Comments
 (0)