|
3 | 3 | ## Unreleased
|
4 | 4 |
|
5 | 5 |
|
| 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 | + |
6 | 52 | ## 0.0.28 (2025-04-21)
|
7 | 53 |
|
8 | 54 | ### Highlights for users
|
|
0 commit comments