Skip to content

Commit

Permalink
chore: add agpl milestone (immich-app#7479)
Browse files Browse the repository at this point in the history
add agpl milestone
  • Loading branch information
etnoy authored Feb 27, 2024
1 parent 6d91c23 commit 0d2a656
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/pages/milestones.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit 0d2a656

Please sign in to comment.