浏览代码

Add entry in change log

Neeraj Gupta 2 年之前
父节点
当前提交
483d5dce0d
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      lib/ui/notification/update/change_log_page.dart

+ 7 - 0
lib/ui/notification/update/change_log_page.dart

@@ -120,6 +120,13 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
             'an album to configure how it\'s sorted.',
       ),
     );
+
+    items.add(
+      ChangeLogEntry(
+        "Shared album improvements",
+        'Photos in albums that are shared with you will now be shown in your home gallery. You can hide them by simply archiving the shared album.',
+      ),
+    );
     //You can now specify a custom radius while creating Location tags.
     items.add(
       ChangeLogEntry(