mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 16:56:46 +01:00
docs: add product key to roadmap (#11351)
* add license to roadmap * fix * Supporter Badge * fix
This commit is contained in:
parent
b8d2d38bd1
commit
72a8bbb874
1 changed files with 9 additions and 0 deletions
|
@ -66,6 +66,7 @@ import {
|
||||||
mdiVectorCombine,
|
mdiVectorCombine,
|
||||||
mdiVideo,
|
mdiVideo,
|
||||||
mdiWeb,
|
mdiWeb,
|
||||||
|
mdiLicense,
|
||||||
} from '@mdi/js';
|
} from '@mdi/js';
|
||||||
import Layout from '@theme/Layout';
|
import Layout from '@theme/Layout';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
@ -74,6 +75,7 @@ import { Item, Timeline } from '../components/timeline';
|
||||||
const releases = {
|
const releases = {
|
||||||
// TODO
|
// TODO
|
||||||
'v1.110.0': new Date(2024, 5, 11),
|
'v1.110.0': new Date(2024, 5, 11),
|
||||||
|
'v1.109.0': new Date(2024, 6, 18),
|
||||||
'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),
|
||||||
|
@ -229,6 +231,13 @@ const milestones: Item[] = [
|
||||||
description: 'Reached 40K Stars on GitHub!',
|
description: 'Reached 40K Stars on GitHub!',
|
||||||
getDateLabel: withLanguage(new Date(2024, 6, 21)),
|
getDateLabel: withLanguage(new Date(2024, 6, 21)),
|
||||||
},
|
},
|
||||||
|
withRelease({
|
||||||
|
icon: mdiLicense,
|
||||||
|
iconColor: 'gold',
|
||||||
|
title: 'Supporter Badge',
|
||||||
|
description: 'The option to buy Immich to support its development!',
|
||||||
|
release: 'v1.109.0',
|
||||||
|
}),
|
||||||
withRelease({
|
withRelease({
|
||||||
icon: mdiHistory,
|
icon: mdiHistory,
|
||||||
title: 'Versioned documentation',
|
title: 'Versioned documentation',
|
||||||
|
|
Loading…
Reference in a new issue