diff --git a/CHANGELOG.md b/CHANGELOG.md index 2564b230..bedeb63e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v0.36.0 - 2021-07-31 +Minor design improvements and bug fixes. + +### All changes: +* design: Make unread listtiles more visible +* design: Move pinned icon in title +* feat: Rate limit streams so that large accounts have a smoother UI +* feat: Display the room name in room pills +* feat: Increase the amount of suggestions for the input bar +* feat: Tapping on stickers shows the sticker body +* fix: Windows +* fix: Disable vrouter logs in release mode +* fix: No longer hide google services key file +* fix: Tests + ## v0.35.0 - 2021-07-24 This release introduces stickers and a lot of minor bug fixes and improvements. diff --git a/pubspec.yaml b/pubspec.yaml index 1d7162eb..1cb754e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.35.0+1 +version: 0.36.0+1 environment: sdk: ">=2.6.0 <3.0.0"