From 8842b9271a2a4b891da4fccafa0c470a02f96e53 Mon Sep 17 00:00:00 2001 From: Aviv <51673860+aviv926@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:53:38 +0300 Subject: [PATCH 1/3] feat(docs): update roadmap --- docs/src/pages/roadmap.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/src/pages/roadmap.tsx b/docs/src/pages/roadmap.tsx index b7c3c8af20b6c..8a1614f87586a 100644 --- a/docs/src/pages/roadmap.tsx +++ b/docs/src/pages/roadmap.tsx @@ -70,6 +70,8 @@ import { mdiThemeLightDark, mdiTrashCanOutline, mdiVectorCombine, + mdiFolderSync, + mdiFaceRecognition, mdiVideo, mdiWeb, } from '@mdi/js'; @@ -78,6 +80,7 @@ import React from 'react'; import { Item, Timeline } from '../components/timeline'; const releases = { + 'v1.114.0': new Date(2024, 8, 6), 'v1.113.0': new Date(2024, 7, 30), 'v1.112.0': new Date(2024, 7, 14), 'v1.111.0': new Date(2024, 6, 26), @@ -231,6 +234,12 @@ const roadmap: Item[] = [ ]; const milestones: Item[] = [ + withRelease({ + icon: mdiFaceRecognition, + title: 'Metadata Face Import', + description: 'Read face metadata in Digikam format during metadata extraction', + release: 'v1.114.0', + }), withRelease({ icon: mdiTagMultiple, iconColor: 'orange', @@ -238,11 +247,18 @@ const milestones: Item[] = [ description: 'Tag your photos and videos', release: 'v1.113.0', }), + withRelease({ + icon: mdiFolderSync, + iconColor: 'green', + title: 'Ablume sync (mobile)', + description: 'Sync or mirror an album from your phone to the Immich server', + release: 'v1.113.0', + }), withRelease({ icon: mdiFolderMultiple, iconColor: 'brown', title: 'Folders', - description: 'View your photos and videos in folders', + description: 'View your external photos and videos in folders', release: 'v1.113.0', }), withRelease({ From c2f350056b670d1a4c4815fca6398c51f5c033a3 Mon Sep 17 00:00:00 2001 From: Aviv <51673860+aviv926@users.noreply.github.com> Date: Sat, 5 Oct 2024 23:29:04 +0300 Subject: [PATCH 2/3] PR feedback --- docs/src/pages/roadmap.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/roadmap.tsx b/docs/src/pages/roadmap.tsx index 8a1614f87586a..0f053cb663a78 100644 --- a/docs/src/pages/roadmap.tsx +++ b/docs/src/pages/roadmap.tsx @@ -250,7 +250,7 @@ const milestones: Item[] = [ withRelease({ icon: mdiFolderSync, iconColor: 'green', - title: 'Ablume sync (mobile)', + title: 'Album sync (mobile)', description: 'Sync or mirror an album from your phone to the Immich server', release: 'v1.113.0', }), @@ -258,7 +258,7 @@ const milestones: Item[] = [ icon: mdiFolderMultiple, iconColor: 'brown', title: 'Folders', - description: 'View your external photos and videos in folders', + description: 'Browse your photos and videos in their folder structure', release: 'v1.113.0', }), withRelease({ From 29b8120990b41962420377073a6d040fa8057ef1 Mon Sep 17 00:00:00 2001 From: Aviv <51673860+aviv926@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:23:18 +0300 Subject: [PATCH 3/3] PR feedabck --- docs/src/pages/roadmap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/roadmap.tsx b/docs/src/pages/roadmap.tsx index 0f053cb663a78..1f07e45122749 100644 --- a/docs/src/pages/roadmap.tsx +++ b/docs/src/pages/roadmap.tsx @@ -237,7 +237,7 @@ const milestones: Item[] = [ withRelease({ icon: mdiFaceRecognition, title: 'Metadata Face Import', - description: 'Read face metadata in Digikam format during metadata extraction', + description: 'Read face metadata in Digikam format during import', release: 'v1.114.0', }), withRelease({