Skip to content

Commit

Permalink
changelog: Fill in details up to current main
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Oct 5, 2023
1 parent d9eaa8e commit 2236ee0
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,50 @@ It doesn't include

### Highlights for users, vs. v27.213 (last prod release)

* In an interleaved stream view, "Quote and reply" now fills the topic
input, if it was empty, and focuses the message input. (#5718)


### Highlights for developers, vs. v27.213 (last prod release)

* (Android) Re-enabled Sentry, but with `enableNdk: false` as a workaround
for the crash bug #5757, this time with useful Sentry functionality
intact. (#5766)

* In the notification troubleshooting screen, when the email library reports
successfully sending a support email, that fact will be reported in
Sentry. (PR #5775)

* Bumped `targetSdkVersion` to 33, aka Android 13, this time handling the
new POST_NOTIFICATIONS permission. (#5753, #5453)

* Bumped `kMinAllowedServerVersion` to 4.0 and
`kMinSupportedVersion` to 5.0. (PR #5762)

* Ran `yarn upgrade`. (PR #5756)

* (Android) Added device manufacturer/model to notification troubleshooting
data. (PR #5754)

* Resolved issues: #5766, #5718, #5753, #5453


### Highlights for users, vs. v27.212 (last release from main)

* (Android) Reconfigured Sentry error reporting, which was causing crashes
following a recent Android update. (#5766)


### Highlights for developers, vs. v27.212 (last release from main)

* Disabled Sentry on Android, as a workaround for the newly-frequent
crash bug #5757.
* (Android) Configured Sentry with `enableNdk: false`, as a workaround for
the crash bug #5757. (#5766)

* In the notification troubleshooting screen, when the email library reports
successfully sending a support email, that fact will be reported in
Sentry. (PR #5775)

* Resolved issues: #5766


## 27.213 (2023-09-20)
Expand Down

0 comments on commit 2236ee0

Please sign in to comment.