mirror of
https://github.com/immich-app/immich.git
synced 2025-03-04 02:11:44 -05:00
feat(docs): update roadmap (#13212)
* feat(docs): update roadmap * PR feedback * PR feedabck
This commit is contained in:
parent
a5e9adb593
commit
c5c492eb4f
1 changed files with 17 additions and 1 deletions
|
@ -70,6 +70,8 @@ import {
|
||||||
mdiThemeLightDark,
|
mdiThemeLightDark,
|
||||||
mdiTrashCanOutline,
|
mdiTrashCanOutline,
|
||||||
mdiVectorCombine,
|
mdiVectorCombine,
|
||||||
|
mdiFolderSync,
|
||||||
|
mdiFaceRecognition,
|
||||||
mdiVideo,
|
mdiVideo,
|
||||||
mdiWeb,
|
mdiWeb,
|
||||||
} from '@mdi/js';
|
} from '@mdi/js';
|
||||||
|
@ -78,6 +80,7 @@ import React from 'react';
|
||||||
import { Item, Timeline } from '../components/timeline';
|
import { Item, Timeline } from '../components/timeline';
|
||||||
|
|
||||||
const releases = {
|
const releases = {
|
||||||
|
'v1.114.0': new Date(2024, 8, 6),
|
||||||
'v1.113.0': new Date(2024, 7, 30),
|
'v1.113.0': new Date(2024, 7, 30),
|
||||||
'v1.112.0': new Date(2024, 7, 14),
|
'v1.112.0': new Date(2024, 7, 14),
|
||||||
'v1.111.0': new Date(2024, 6, 26),
|
'v1.111.0': new Date(2024, 6, 26),
|
||||||
|
@ -231,6 +234,12 @@ const roadmap: Item[] = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const milestones: Item[] = [
|
const milestones: Item[] = [
|
||||||
|
withRelease({
|
||||||
|
icon: mdiFaceRecognition,
|
||||||
|
title: 'Metadata Face Import',
|
||||||
|
description: 'Read face metadata in Digikam format during import',
|
||||||
|
release: 'v1.114.0',
|
||||||
|
}),
|
||||||
withRelease({
|
withRelease({
|
||||||
icon: mdiTagMultiple,
|
icon: mdiTagMultiple,
|
||||||
iconColor: 'orange',
|
iconColor: 'orange',
|
||||||
|
@ -238,11 +247,18 @@ const milestones: Item[] = [
|
||||||
description: 'Tag your photos and videos',
|
description: 'Tag your photos and videos',
|
||||||
release: 'v1.113.0',
|
release: 'v1.113.0',
|
||||||
}),
|
}),
|
||||||
|
withRelease({
|
||||||
|
icon: mdiFolderSync,
|
||||||
|
iconColor: 'green',
|
||||||
|
title: 'Album sync (mobile)',
|
||||||
|
description: 'Sync or mirror an album from your phone to the Immich server',
|
||||||
|
release: 'v1.113.0',
|
||||||
|
}),
|
||||||
withRelease({
|
withRelease({
|
||||||
icon: mdiFolderMultiple,
|
icon: mdiFolderMultiple,
|
||||||
iconColor: 'brown',
|
iconColor: 'brown',
|
||||||
title: 'Folders',
|
title: 'Folders',
|
||||||
description: 'View your photos and videos in folders',
|
description: 'Browse your photos and videos in their folder structure',
|
||||||
release: 'v1.113.0',
|
release: 'v1.113.0',
|
||||||
}),
|
}),
|
||||||
withRelease({
|
withRelease({
|
||||||
|
|
Loading…
Add table
Reference in a new issue