diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7e41ddf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Version 0.2.3 - 2020-01-XX +### New features +- Added changelog +- Added copy button \ No newline at end of file diff --git a/lib/views/settings.dart b/lib/views/settings.dart index eb3f28d..2e48795 100644 --- a/lib/views/settings.dart +++ b/lib/views/settings.dart @@ -155,6 +155,11 @@ class _SettingsState extends State { 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"),