2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-05-07 18:47:24 +02:00

Merge branch 'add-changelog' into 'master'

Add changelog

See merge request 
This commit is contained in:
Christian Pauly 2020-01-08 19:24:13 +00:00
commit c686c8ce0e
2 changed files with 9 additions and 0 deletions

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"),
onTap: () => launch(
"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(
leading: Icon(Icons.link),
title: Text("License"),