Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,78 @@

## Unreleased

### Highlights for users

* You can now reach the search page from the inbox
and the combined feed pages. (#1854)
* You can now pin/unpin channels. (#1942)
* (Android) Fixed a bug where sometimes opening a notification
wouldn't navigate to the conversation. (#1567)
* (Android) We now show your organization's name instead of its URL
in notifications. (#570)
* Too many other improvements and fixes to describe them all here.


### Highlights for developers

* CI:
* Split Android build into a separate job to save time getting a result
from the rest of our suites. (#2145)
* In `test` suite output, show only failing tests, not passing. (#2141)
* Pin Flutter to the version we use in release, temporarily. (#2140)

* Merge log: PRs, with fixed issues and user-visible changes.
* #2103: Flutter upgrade.
* #2102
* #2096: fix #1339. Fixed bug where event-queue retry loop would
break if app in background overnight.
* #2087: fix #1258. Handle user renames in rendering @-mentions.
* #2070: fix a latent RTL bug in autocomplete results.
* #2123: fix #1942. Add "Pin to top" / "Unpin from top" button to the
channel action sheet.
* #2124
* #1954: fix #1953. Removed 100ms delay before touch feedback
in some places.
* #2120: fix part of #537. Fixed glitches in the Inbox with VoiceOver.
* #2131
* #2133: Update translations from Weblate.
* #2138
* #2140
* #2141
Comment on lines +41 to +42
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Flutter version pinning in #2140 would be good to include as an item above here in developer highlights.

Also the change to CI output in #2141. And I guess the CI split in #2145 below.

* #2043: fix #1567. Fixed a bug on Android where sometimes
opening a notification wouldn't navigate to the conversation.
Comment on lines +43 to +44
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a pretty annoying issue for some folks, so I think definitely a highlight.

* #2142
* #2143
* #2144
* #2135
* #2145
* #2134
* #2129: Flutter and package upgrades.
* #2119: fix #1259. Handle user-group renames in rendering @-mentions.
* #2136: fix #570. On Android, use org name instead of URL as
notification group summary.
* #2155
* #1882: fix #1558. When we can't load a user's avatar,
show a generic placeholder.
* #2125: fix #894. Handle flags for @-topic mentions.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a user-visible change, except on possible future servers (see commit, 348c4fa)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(fine to note this, but should make clear it's only future-proofing, because otherwise it sounds like it has some sort of effect now)

(NFC with current servers; we expect these from future servers.)
* #2090: fix #2088. Fix some bugs where topics were treated
case-sensitively when they should not be.
* #2148: fix #2132. Make some tab labels shorter.
* #2160: fix the Android part of #2158. On Android, exclude all data
from backups.
* #2147
* #2180
* #2175: fix #1260. Show translated user-facing strings for @-mentions
of system groups.
* #2171: Set up Patrol for integration tests.
* #2176
* #2164: fix #1854. Add search button to inbox and combined feed.
* #2196
* #2157
* #2207
* #2195: fix #2158. Exclude the database file from iOS backup.


## 30.0.270 (2026-01-26)

Expand Down
Loading