-
-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mob][photos] Prepare for release v0.9.5 (#2381)
- Loading branch information
Showing
4 changed files
with
15 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,6 @@ class ChangeLogPage extends StatefulWidget { | |
} | ||
|
||
class _ChangeLogPageState extends State<ChangeLogPage> { | ||
@override | ||
void initState() { | ||
super.initState(); | ||
} | ||
|
||
@override | ||
Widget build(BuildContext context) { | ||
final enteColorScheme = getEnteColorScheme(context); | ||
|
@@ -119,20 +114,16 @@ class _ChangeLogPageState extends State<ChangeLogPage> { | |
final List<ChangeLogEntry> items = []; | ||
items.addAll([ | ||
ChangeLogEntry( | ||
"Send links ✨", | ||
'Introducing a beautiful way to share photos in original quality, end-to-end encrypted. Select your photos and click on "Send link" to see the magic!', | ||
), | ||
ChangeLogEntry( | ||
"Video editor", | ||
"Crop, clip and flip your videos, with Ente's in-built video editor. The editor works fully offline and will help with all your basic editing tasks.", | ||
"Custom App Lock ✨", | ||
'Now choose from PIN, password or the default system lock to lock the app. You can set this up in Settings > Security > App lock.', | ||
), | ||
ChangeLogEntry( | ||
"Passkeys", | ||
"Now secure your Ente account with passkeys or hardware keys. You can add your keys within Settings > Security > Passkeys.", | ||
"Select All ✨", | ||
"Selecting all files from gallery made easy with just one click! Select any item from gallery to see the option.", | ||
), | ||
ChangeLogEntry( | ||
"View large files", | ||
"Find those items that take up the most amount of storage, and easily declutter your library. Open Settings > Backup > Free up space to learn more.", | ||
"Bug Fixes", | ||
"Many a bugs were squashed in this release. If you run into any bugs, please write to [email protected], or let us know on Discord! 🙏", | ||
), | ||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters