File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
5
5
6
+ ## 0.0.31 (2025-06-11)
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, next week.
16
+
17
+ In addition to all the features in the last beta:
18
+ * Conversations open at your first unread message. (#80 )
19
+ * TeX support now enabled by default, and covers a larger
20
+ set of expressions. More to come later. (#46 )
21
+ * Numerous small improvements to the newest features:
22
+ muted users (#296 ), start a DM thread (#127 ),
23
+ recover failed send (#1441 ), open mid-history (#82 ).
24
+
25
+
26
+ ### Highlights for developers
27
+
28
+ * Resolved in main: #1540 , #385 , #386 , #127
29
+
30
+ * Resolved in the experimental branch:
31
+ * #82 via PR #1566
32
+ * #80 via PR #1517
33
+ * #1441 via PR #1453
34
+ * more toward #46 via PR #1452
35
+ * further toward #46 via PR #1559
36
+ * #1147 via PR #1379
37
+ * #296 via PR #1561
38
+
39
+
6
40
## 0.0.30 (2025-05-28)
7
41
8
42
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.30+30
11
+ version : 0.0.31+31
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