diff --git a/docs/src/pages/milestones.tsx b/docs/src/pages/milestones.tsx index 76e9b804d2..f2353f76cc 100644 --- a/docs/src/pages/milestones.tsx +++ b/docs/src/pages/milestones.tsx @@ -52,12 +52,42 @@ import { mdiWeb, mdiScaleBalance, mdiMagnifyScan, + mdiChartBoxMultipleOutline, + mdiAccountGroupOutline, + mdiFlowerPoppy, } from '@mdi/js'; import Layout from '@theme/Layout'; import React from 'react'; import Timeline, { DateType, Item } from '../components/timeline'; const items: Item[] = [ + { + icon: mdiStar, + description: 'Reached 30K Stars on GitHub!', + title: '30,000 Stars', + release: 'v1.102.0', + tag: 'v1.102.0', + date: new Date(2023, 3, 15), + dateType: DateType.RELEASE, + }, + { + icon: mdiChartBoxMultipleOutline, + description: 'OpenTelemetry metrics for local evaluation and advanced debugging', + title: 'OpenTelemetry metrics', + release: 'v1.99.0', + tag: 'v1.99.0', + date: new Date(2024, 2, 20), + dateType: DateType.RELEASE, + }, + { + icon: mdiFlowerPoppy, + description: 'Immich got its new logo', + title: 'New logo', + release: 'v1.98.0', + tag: 'v1.98.0', + date: new Date(2024, 2, 7), + dateType: DateType.RELEASE, + }, { icon: mdiMagnifyScan, description: 'Advanced search with filters by date, location and more', @@ -94,6 +124,15 @@ const items: Item[] = [ date: new Date(2024, 0, 31), dateType: DateType.RELEASE, }, + { + icon: mdiAccountGroupOutline, + description: '250 amazing people contributed to Immich', + title: '250 unique contributors', + release: 'v1.93.0', + tag: 'v1.93.0', + date: new Date(2024, 0, 19), + dateType: DateType.RELEASE, + }, { icon: mdiMatrix, description: 'Moved the search from typesense to pgvecto.rs', @@ -142,7 +181,7 @@ const items: Item[] = [ }, { icon: mdiStar, - description: 'Reach 20K Stars on GitHub!', + description: 'Reached 20K Stars on GitHub!', title: '20,000 Stars', release: 'v1.83.0', tag: 'v1.83.0', @@ -403,7 +442,7 @@ const items: Item[] = [ }, { icon: mdiStar, - description: 'Reach 10K Stars on GitHub!', + description: 'Reached 10K Stars on GitHub!', title: '10,000 Stars', release: 'v1.54.0', tag: 'v1.54.0',