mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Improve messaging
This commit is contained in:
parent
bcdb4294d2
commit
924be5ac37
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ class _Changelog670 extends StatelessWidget {
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
_subSection("Changes"),
|
_subSection("Changes"),
|
||||||
_bulletGroup(const Text("Added map view")),
|
_bulletGroup(
|
||||||
|
const Text("Added map view that show your photos on a map")),
|
||||||
_bulletGroup(
|
_bulletGroup(
|
||||||
const Text(
|
const Text(
|
||||||
"Added new experimental HTTP engine with HTTP/2 and HTTP/3 QUIC support"),
|
"Added new experimental HTTP engine with HTTP/2 and HTTP/3 QUIC support"),
|
||||||
|
|
Loading…
Reference in a new issue