From be124da954feaffcda2ebd57e9b18cb8a2bc7ade Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 21 Sep 2020 14:34:22 +0000 Subject: [PATCH] Update pubspec.yaml, CHANGELOG.md files --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f2b22b..fe1efa33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ - Implemented ignore list - Jump to events in timeline: When tapping on a reply and when tapping a matrix.to link - Display messages with up to 10 emotes or emoji bigger +- New design for the chat list and message bubbles +- Implement reactions ### Fixes - Timeline randomly resorting while more history is being fetched - Automatically request history if the "load more" button is on the screen diff --git a/pubspec.yaml b/pubspec.yaml index d8fddbad..aeff7d79 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Chat with your friends. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.18.0+45 +version: 0.19.0+45 environment: sdk: ">=2.6.0 <3.0.0"