Skip to content

Commit a6ea882

Browse files
committed
version: Sync version and changelog from v30.0.256 release
1 parent fec0071 commit a6ea882

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

docs/changelog.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,48 @@
33
## Unreleased
44

55

6+
## 30.0.256 (2025-06-15)
7+
8+
With this release, this new app takes on the identity
9+
of the main Zulip app!
10+
11+
This release branch includes some experimental changes
12+
not yet merged to the main branch.
13+
14+
15+
### Highlights for users (vs legacy app)
16+
17+
Welcome to the new Zulip mobile app! You'll find
18+
a familiar experience in a faster, sleeker package.
19+
20+
For more information or to send us feedback,
21+
see the announcement blog post:
22+
https://blog.zulip.com/flutter-mobile-app-launch
23+
24+
25+
### Highlights for users (vs last beta, v0.0.33)
26+
27+
* This app now uses the app ID of the main Zulip mobile app,
28+
formerly used by the legacy app. It therefore installs over
29+
any previous install of the legacy app, rather than of the
30+
Flutter beta app. (#1582)
31+
* The app's icon and name no longer say "beta". (#1537)
32+
* Migrate accounts and settings from the legacy app's data. (#1070)
33+
* Show welcome dialog on upgrading from legacy app. (#1580)
34+
35+
36+
### Highlights for developers
37+
38+
* Resolved in the experimental branch:
39+
* more toward #46 via PR #1452
40+
* further toward #46 via PR #1559
41+
* #296 via PR #1561
42+
* #1537 via PR #1577
43+
* #1582 via PR #1586
44+
* #1070 via PR #1588
45+
* #1580 via PR #1590
46+
47+
648
## 0.0.33 (2025-06-13)
749

850
This is a preview beta, including some experimental changes

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: A Zulip client for Android and iOS
88
publish_to: 'none'
99

1010
# Keep the last two numbers equal; see docs/release.md.
11-
version: 0.0.33+33
11+
version: 30.0.256+256
1212

1313
environment:
1414
# We use a recent version of Flutter from its main channel, and

0 commit comments

Comments
 (0)