From 2aa5f55cbf259b5f965e1101e6bcccbb26e73ad4 Mon Sep 17 00:00:00 2001 From: martin <74269598+martabal@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:50:13 +0100 Subject: [PATCH] docs: update milestone page (#5663) --- docs/src/pages/milestones.tsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/src/pages/milestones.tsx b/docs/src/pages/milestones.tsx index 6c7e3c5856..e7857ffecf 100644 --- a/docs/src/pages/milestones.tsx +++ b/docs/src/pages/milestones.tsx @@ -26,12 +26,14 @@ import { mdiMagnify, mdiMap, mdiMaterialDesign, + mdiMatrix, mdiMerge, mdiMonitor, mdiMotionPlayOutline, mdiPalette, mdiPanVertical, mdiPartyPopper, + mdiPencil, mdiRaw, mdiRotate360, mdiSecurity, @@ -52,6 +54,24 @@ import React from 'react'; import Timeline, { DateType, Item } from '../components/timeline'; const items: Item[] = [ + { + icon: mdiMatrix, + description: 'Moved the search from typesense to pgvecto.rs', + title: 'Search improvement with pgvecto.rs', + release: 'v1.91.0', + tag: 'v1.91.0', + date: new Date(2023, 11, 7), + dateType: DateType.RELEASE, + }, + { + icon: mdiPencil, + description: "Edit a photo or video's date, time, hours, timezone, and GPS information", + title: 'Edit metadata', + release: 'v1.90.0', + tag: 'v1.90.0', + date: new Date(2023, 11, 7), + dateType: DateType.RELEASE, + }, { icon: mdiVectorCombine, description: