1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

docs: update milestone page (#5663)

This commit is contained in:
martin 2023-12-15 16:50:13 +01:00 committed by GitHub
parent e9a8daa924
commit 2aa5f55cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,12 +26,14 @@ import {
mdiMagnify, mdiMagnify,
mdiMap, mdiMap,
mdiMaterialDesign, mdiMaterialDesign,
mdiMatrix,
mdiMerge, mdiMerge,
mdiMonitor, mdiMonitor,
mdiMotionPlayOutline, mdiMotionPlayOutline,
mdiPalette, mdiPalette,
mdiPanVertical, mdiPanVertical,
mdiPartyPopper, mdiPartyPopper,
mdiPencil,
mdiRaw, mdiRaw,
mdiRotate360, mdiRotate360,
mdiSecurity, mdiSecurity,
@ -52,6 +54,24 @@ import React from 'react';
import Timeline, { DateType, Item } from '../components/timeline'; import Timeline, { DateType, Item } from '../components/timeline';
const items: Item[] = [ 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, icon: mdiVectorCombine,
description: description: