mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 11:37:06 +02:00
docs: update roadmap (#12126)
This commit is contained in:
parent
eb4a291c81
commit
8c54312c87
@ -15,6 +15,7 @@ import {
|
|||||||
mdiCloudUploadOutline,
|
mdiCloudUploadOutline,
|
||||||
mdiCollage,
|
mdiCollage,
|
||||||
mdiContentDuplicate,
|
mdiContentDuplicate,
|
||||||
|
mdiCrop,
|
||||||
mdiDevices,
|
mdiDevices,
|
||||||
mdiEmailOutline,
|
mdiEmailOutline,
|
||||||
mdiExpansionCard,
|
mdiExpansionCard,
|
||||||
@ -26,6 +27,7 @@ import {
|
|||||||
mdiFileSearch,
|
mdiFileSearch,
|
||||||
mdiFlash,
|
mdiFlash,
|
||||||
mdiFolder,
|
mdiFolder,
|
||||||
|
mdiFolderMultiple,
|
||||||
mdiForum,
|
mdiForum,
|
||||||
mdiHandshakeOutline,
|
mdiHandshakeOutline,
|
||||||
mdiHeart,
|
mdiHeart,
|
||||||
@ -36,6 +38,7 @@ import {
|
|||||||
mdiImageMultipleOutline,
|
mdiImageMultipleOutline,
|
||||||
mdiImageSearch,
|
mdiImageSearch,
|
||||||
mdiKeyboardSettingsOutline,
|
mdiKeyboardSettingsOutline,
|
||||||
|
mdiLicense,
|
||||||
mdiLockOutline,
|
mdiLockOutline,
|
||||||
mdiMagnify,
|
mdiMagnify,
|
||||||
mdiMagnifyScan,
|
mdiMagnifyScan,
|
||||||
@ -55,25 +58,29 @@ import {
|
|||||||
mdiScaleBalance,
|
mdiScaleBalance,
|
||||||
mdiSecurity,
|
mdiSecurity,
|
||||||
mdiServer,
|
mdiServer,
|
||||||
|
mdiShare,
|
||||||
mdiShareAll,
|
mdiShareAll,
|
||||||
mdiShareCircle,
|
mdiShareCircle,
|
||||||
mdiStar,
|
mdiStar,
|
||||||
|
mdiStarOutline,
|
||||||
mdiTableKey,
|
mdiTableKey,
|
||||||
mdiTag,
|
mdiTag,
|
||||||
|
mdiTagMultiple,
|
||||||
mdiText,
|
mdiText,
|
||||||
mdiThemeLightDark,
|
mdiThemeLightDark,
|
||||||
mdiTrashCanOutline,
|
mdiTrashCanOutline,
|
||||||
mdiVectorCombine,
|
mdiVectorCombine,
|
||||||
mdiVideo,
|
mdiVideo,
|
||||||
mdiWeb,
|
mdiWeb,
|
||||||
mdiLicense,
|
|
||||||
} from '@mdi/js';
|
} from '@mdi/js';
|
||||||
import Layout from '@theme/Layout';
|
import Layout from '@theme/Layout';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Item, Timeline } from '../components/timeline';
|
import { Item, Timeline } from '../components/timeline';
|
||||||
|
|
||||||
const releases = {
|
const releases = {
|
||||||
// TODO
|
'v1.113.0': new Date(2024, 7, 30),
|
||||||
|
'v1.112.0': new Date(2024, 7, 14),
|
||||||
|
'v1.111.0': new Date(2024, 6, 26),
|
||||||
'v1.110.0': new Date(2024, 5, 11),
|
'v1.110.0': new Date(2024, 5, 11),
|
||||||
'v1.109.0': new Date(2024, 6, 18),
|
'v1.109.0': new Date(2024, 6, 18),
|
||||||
'v1.106.1': new Date(2024, 5, 11),
|
'v1.106.1': new Date(2024, 5, 11),
|
||||||
@ -224,6 +231,47 @@ const roadmap: Item[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const milestones: Item[] = [
|
const milestones: Item[] = [
|
||||||
|
withRelease({
|
||||||
|
icon: mdiTagMultiple,
|
||||||
|
iconColor: 'orange',
|
||||||
|
title: 'Tags',
|
||||||
|
description: 'Tag your photos and videos',
|
||||||
|
release: 'v1.113.0',
|
||||||
|
}),
|
||||||
|
withRelease({
|
||||||
|
icon: mdiFolderMultiple,
|
||||||
|
iconColor: 'brown',
|
||||||
|
title: 'Folders',
|
||||||
|
description: 'View your photos and videos in folders',
|
||||||
|
release: 'v1.113.0',
|
||||||
|
}),
|
||||||
|
withRelease({
|
||||||
|
icon: mdiPalette,
|
||||||
|
title: 'Theming (mobile)',
|
||||||
|
description: 'Pick a primary color for the mobile app',
|
||||||
|
release: 'v1.112.0',
|
||||||
|
}),
|
||||||
|
withRelease({
|
||||||
|
icon: mdiStarOutline,
|
||||||
|
iconColor: 'gold',
|
||||||
|
title: 'Star rating',
|
||||||
|
description: 'Rate your photos and videos',
|
||||||
|
release: 'v1.112.0',
|
||||||
|
}),
|
||||||
|
withRelease({
|
||||||
|
icon: mdiCrop,
|
||||||
|
iconColor: 'royalblue',
|
||||||
|
title: 'Editor (mobile)',
|
||||||
|
description: 'Crop and rotate on mobile',
|
||||||
|
release: 'v1.111.0',
|
||||||
|
}),
|
||||||
|
withRelease({
|
||||||
|
icon: mdiMap,
|
||||||
|
iconColor: 'green',
|
||||||
|
title: 'Deploy tiles.immich.cloud',
|
||||||
|
description: 'Dedicated tile server for Immich',
|
||||||
|
release: 'v1.111.0',
|
||||||
|
}),
|
||||||
{
|
{
|
||||||
icon: mdiStar,
|
icon: mdiStar,
|
||||||
iconColor: 'gold',
|
iconColor: 'gold',
|
||||||
@ -231,6 +279,12 @@ const milestones: Item[] = [
|
|||||||
description: 'Reached 40K Stars on GitHub!',
|
description: 'Reached 40K Stars on GitHub!',
|
||||||
getDateLabel: withLanguage(new Date(2024, 6, 21)),
|
getDateLabel: withLanguage(new Date(2024, 6, 21)),
|
||||||
},
|
},
|
||||||
|
withRelease({
|
||||||
|
icon: mdiShare,
|
||||||
|
title: 'Deploy my.immich.app',
|
||||||
|
description: 'Url router for immich links',
|
||||||
|
release: 'v1.109.0',
|
||||||
|
}),
|
||||||
withRelease({
|
withRelease({
|
||||||
icon: mdiLicense,
|
icon: mdiLicense,
|
||||||
iconColor: 'gold',
|
iconColor: 'gold',
|
||||||
|
Loading…
Reference in New Issue
Block a user