|
3 | 3 | ## Unreleased
|
4 | 4 |
|
5 | 5 |
|
| 6 | +## 30.0.261 (2025-07-09) |
| 7 | + |
| 8 | +This release branch includes some experimental changes |
| 9 | +not yet merged to the main branch. |
| 10 | + |
| 11 | + |
| 12 | +### Highlights for users |
| 13 | + |
| 14 | +* See who reacted to a message. (#740) |
| 15 | +* Turn invisible mode on and off. (#1578) |
| 16 | +* Less empty space at end of message feed. (PR #1628) |
| 17 | +* After you return to the app, it resumes its connection |
| 18 | + more quickly. (#979) |
| 19 | +* The message long-press menu shows the message and |
| 20 | + when it was sent. (#217) |
| 21 | +* (iOS) Fixed white flash on opening app in dark mode. (#1149) |
| 22 | + |
| 23 | + |
| 24 | +### Highlights for developers |
| 25 | + |
| 26 | +* User-visible changes not described above: |
| 27 | + * Upgraded Flutter and other dependencies. (#1684) |
| 28 | + * Case-insensitive topics in unreads and other data |
| 29 | + structures. (#980) |
| 30 | + * Icon for topic-list button, rather than "TOPICS". (#1532) |
| 31 | + * Status emoji properly follow system text-scale setting. |
| 32 | + (revision to PR #1629, for #197) |
| 33 | + * Status text's font size increased. |
| 34 | + (revision to PR #1629, for #197) |
| 35 | + * Fixed scroll behavior of math blocks in RTL locales. |
| 36 | + (revision to PR #1452, at 5677317bc, for #46) |
| 37 | + * Fixed vertical alignment within TeX math expressions. |
| 38 | + (e8e8f4105; revision to PR #1452, for #46) |
| 39 | + * Adjusted color of icons in action sheets. |
| 40 | + (included in PR #1631, for #1578) |
| 41 | + * Removed blank space for absent status emoji. |
| 42 | + (revision to PR #1629, for #197) |
| 43 | + * Adjusted choice of "Close" vs "Cancel" in action sheets. |
| 44 | + (included in PR #1700, for #740) |
| 45 | + * Translation updates. (PR #1682) |
| 46 | + |
| 47 | +* Workarounds in our CI for a Flutter infra issue with the |
| 48 | + "main" branch. (PR #1690, PR #1691; flutter/flutter#171833) |
| 49 | + |
| 50 | +* Resolved in main: #296, PR #1684, PR #1628, #980, #1532, #662, |
| 51 | + #217, #1578, #1149, PR #1629, #979, PR #1682, PR #1452 |
| 52 | + |
| 53 | +* Resolved in the experimental branch: |
| 54 | + * more toward #46 via PR #1698 |
| 55 | + * further toward #46 via PR #1559 |
| 56 | + * #197 via PR #1702 |
| 57 | + * #740 via PR #1700 |
| 58 | + |
| 59 | + |
6 | 60 | ## 30.0.260 (2025-07-03)
|
7 | 61 |
|
8 | 62 | This release branch includes some experimental changes
|
|
0 commit comments