瀏覽代碼

chore: merge main

martabal 1 年之前
父節點
當前提交
e7bd1b17e0
共有 2 個文件被更改,包括 22 次插入1 次删除
  1. 1 1
      .github/workflows/cli-release.yml
  2. 21 0
      docs/src/pages/milestones.tsx

+ 1 - 1
.github/workflows/cli-release.yml

@@ -10,7 +10,7 @@ jobs:
         working-directory: ./cli
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       # Setup .npmrc file to publish to npm
       - uses: actions/setup-node@v4
         with:

+ 21 - 0
docs/src/pages/milestones.tsx

@@ -16,6 +16,7 @@ import {
   mdiFile,
   mdiFileSearch,
   mdiFolder,
+  mdiForum,
   mdiHeart,
   mdiImage,
   mdiImageAlbum,
@@ -42,6 +43,7 @@ import {
   mdiText,
   mdiThemeLightDark,
   mdiTrashCanOutline,
+  mdiVectorCombine,
   mdiVideo,
   mdiWeb,
 } from '@mdi/js';
@@ -50,6 +52,16 @@ import React from 'react';
 import Timeline, { DateType, Item } from '../components/timeline';
 
 const items: Item[] = [
+  {
+    icon: mdiVectorCombine,
+    description:
+      'The serving of the web app is merged into the server image, allowing us to remove two containers from the stack.',
+    title: 'Container consolidation',
+    release: 'v1.88.0',
+    tag: 'v1.88.0',
+    date: new Date(2023, 10, 20),
+    dateType: DateType.RELEASE,
+  },
   {
     icon: mdiBash,
     description: 'Version 2 of the Immich CLI is released, replacing the legacy v1 CLI.',
@@ -59,6 +71,15 @@ const items: Item[] = [
     date: new Date(2023, 10, 19),
     dateType: DateType.RELEASE,
   },
+  {
+    icon: mdiForum,
+    description: 'Comment a photo or a video in a shared album',
+    title: 'Activity',
+    release: 'v1.84.0',
+    tag: 'v1.84.0',
+    date: new Date(2023, 10, 1),
+    dateType: DateType.RELEASE,
+  },
   {
     icon: mdiStar,
     description: 'Reach 20K Stars on GitHub!',