From 28b3536bc81b6665a6014ce72f40c51f83b0c5c4 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 11 Dec 2024 18:01:08 -0800 Subject: [PATCH] version: Sync version and changelog from v0.0.24 release --- docs/changelog.md | 36 ++++++++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index c36c553231..024ab93cdb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,42 @@ ## Unreleased +## 0.0.24 (2024-12-11) + +This is a preview beta, including some experimental changes +not yet merged to the main branch. + + +### Highlights for users (coming from legacy app) + +Welcome to Zulip's next-gen mobile app! In this beta: + +* Much faster and smoother: try opening a busy channel and scrolling + back through history. +* Fresh new design, matching this year's updates to Zulip on the + desktop and web. +* Full multi-account support. + +Please let us know what you think — and especially any missing +features that are critical to how you use the old Zulip mobile app. + + +### Highlights for users (since last beta, v0.0.23) + +* All the improvements from the previous beta 0.0.23, + plus several small fixes to its new features. +* Translations have begun: first out of the gate are contributors + translating many strings for Polish and Russian. + + +### Highlights for developers + +* Resolved in main: #348, #1035, #388, #945, #845 + +* Resolved in the experimental branch: + * #913 via PR #995 + + ## 0.0.23 (2024-12-09) This is a preview beta, including some experimental changes diff --git a/pubspec.yaml b/pubspec.yaml index 52f538208f..780c057653 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ description: A Zulip client for Android and iOS publish_to: 'none' # Keep the last two numbers equal; see docs/release.md. -version: 0.0.23+23 +version: 0.0.24+24 environment: # We use a recent version of Flutter from its main channel, and