mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 23:12:37 +01:00
Add changelog
This commit is contained in:
parent
c173091ca4
commit
893084f5b3
4
CHANGELOG.md
Normal file
4
CHANGELOG.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Version 0.2.3 - 2020-01-XX
|
||||||
|
### New features
|
||||||
|
- Added changelog
|
||||||
|
- Added copy button
|
@ -155,6 +155,11 @@ class _SettingsState extends State<Settings> {
|
|||||||
title: Text("Help"),
|
title: Text("Help"),
|
||||||
onTap: () => launch(
|
onTap: () => launch(
|
||||||
"https://gitlab.com/ChristianPauly/fluffychat-flutter/issues")),
|
"https://gitlab.com/ChristianPauly/fluffychat-flutter/issues")),
|
||||||
|
ListTile(
|
||||||
|
leading: Icon(Icons.list),
|
||||||
|
title: Text("Changelog"),
|
||||||
|
onTap: () => launch(
|
||||||
|
"https://gitlab.com/ChristianPauly/fluffychat-flutter/blob/master/CHANGELOG.md")),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.link),
|
leading: Icon(Icons.link),
|
||||||
title: Text("License"),
|
title: Text("License"),
|
||||||
|
Loading…
Reference in New Issue
Block a user