Skip to content

Commit

Permalink
[mob][photos] Update change log (#4215)
Browse files Browse the repository at this point in the history
## Description

## Tests
  • Loading branch information
ashilkn authored Nov 27, 2024
2 parents 72d9881 + 0373141 commit d2d859a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion mobile/lib/services/update_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'package:url_launcher/url_launcher_string.dart';
class UpdateService {
static const kUpdateAvailableShownTimeKey = "update_available_shown_time_key";
static const changeLogVersionKey = "update_change_log_key";
static const currentChangeLogVersion = 24;
static const currentChangeLogVersion = 25;

LatestVersionInfo? _latestVersion;
final _logger = Logger("UpdateService");
Expand Down
13 changes: 6 additions & 7 deletions mobile/lib/ui/notification/update/change_log_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,16 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
final List<ChangeLogEntry> items = [];
items.addAll([
ChangeLogEntry(
S.of(context).changeLogDiscoverTitle,
S.of(context).changeLogDiscoverContent,
"Advanced Search ✨",
"Filter down memories by adding suggested filters on search results, albums etc.",
),
ChangeLogEntry(
S.of(context).changeLogBackupStatusTitle,
S.of(context).changeLogBackupStatusContent,
"Links in App ✨",
"Public links tapped from outside the app now opens in-app.",
),
ChangeLogEntry(
S.of(context).changeLogMagicSearchImprovementTitle,
S.of(context).changeLogMagicSearchImprovementContent,
isFeature: false,
"ML out of Beta ✨",
"ML feaures are now out of beta.",
),
]);

Expand Down
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.62+962
version: 0.9.63+963
publish_to: none

environment:
Expand Down

0 comments on commit d2d859a

Please sign in to comment.