Skip to content

Commit 94037d7

Browse files
committed
version: Sync version and changelog from v30.0.261 release
1 parent 1fe817c commit 94037d7

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

docs/changelog.md

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

55

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+
660
## 30.0.260 (2025-07-03)
761

862
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.260+260
11+
version: 30.0.261+261
1212

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

0 commit comments

Comments
 (0)