Skip to content

Commit 11ffac2

Browse files
committed
version: Sync version and changelog from v30.0.262 release
1 parent 55e7067 commit 11ffac2

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

docs/changelog.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
33
## Unreleased
44

55

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+
644
## 30.0.261 (2025-07-09)
745

846
This release branch includes some experimental changes

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: A Zulip client for Android and iOS
88
publish_to: 'none'
99

1010
# Keep the last two numbers equal; see docs/release.md.
11-
version: 30.0.261+261
11+
version: 30.0.262+262
1212

1313
environment:
1414
# We use a recent version of Flutter from its main channel, and

0 commit comments

Comments
 (0)