diff --git a/docs/src/pages/milestones.tsx b/docs/src/pages/milestones.tsx index 1670b9fc85..e672e03267 100644 --- a/docs/src/pages/milestones.tsx +++ b/docs/src/pages/milestones.tsx @@ -50,12 +50,22 @@ import { mdiVectorCombine, mdiVideo, mdiWeb, + mdiScaleBalance, } from '@mdi/js'; import Layout from '@theme/Layout'; import React from 'react'; import Timeline, { DateType, Item } from '../components/timeline'; 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, description: 'Automatically import files in external libraries when the operating system detects changes.',