mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
parent
6d91c23f65
commit
0d2a656aa1
1 changed files with 10 additions and 0 deletions
|
@ -50,12 +50,22 @@ import {
|
||||||
mdiVectorCombine,
|
mdiVectorCombine,
|
||||||
mdiVideo,
|
mdiVideo,
|
||||||
mdiWeb,
|
mdiWeb,
|
||||||
|
mdiScaleBalance,
|
||||||
} from '@mdi/js';
|
} from '@mdi/js';
|
||||||
import Layout from '@theme/Layout';
|
import Layout from '@theme/Layout';
|
||||||
import React from 'react';
|
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: mdiScaleBalance,
|
||||||
|
description: 'Immich switches to AGPLv3 license',
|
||||||
|
title: 'AGPL License',
|
||||||
|
release: 'v1.95.0',
|
||||||
|
tag: 'v1.95.0',
|
||||||
|
date: new Date(2024, 1, 20),
|
||||||
|
dateType: DateType.RELEASE,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: mdiEyeRefreshOutline,
|
icon: mdiEyeRefreshOutline,
|
||||||
description: 'Automatically import files in external libraries when the operating system detects changes.',
|
description: 'Automatically import files in external libraries when the operating system detects changes.',
|
||||||
|
|
Loading…
Reference in a new issue