[mob][photos] Update change log

This commit is contained in:
ashilkn
2025-02-04 18:03:53 +05:30
parent 3caeaef2b7
commit daf33bcb3a
2 changed files with 10 additions and 8 deletions

View File

@@ -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 = 25;
static const currentChangeLogVersion = 26;
LatestVersionInfo? _latestVersion;
final _logger = Logger("UpdateService");

View File

@@ -100,16 +100,18 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
final List<ChangeLogEntry> items = [];
items.addAll([
ChangeLogEntry(
"Advanced Search ✨",
"Filter down memories by adding suggested filters on search results, albums etc.",
"Deep Links",
"We have made public links even more powerful. Open links for Ente album directly in the app.\n\n"
"Join the album as a viewer or collaborator, and experience it like any other shared album.",
),
ChangeLogEntry(
"Links in App ✨",
"Public links tapped from outside the app now opens in-app.",
),
"Search Shared Files",
"Indexes will now be shared along with shared memories.\n\n"
"Which means you can now search for them using semantic search and label the people in shared photos. "),
ChangeLogEntry(
"ML out of Beta ✨",
"ML feaures are now out of beta.",
"Link Contact with people",
"You dont have to deal with email addresses while sharing anymore.\n\n"
"Connect a contact with a face and name. Go to the contact or people section to get started.",
),
]);