From d2be636a56f662dc0f8df90b7d3a8d9d1e40513d Mon Sep 17 00:00:00 2001 From: Sonu Sharma Date: Fri, 17 Jul 2020 13:02:31 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.0.6=20Launch=201.=20=E2=9C=A8?= =?UTF-8?q?In=20user=20profile=20page=20three=20tabs=20are=20added=20to=20?= =?UTF-8?q?filter=20tweet=20and=20commnet=20tweet=20and=20tweet=20with=20m?= =?UTF-8?q?edia.=202=20=E2=9C=A8=20User=20profile=20pic=20view=20added=20t?= =?UTF-8?q?o=20view=20user=20profile=20picture.=203=20=E2=9C=A8=20User=20c?= =?UTF-8?q?an=20tag=20other=20users=20in=20tweet,=20comment=20and=20in=20r?= =?UTF-8?q?etweet.=204=20=E2=9C=A8A=20notification=20will=20send=20to=20yo?= =?UTF-8?q?u=20if=20someone=20tag=20you=20in=20a=20tweet.=205=20=E2=9C=A8?= =?UTF-8?q?=20After=20tapping=20on=20notification=20from=20system=20notifi?= =?UTF-8?q?cation=20tray,=20you=20will=20redirect=20to=20user=20profile=20?= =?UTF-8?q?who=20tagged=20you.=206=20=E2=9C=A8=20Chat=20list=20sorted=20by?= =?UTF-8?q?=20last=20message.=207=20=E2=9C=A8=20Last=20message=20and=20mes?= =?UTF-8?q?sage=20time=20is=20added=20on=20chat=20userlist=20page.=208=20?= =?UTF-8?q?=E2=9C=A8=20Performance=20improved?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++-- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0841e4ea..1512e38b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ ## [1.0.6] - UPCOMING -* Three tabs are added to filter tweet and commnet tweet and tweet with media on profile page. -* User profile pic view added to view profile picture of any user. +* In user profile page three tabs are added to filter tweet and commnet tweet and tweet with media. +* User profile pic view added to view user profile picture. * User can tag other users in tweet, comment and in retweet. * A notification will send to you if someone tag you in a tweet. * After tapping on notification from system notification tray, you will redirect to user profile who tagged you. * You can check the tweet on his profile. +* Chat list sorted by last message. +* Last message and message time is added on chat userlist page. +* Performance improved ## [1.0.5] - 15 Apr 2020 diff --git a/pubspec.yaml b/pubspec.yaml index 36259806..1280133e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A new Flutter project. # 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: 1.0.5+10 +version: 1.0.6+11 environment: sdk: ">=2.1.0 <3.0.0"