Skip to content

Commit 63516ae

Browse files
committed
version: Sync version and changelog from v30.0.260 release
1 parent 5b15b2a commit 63516ae

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.260 (2025-07-03)
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+
* (iOS) Fixed a bug causing duplicate notifications. (#1617)
15+
* The app offers a search view. (#252)
16+
* See the status emoji and status messages of other users. (#197)
17+
* Initial support for showing audio files in messages,
18+
an upcoming Zulip feature. (#1665)
19+
* Translation updates. (PR #1642)
20+
21+
22+
### Highlights for developers
23+
24+
* User-visible changes not described above:
25+
* More recipient headers in mentions/starred. (#1637)
26+
* Tap message in starred/mentions to open conversation. (#1621)
27+
* Clearer placeholder text when no messages. (#1555)
28+
* Correctly apply font-size to "em" on the same KaTeX span
29+
(if that situation is possible). (f003f58ed, in PR #1609)
30+
31+
* Resolved by server-side changes: #1617
32+
33+
* Resolved in main: #1637, #1621, PR #1560 (toward #296), #1555,
34+
PR #1609 (toward #46), PR #1601 (toward #46),
35+
PR #1600 (toward #46), PR #1658, #1665, #252, PR #1642
36+
37+
* Resolved in the experimental branch:
38+
* more toward #46 via PR #1452
39+
* further toward #46 via PR #1559
40+
* #296 via PR #1561
41+
* #197 via PR #1629
42+
43+
644
## 30.0.259 (2025-06-23)
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.259+259
11+
version: 30.0.260+260
1212

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

0 commit comments

Comments
 (0)