|
3 | 3 | ## Unreleased
|
4 | 4 |
|
5 | 5 |
|
| 6 | +## 30.0.262 (2025-07-24) |
| 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 | +* Fix "general chat" to show new messages as normal |
| 15 | + after opening via a notification. (#1717) |
| 16 | +* Set your status emoji and status message. (#198) |
| 17 | +* Fix deactivated users appearing in "New DM" screen. (#1743) |
| 18 | +* Follow your personal setting for 24-hour or 12-hour time |
| 19 | + format. (#1015) |
| 20 | +* Translation updates. (PR #1726, PR #1750) |
| 21 | + |
| 22 | + |
| 23 | +### Highlights for developers |
| 24 | + |
| 25 | +* User-visible changes not described above: |
| 26 | + * Avoid showing potentially wrong result if encountering |
| 27 | + a KaTeX vlist with unexpected inline style properties. |
| 28 | + (c4503b492; revision to PR #1698, for #46) |
| 29 | + * Fix double-application of negative margin on KaTeX vlist items. |
| 30 | + (64956b8f0; revision to PR #1559, for #46) |
| 31 | + * Better semantics on settings radio buttons, for a11y. (#1545) |
| 32 | + |
| 33 | +* Store and substore refactors: RealmStore; proxy mixins; |
| 34 | + move more methods to individual substores. (PR #1736) |
| 35 | + |
| 36 | +* Resolved in main: #1710, #1712, PR #1698, #1717, PR #1559, #46, |
| 37 | + PR #1719, PR #1726, #197, #1545, PR #1736, #1743, #1015, PR #1750 |
| 38 | + |
| 39 | +* Resolved in the experimental branch: |
| 40 | + * #740 via PR #1700 |
| 41 | + * #198 via PR #1701 |
| 42 | + |
| 43 | + |
6 | 44 | ## 30.0.261 (2025-07-09)
|
7 | 45 |
|
8 | 46 | This release branch includes some experimental changes
|
|
0 commit comments