Add entry in change log

This commit is contained in:
Neeraj Gupta 2023-06-02 10:29:38 +05:30
parent 0cc8589c51
commit 483d5dce0d

View file

@ -120,6 +120,13 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
'an album to configure how it\'s sorted.',
),
);
items.add(
ChangeLogEntry(
"Shared album improvements",
'Photos in albums that are shared with you will now be shown in your home gallery. You can hide them by simply archiving the shared album.',
),
);
//You can now specify a custom radius while creating Location tags.
items.add(
ChangeLogEntry(