Skip to content

Commit a3313ec

Browse files
committed
version: Sync version and changelog from v0.0.32 release
1 parent efdfbea commit a3313ec

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

docs/changelog.md

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

55

6+
## 0.0.32 (2025-06-12)
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+
This app is nearing ready to replace the legacy Zulip mobile app,
15+
planned for next week.
16+
17+
In addition to all the features in the last beta:
18+
* The keyboard opens immediately when you start a
19+
new conversation. (#1543)
20+
* Translation updates, including new near-complete translations
21+
for Slovenian (sl) and Chinese (Simplified, China) (zh_Hans_CN).
22+
* Several small improvements to the newest features:
23+
muted users (#296), message links going directly to message (#82).
24+
25+
26+
### Highlights for developers
27+
28+
* User-visible changes not described above:
29+
* upgraded Flutter and deps (PR #1568)
30+
* suppress long-press on muted-sender message,
31+
and hide muted users in new-DM list (part of #296)
32+
* reject internal links with malformed /near/ operands
33+
(part of #82)
34+
35+
* Resolved in main: #276 (though external to the tree),
36+
#1543, #82, #80, #1147, #1441
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+
43+
644
## 0.0.31 (2025-06-11)
745

846
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.31+31
11+
version: 0.0.32+32
1212

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

0 commit comments

Comments
 (0)