From ed840fc2788e0cbf99a1efe567302bdb5803aa29 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Tue, 1 Oct 2024 16:58:13 -0700 Subject: [PATCH] changelog: Describe changes since 0.0.19 --- docs/changelog.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 888d11af3b..b226477998 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,28 @@ # Changelog +## Unreleased + +### Highlights for users + +* (Android) Notifications are removed when you read the + message. (#341) +* Show polls and their results. (#165) +* (Android) Videos play in higher quality. (#951) +* The screen stays on when you're watching a video. (#763) +* Clearer emoji in dark theme; "Starred messages" feed; + new "edited"/"moved" labels on messages. (#953, #251, #900) +* Too many other improvements and fixes to describe them all here. + + +### Highlights for developers + +* In tests, "matchers" from Flutter upstream can now be conveniently + used, via `package:flutter_checks`. (#232) + +* Resolved: #182, #251, #341, #905, #926, PR #919, #810, #232, + PR #951, #763, #953, #165 + + ## 0.0.19 (2024-08-15) ### Highlights for users