Skip to content

Commit b12e97b

Browse files
committed
version: Sync version and changelog from v0.0.29 release
Ideally would have done this a bit earlier, right after the branch point 77ab930; oh well.
1 parent 82515c3 commit b12e97b

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

docs/changelog.md

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

55

6+
## 0.0.29 (2025-05-19)
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 is a feature-packed release, as this new app gets near ready to
15+
replace the legacy Zulip mobile app a few weeks from now.
16+
Please try out the new features, and as always report anything broken.
17+
18+
* Initial support for TeX math! Try enabling the
19+
experimental flag, in settings. (#46)
20+
* Edit a message. (#126)
21+
* Initial support to open at first unread message;
22+
try enabling in settings. (#80)
23+
* List of topics in channel. (#1158)
24+
* (iOS) Go to conversation on opening notification. (#1147)
25+
26+
27+
### Highlights for developers
28+
29+
* Further user highlights that didn't fit in 500 characters:
30+
* #1441 simplified local echo, enabling recovery from failed send
31+
* #82 on following a message link, go to specific message
32+
in middle of history
33+
* #930 no more images moving around when you navigate from
34+
one message list to another
35+
* #1250 general chat
36+
* #1470 when you re-open the app after a while and start typing
37+
a message, your draft is preserved across the app's reloading
38+
its data from the server
39+
40+
* Resolved in main: #1470, #407, #1485, #930, #44, #1250, #126
41+
42+
* Resolved in the experimental branch:
43+
* #82, and #80 behind a flag, via PR #1517
44+
* #1441 via PR #1453
45+
* #1158 via PR #1500
46+
* #1495 via PR #1506
47+
* #127 via PR #1322
48+
* more toward #46 via PR #1452
49+
* #1147 via PR #1379
50+
51+
652
## 0.0.28 (2025-04-21)
753

854
### Highlights for users

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.28+28
11+
version: 0.0.29+29
1212

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

0 commit comments

Comments
 (0)