File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
5
5
6
+ ## 0.0.30 (2025-05-28)
7
+
8
+ This is a preview beta, including some experimental changes
9
+ not yet merged to the main branch.
10
+
11
+
12
+ ### Highlights for users
13
+
14
+ We're nearing ready to have this new app replace the legacy
15
+ Zulip mobile app, a few weeks from now.
16
+
17
+ In addition to all the features in the last beta:
18
+ * Muted users are now muted. (#296 )
19
+ * Improved logic to recover from failed send. (#1441 )
20
+ * Numerous small improvements to the newest features.
21
+
22
+
23
+ ### Highlights for developers
24
+
25
+ * Resolved in main: #83 , #1495 , #1456 , #1158
26
+
27
+ * Resolved in the experimental branch:
28
+ * #82 , and #80 behind a flag, via PR #1517
29
+ * #1441 via PR #1453
30
+ * #127 via PR #1322
31
+ * more toward #46 via PR #1452
32
+ * #1147 via PR #1379
33
+ * #296 via PR #1429
34
+
35
+
6
36
## 0.0.29 (2025-05-19)
7
37
8
38
This is a preview beta, including some experimental changes
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description: A Zulip client for Android and iOS
8
8
publish_to : ' none'
9
9
10
10
# Keep the last two numbers equal; see docs/release.md.
11
- version : 0.0.29+29
11
+ version : 0.0.30+30
12
12
13
13
environment :
14
14
# We use a recent version of Flutter from its main channel, and
You can’t perform that action at this time.
0 commit comments