|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### Highlights for users |
| 6 | + |
| 7 | +* (iOS) Fix keyboard glitch in switching between topic and content |
| 8 | + input. (#1974) |
| 9 | +* Channel folders in the inbox. |
| 10 | +* Tap an @-mention to visit user profile. |
| 11 | +* Too many other improvements and fixes to describe them all here. |
| 12 | + |
| 13 | + |
| 14 | +### Highlights for developers |
| 15 | + |
| 16 | +* Merge log: PRs, with fixed issues and user-visible changes. |
| 17 | + * #2217 |
| 18 | + * #2168: fix #646. Distinguish pill colors for types of mentions. |
| 19 | + * #2219: fix #1974. Flutter upgrade; fixes keyboard glitch on iOS |
| 20 | + in channel compose box. |
| 21 | + * #2167: fix #745. Hide email/password login form when email auth |
| 22 | + disabled. |
| 23 | + * #2240: fix #2239. Faster startup for @-mention autocomplete. |
| 24 | + * #2261. Flutter upgrade. |
| 25 | + * #2265. |
| 26 | + * #2225: fix #914. Redesign autocomplete results list. |
| 27 | + * #2186: fix #1765. Channel folders in inbox. |
| 28 | + * #2260. |
| 29 | + * #2273. Stop looking for `recipient_id` on messages. |
| 30 | + * #2272. |
| 31 | + * #2156: fix #1265. Preparatory changes to iOS notifs. |
| 32 | + * #1821: fix #1813, fix #1819, fix #1823. Apply formatting more |
| 33 | + to nested mentions, global times, and TeX math. |
| 34 | + * #2203. |
| 35 | + * #2275. |
| 36 | + * #2184. Harmonize text-input styles. |
| 37 | + * #2075: fix #1867. Tap an @-mention to go to user profile page. |
| 38 | + * #2276. |
| 39 | + * #2274. Show username/password login form after all when LDAP auth |
| 40 | + enabled (even when email auth disabled). |
| 41 | + * #2114: fix #1272. DM-conversation action sheet to view |
| 42 | + user profile or mark as read. |
| 43 | + * #2187: fix #1457. Show warning banner on old servers. |
| 44 | + * #2283. |
| 45 | + |
5 | 46 |
|
6 | 47 | ## 30.0.271 (2026-03-11) |
7 | 48 |
|
|
96 | 137 | * #2190 |
97 | 138 | * #1269: fix #1175. In autocomplete, we now reset the scroll position |
98 | 139 | as the query changes. |
| 140 | + * #2215 |
| 141 | + * #2047: Update translations. |
99 | 142 |
|
100 | 143 |
|
101 | 144 | ## 30.0.270 (2026-01-26) |
|
0 commit comments