Add entry in change log (#1178)
This commit is contained in:
commit
3bb473d60d
1 changed files with 7 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue