|
| 1 | +Changes in Element X v25.08.0 |
| 2 | +============================= |
| 3 | + |
| 4 | +<!-- Release notes generated using configuration in .github/release.yml at v25.08.0 --> |
| 5 | + |
| 6 | +## What's Changed |
| 7 | +### 🐛 Bugfixes |
| 8 | +* Fix `toPlainText` where `<ol start='n'>` tags appear by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5044 |
| 9 | +* Remove the scaling added in `Player.Listener.onVideoSizeChanged` by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5055 |
| 10 | +* Make sure we clean up the pre-processed and uploaded media by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5039 |
| 11 | +* Calculate video output size taking into account portrait mode by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5068 |
| 12 | +* Prevent loop when exiting the attachments preview screen by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5078 |
| 13 | +* Prevent crash caused by re-release of wakelock in calls by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5077 |
| 14 | +* Make sure we display errors when we create a recovery key and it fails by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5079 |
| 15 | +* Fix crash when trying to get active notifications by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5085 |
| 16 | +* Adapt 'change roles' screens to the new creator/owner role by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5076 |
| 17 | +### 🗣 Translations |
| 18 | +* Sync Strings by @ElementBot in https://github.com/element-hq/element-x-android/pull/5021 |
| 19 | +* Sync Strings by @ElementBot in https://github.com/element-hq/element-x-android/pull/5054 |
| 20 | +* Sync Strings by @ElementBot in https://github.com/element-hq/element-x-android/pull/5083 |
| 21 | +### 🧱 Build |
| 22 | +* Disable Element Call Maestro tests for the time being by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5064 |
| 23 | +### 📄 Documentation |
| 24 | +* Grammar fixes for docs and comments by @andybalaam in https://github.com/element-hq/element-x-android/pull/5043 |
| 25 | +* Note how to switch back to the published SDK after building locally by @andybalaam in https://github.com/element-hq/element-x-android/pull/5042 |
| 26 | +### Dependency upgrades |
| 27 | +* Update dependency io.mockk:mockk to v1.14.5 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5037 |
| 28 | +* Update dependency androidx.lifecycle:lifecycle-process to v2.9.2 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5036 |
| 29 | +* Update dagger to v2.57 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5038 |
| 30 | +* Update haze to v1.6.9 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5045 |
| 31 | +* Update dependency io.nlopez.compose.rules:detekt to v0.4.24 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5053 |
| 32 | +* Update dependency io.nlopez.compose.rules:detekt to v0.4.25 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5058 |
| 33 | +* Update coil to v3.3.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5063 |
| 34 | +* Update dependency io.nlopez.compose.rules:detekt to v0.4.26 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5065 |
| 35 | +* Update dependency com.posthog:posthog-android to v3.20.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5067 |
| 36 | +* Update dependency com.google.firebase:firebase-bom to v34 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5061 |
| 37 | +* Update dependency org.matrix.rustcomponents:sdk-android to v25.7.23 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5073 |
| 38 | +* Update dependency com.posthog:posthog-android to v3.20.1 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5087 |
| 39 | +* Update dependency org.matrix.rustcomponents:sdk-android to v25.7.28 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5088 |
| 40 | +* Update dependency org.maplibre.gl:android-sdk to v11.13.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5093 |
| 41 | +* Update dependency androidx.test:runner to v1.7.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5102 |
| 42 | +* Update test.core to v1.7.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5104 |
| 43 | +* Update dependency androidx.test.ext:junit to v1.3.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5103 |
| 44 | +* Update dependency io.sentry:sentry-android to v8.18.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5097 |
| 45 | +### Others |
| 46 | +* Iterate on FloatingActionButton shape and colors. by @bmarty in https://github.com/element-hq/element-x-android/pull/5033 |
| 47 | +* [a11y] Improve session verification screens by @bmarty in https://github.com/element-hq/element-x-android/pull/5017 |
| 48 | +* misc (room id) : add room id regex pattern to match new versions by @ganfra in https://github.com/element-hq/element-x-android/pull/5040 |
| 49 | +* Use lower level APIs to draw the message bubbles by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5056 |
| 50 | +* misc (store description) : update store description for fastlane by @ganfra in https://github.com/element-hq/element-x-android/pull/5060 |
| 51 | +* [a11y] Improve accessibility on avatar when creating a room. by @bmarty in https://github.com/element-hq/element-x-android/pull/5046 |
| 52 | +* Add fallback notifications from UTDs to the push history by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5047 |
| 53 | +* feature (media send queue) : enable send queue by default by @ganfra in https://github.com/element-hq/element-x-android/pull/5098 |
| 54 | +* misc : re-enable share pos by default by @ganfra in https://github.com/element-hq/element-x-android/pull/5108 |
| 55 | + |
| 56 | + |
| 57 | +**Full Changelog**: https://github.com/element-hq/element-x-android/compare/v25.07.1...v25.08.0 |
| 58 | + |
1 | 59 | Changes in Element X v25.07.1
|
2 | 60 | =============================
|
3 | 61 |
|
|
0 commit comments