mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Fix changelog padding
This commit is contained in:
parent
2e81bf4987
commit
2add65a671
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class _Changelog660 extends StatelessWidget {
|
||||||
_subSectionHighlight("CRITICAL"),
|
_subSectionHighlight("CRITICAL"),
|
||||||
_bulletGroup(const Text("Android 5.0 is no longer supported")),
|
_bulletGroup(const Text("Android 5.0 is no longer supported")),
|
||||||
_bulletGroup(const Text("Sort by name is no longer supported in the new photos timeline, please contact me if you wish to downgrade")),
|
_bulletGroup(const Text("Sort by name is no longer supported in the new photos timeline, please contact me if you wish to downgrade")),
|
||||||
|
_sectionPadding(),
|
||||||
_subSection("Changes"),
|
_subSection("Changes"),
|
||||||
_bulletGroup(const Text("Drastically improve performance when dealing with large amount of photos")),
|
_bulletGroup(const Text("Drastically improve performance when dealing with large amount of photos")),
|
||||||
_bulletGroup(const Text("Rewrite photos timeline and files handling from scratch for better performance")),
|
_bulletGroup(const Text("Rewrite photos timeline and files handling from scratch for better performance")),
|
||||||
|
|
Loading…
Reference in a new issue