|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +### Highlights for users |
| 6 | + |
| 7 | +* (Android) Share to Zulip from other apps. (#53) |
| 8 | +* See read receipts. (#667) |
| 9 | +* Autocomplete mentioning a group. (#233) |
| 10 | +* Fix bug when uploading a file with a non-ASCII name. (#1709) |
| 11 | +* Copy link to a channel or topic. (#1227, #792) |
| 12 | +* Zoom in farther in lightbox. (#1091) |
| 13 | +* Subscribe or unsubscribe to a channel. (#1224) |
| 14 | + |
| 15 | + |
| 16 | +### Highlights for developers |
| 17 | + |
| 18 | +* User-visible changes not described above: |
| 19 | + * upgrade Flutter (PR #1763) |
| 20 | + * drop "always scrollable" on list of suggested statuses |
| 21 | + (in caf1ddb7b; revision to PR #1701, for #198) |
| 22 | + * handle colored text in KaTeX content (#1679) |
| 23 | + * user autocomplete matches on email (#236) |
| 24 | + * semantics on reaction chips; no tooltip; "You" first |
| 25 | + (41e3d57f2, b2321839f, 025b0cee8; revision to PR #1700, for #740) |
| 26 | + * various changes to who-reacted feature |
| 27 | + (in e2c10ae21; revision to PR #1700, for #740): |
| 28 | + * show who-reacted button only when there was a reaction |
| 29 | + * fix an edge case in who-reacted sheet: don't re-apply |
| 30 | + initialReactionType on new store |
| 31 | + * dispose in _ViewReactionsState, fixing potential get-stuck bug |
| 32 | + * align emoji in center of who-reacted header, not start |
| 33 | + * semantics in who-reacted sheet |
| 34 | + * adjust scroll-into-view behavior in who-reacted header |
| 35 | + (98b94bd2a; revision to PR #1700, for #740) |
| 36 | + * Cupertino dialogs (#996, PR #1782) |
| 37 | + * mark-channel-read button at top of action sheet (PR #1789) |
| 38 | + * reject login sooner when server too old (PR #1783) |
| 39 | + * translations (PR #1757) |
| 40 | + |
| 41 | +* Set visualDensity to mobile value on desktop, fixing assert in |
| 42 | + buttons (PR #1781) |
| 43 | + |
| 44 | +* Resolved in main: #332, PR #1763, #1227, #792, #198, #1679, #1709, |
| 45 | + #1091, #236, #233, #740, #996, PR #1781, PR #1782, PR #1789, |
| 46 | + PR #1783, #1224, PR #1757, #667, #53 |
| 47 | + |
5 | 48 |
|
6 | 49 | ## 30.0.262 (2025-07-24)
|
7 | 50 |
|
|
0 commit comments