update change log
This commit is contained in:
parent
0f4fed50b8
commit
9c5560c8df
2 changed files with 10 additions and 26 deletions
|
@ -1,6 +1,14 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
|
||||||
|
## v0.7.117
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* #### Explore with the new Search Tab ✨
|
||||||
|
|
||||||
|
A dedicated search tab with distinct sections for effortless discovery.
|
||||||
|
|
||||||
|
|
||||||
## v0.7.82
|
## v0.7.82
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -118,35 +118,11 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
|
||||||
final List<ChangeLogEntry> items = [];
|
final List<ChangeLogEntry> items = [];
|
||||||
items.add(
|
items.add(
|
||||||
ChangeLogEntry(
|
ChangeLogEntry(
|
||||||
"Hidden albums ✨",
|
"Explore with the new Search Tab ✨",
|
||||||
'You can now hide albums, just like individual memories.\n',
|
'A dedicated search tab with distinct sections for effortless discovery.\n',
|
||||||
),
|
|
||||||
);
|
|
||||||
items.add(
|
|
||||||
ChangeLogEntry(
|
|
||||||
"Album improvements ✨",
|
|
||||||
'You can now pin your favourite albums, and set cover photos for them.\n'
|
|
||||||
'\nWe have also added a way to first create empty albums, and then add photos to it, both from ente and your device gallery.\n'),
|
|
||||||
);
|
|
||||||
|
|
||||||
items.add(
|
|
||||||
ChangeLogEntry(
|
|
||||||
"Email verification ✨",
|
|
||||||
'We have now made email verification optional, so you can sign in with'
|
|
||||||
' just your email address and password, without waiting for a verification code.\n'
|
|
||||||
'\nYou can opt in / out of email verification from Settings > Security.\n',
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
items.add(
|
|
||||||
ChangeLogEntry(
|
|
||||||
"Bug fixes & other enhancements",
|
|
||||||
'We have squashed a few pesky bugs that were reported by our community,'
|
|
||||||
'and have improved the experience for albums and quick links.\n'
|
|
||||||
'\nIf you would like to help us improve ente, come join the ente community!',
|
|
||||||
isFeature: false,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
return Container(
|
return Container(
|
||||||
padding: const EdgeInsets.only(left: 16),
|
padding: const EdgeInsets.only(left: 16),
|
||||||
child: Scrollbar(
|
child: Scrollbar(
|
||||||
|
|
Loading…
Reference in a new issue