-
Notifications
You must be signed in to change notification settings - Fork 440
changelog: Describe changes since 30.0.270 #2198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
| * #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
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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) | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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.