Parcourir la source

update change log

ashilkn il y a 1 an
Parent
commit
9c5560c8df
2 fichiers modifiés avec 10 ajouts et 26 suppressions
  1. 8 0
      CHANGELOG.md
  2. 2 26
      lib/ui/notification/update/change_log_page.dart

+ 8 - 0
CHANGELOG.md

@@ -1,6 +1,14 @@
 # CHANGELOG
 # CHANGELOG
 
 
 
 
+## v0.7.117
+
+### Added
+* #### Explore with the new Search Tab ✨
+
+    A dedicated search tab with distinct sections for effortless discovery. 
+
+
 ## v0.7.82
 ## v0.7.82
 
 
 ### Added
 ### Added

+ 2 - 26
lib/ui/notification/update/change_log_page.dart

@@ -118,35 +118,11 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
     final List<ChangeLogEntry> items = [];
     final List<ChangeLogEntry> items = [];
     items.add(
     items.add(
       ChangeLogEntry(
       ChangeLogEntry(
-        "Hidden albums ✨",
-        'You can now hide albums, just like individual memories.\n',
-      ),
-    );
-    items.add(
-      ChangeLogEntry(
-          "Album improvements ✨",
-          'You can now pin your favourite albums, and set cover photos for them.\n'
-              '\nWe have also added a way to first create empty albums, and then add photos to it, both from ente and your device gallery.\n'),
-    );
-
-    items.add(
-      ChangeLogEntry(
-        "Email verification ✨",
-        'We have now made email verification optional, so you can sign in with'
-            ' just your email address and password, without waiting for a verification code.\n'
-            '\nYou can opt in / out of email verification from Settings > Security.\n',
+        "Explore with the new Search Tab ✨",
+        'A dedicated search tab with distinct sections for effortless discovery.\n',
       ),
       ),
     );
     );
 
 
-    items.add(
-      ChangeLogEntry(
-        "Bug fixes & other enhancements",
-        'We have squashed a few pesky bugs that were reported by our community,'
-            'and have improved the experience for albums and quick links.\n'
-            '\nIf you would like to help us improve ente, come join the ente community!',
-        isFeature: false,
-      ),
-    );
     return Container(
     return Container(
       padding: const EdgeInsets.only(left: 16),
       padding: const EdgeInsets.only(left: 16),
       child: Scrollbar(
       child: Scrollbar(