Forráskód Böngészése

[mobile][photos] Prepare for release v0.8.73 (#1278)

Vishnu Mohandas 1 éve
szülő
commit
d6316a1724

+ 2 - 2
mobile/CHANGELOG.md

@@ -1,6 +1,6 @@
 # CHANGELOG
 
-## v0.8.72
+## v0.8.73
 ### Added
 * #### Share an Album to Multiple Contacts at Once
 
@@ -9,7 +9,7 @@
 
 * #### Bug Fixes and Performance Improvements
 
-    Many a bugs were squashed in this release. If you run into any, please write to team@ente.io, or let us know on Discord! 🙏
+    Many a bugs were squashed in this release and have improved performance on app start. If you run into any bugs, please write to team@ente.io, or let us know on Discord! 🙏
 
 
 ## v0.8.67

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

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

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

@@ -128,8 +128,8 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
       ),
       ChangeLogEntry(
         "Bug Fixes and Performance Improvements",
-        '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! 🙏',
+        '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! 🙏',
       ),
     ]);
 

+ 1 - 1
mobile/pubspec.yaml

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