Преглед на файлове

[mob][photos] Prepare for release v0.8.79 (#1430)

![v0 8 79
changelog](https://github.com/ente-io/ente/assets/77285023/f55a544a-9d10-467c-b23f-bd57f9a2efe4)
Vishnu Mohandas преди 1 година
родител
ревизия
e72003c199
променени са 3 файла, в които са добавени 12 реда и са изтрити 8 реда
  1. 1 1
      mobile/lib/services/update_service.dart
  2. 10 6
      mobile/lib/ui/notification/update/change_log_page.dart
  3. 1 1
      mobile/pubspec.yaml

+ 1 - 1
mobile/lib/services/update_service.dart

@@ -16,7 +16,7 @@ class UpdateService {
   static final UpdateService instance = UpdateService._privateConstructor();
   static final UpdateService instance = UpdateService._privateConstructor();
   static const kUpdateAvailableShownTimeKey = "update_available_shown_time_key";
   static const kUpdateAvailableShownTimeKey = "update_available_shown_time_key";
   static const changeLogVersionKey = "update_change_log_key";
   static const changeLogVersionKey = "update_change_log_key";
-  static const currentChangeLogVersion = 17;
+  static const currentChangeLogVersion = 18;
 
 
   LatestVersionInfo? _latestVersion;
   LatestVersionInfo? _latestVersion;
   final _logger = Logger("UpdateService");
   final _logger = Logger("UpdateService");

+ 10 - 6
mobile/lib/ui/notification/update/change_log_page.dart

@@ -122,14 +122,18 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
     final List<ChangeLogEntry> items = [];
     final List<ChangeLogEntry> items = [];
     items.addAll([
     items.addAll([
       ChangeLogEntry(
       ChangeLogEntry(
-        "Share an Album to Multiple Contacts at Once",
-        'Adding multiple viewers and collaborators just got easier!\n'
-            '\nYou can now select multiple contacts and add all of them at once.',
+        "Improved Performance for Large Galleries ✨",
+        'We\'ve made significant improvements to how quickly galleries load and'
+            ' with less stutter, especially for those with a lot of photos and videos.',
       ),
       ),
       ChangeLogEntry(
       ChangeLogEntry(
-        "Bug Fixes and Performance Improvements",
-        'Many a bugs were squashed in this release and have improved performance on app start.\n'
-            '\nIf you run into any bugs, please write to team@ente.io, or let us know on Discord! 🙏',
+        "Enhanced Functionality for Video Backups",
+        'Even if video backups are disabled, you can now manually upload individual videos.',
+      ),
+      ChangeLogEntry(
+        "Bug Fixes",
+        'Many a bugs were squashed in this release.\n'
+            '\nIf you run into any, please write to team@ente.io, or let us know on Discord! 🙏',
       ),
       ),
     ]);
     ]);
 
 

+ 1 - 1
mobile/pubspec.yaml

@@ -12,7 +12,7 @@ description: ente photos application
 # Read more about iOS versioning at
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 
 
-version: 0.8.78+598
+version: 0.8.79+599
 publish_to: none
 publish_to: none
 
 
 environment:
 environment: