|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +### Highlights for users (since last mainline release, v30.0.263) |
| 6 | + |
| 7 | +* (Android) Paste an image into a message, or insert a sticker from |
| 8 | + your keyboard. (#1173, #419) |
| 9 | +* Autocomplete matches people's names regardless of diacritics. (#237) |
| 10 | +* Show message separated from last after a 10-minute gap. (#1773) |
| 11 | +* Link to channel feed in channel action sheet. (#1705) |
| 12 | +* Too many other improvements and fixes to describe them all here. |
| 13 | + |
| 14 | + |
| 15 | +### Highlights for developers (since last mainline release, v30.0.263) |
| 16 | + |
| 17 | +* User-visible changes not described above: |
| 18 | + * upgrade Flutter (PR #1791) |
| 19 | + * show error dialog on edit-message request error (PR #1792) |
| 20 | + * generate narrow links with "channel", vs "stream" (#633) |
| 21 | + * TeX: big operators, null delimiters (#1671, #1677) |
| 22 | + * several tweaks to set-status page (#1769, #1770, #1771) |
| 23 | + * hide topic-list button in channel action sheet when redundant |
| 24 | + (in PR #1794, for #1705) |
| 25 | + * wildcard-mention autocomplete case-insensitive |
| 26 | + (in PR #1806, for #237) |
| 27 | + * emoji autocomplete insensitive to diacritics (#1067) |
| 28 | + * new-DM search insensitive to diacritics |
| 29 | + (in PR #1806, for #237) |
| 30 | + * who-reacted and read-receipts sheets now draggable-scrollable |
| 31 | + (PR #1802) |
| 32 | + * translations (PR #1809) |
| 33 | + * propagate nested text styles in several cases (#1818, #1817, #806, |
| 34 | + #1812) |
| 35 | + |
| 36 | +* In tests, the user list always includes the self-user. (PR #1814) |
| 37 | + |
| 38 | +* Resolved in the beta-prelaunch branch (and v0.0.34): #1603 |
| 39 | + |
| 40 | +* Resolved in main: #268, PR #1791, #1647, PR #1792, #633, #419, |
| 41 | + #1173, #1677, #1671, #1769, #1770, #1771, PR #1814, #1705, #237, |
| 42 | + #1067, PR #1802, PR #1809, #1818, #1817, #806, #1812, #1773 |
| 43 | + |
5 | 44 |
|
6 | 45 | ## 0.0.34 (2025-08-18)
|
7 | 46 |
|
|
0 commit comments