0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00

docs: 40k stars! (#11265)

40k stars!
This commit is contained in:
Daniel Dietzler 2024-07-21 23:19:17 +02:00 committed by GitHub
parent 9d2d556200
commit 1e8806854d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,8 @@ import React from 'react';
import { Item, Timeline } from '../components/timeline'; import { Item, Timeline } from '../components/timeline';
const releases = { const releases = {
// TODO
'v1.110.0': new Date(2024, 5, 11),
'v1.106.1': new Date(2024, 5, 11), 'v1.106.1': new Date(2024, 5, 11),
'v1.104.0': new Date(2024, 4, 13), 'v1.104.0': new Date(2024, 4, 13),
'v1.103.0': new Date(2024, 3, 29), 'v1.103.0': new Date(2024, 3, 29),
@ -220,6 +222,13 @@ const roadmap: Item[] = [
]; ];
const milestones: Item[] = [ const milestones: Item[] = [
{
icon: mdiStar,
iconColor: 'gold',
title: '40,000 Stars',
description: 'Reached 40K Stars on GitHub!',
getDateLabel: withLanguage(new Date(2024, 6, 21)),
},
withRelease({ withRelease({
icon: mdiHistory, icon: mdiHistory,
title: 'Versioned documentation', title: 'Versioned documentation',
@ -236,7 +245,7 @@ const milestones: Item[] = [
withRelease({ withRelease({
icon: mdiContentDuplicate, icon: mdiContentDuplicate,
title: 'Similar image detection', title: 'Similar image detection',
description: 'Detect duplicate assets that arent exactly identical', description: "Detect duplicate assets that aren't exactly identical",
release: 'v1.106.1', release: 'v1.106.1',
}), }),
withRelease({ withRelease({