Skip to content

Commit 477f99a

Browse files
committed
Changelog for version 25.08.4
1 parent c0b7c46 commit 477f99a

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CHANGES.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
Changes in Element X v25.08.4
2+
=============================
3+
4+
## What's Changed
5+
### ✨ Features
6+
* Threads - first iteration by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5165
7+
* Add shortcut suggestions for rooms, remove then when leaving by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5180
8+
* Allow replying to any remote message in a thread by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5201
9+
### 🙌 Improvements
10+
* Create room flow rework by @bmarty in https://github.com/element-hq/element-x-android/pull/5166
11+
### 🐛 Bugfixes
12+
* Fix bitrate value used for video transcoding by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5183
13+
* Fix sending videos in Android 11 and lower by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5186
14+
* Ensure that only one DataStore is active for the same file. by @bmarty in https://github.com/element-hq/element-x-android/pull/5198
15+
* Handle preference stores corruption by clearing them by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5086
16+
* Use variable bitrate mode when transcoding to ensure compatibility with old devices by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5223
17+
### 🗣 Translations
18+
* Sync Strings by @ElementBot in https://github.com/element-hq/element-x-android/pull/5178
19+
* Sync Strings by @ElementBot in https://github.com/element-hq/element-x-android/pull/5211
20+
### 🧱 Build
21+
* Build release with the latest build tools 36.0.0 by @bmarty in https://github.com/element-hq/element-x-android/pull/5173
22+
* Try following KSP incremental best practices on `anvilcodegen` by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5205
23+
* Split deeplink module and remove setupAnvil from api modules by @bmarty in https://github.com/element-hq/element-x-android/pull/5210
24+
* Introduce a11y screenshot test by @bmarty in https://github.com/element-hq/element-x-android/pull/5214
25+
* Custom logo on on boarding screen. by @bmarty in https://github.com/element-hq/element-x-android/pull/5217
26+
### 🚧 In development 🚧
27+
* Space UI component by @bmarty in https://github.com/element-hq/element-x-android/pull/5197
28+
* Add UI components for spaces. by @bmarty in https://github.com/element-hq/element-x-android/pull/5207
29+
### Dependency upgrades
30+
* Update core to v1.17.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5168
31+
* Update kotlin by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5169
32+
* Update dependency org.matrix.rustcomponents:sdk-android to v25.8.18 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5182
33+
* Update android.gradle.plugin to v8.12.1 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5184
34+
* Update dagger to v2.57.1 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5193
35+
* Update actions/setup-java action to v5 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5196
36+
* Update codecov/codecov-action action to v5.5.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5191
37+
* Update plugin ktlint to v13.1.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5204
38+
* Update dependency com.posthog:posthog-android to v3.20.3 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5206
39+
* Update dependency org.jsoup:jsoup to v1.21.2 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5212
40+
* Update dependency com.posthog:posthog-android to v3.20.4 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5213
41+
* Update plugin sonarqube to v6.3.0.5676 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5220
42+
* Update dependency io.sentry:sentry-android to v8.20.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5216
43+
* Update dependency org.matrix.rustcomponents:sdk-android to v25.8.25 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5219
44+
### Others
45+
* Iterate on invite people UI by @bmarty in https://github.com/element-hq/element-x-android/pull/5185
46+
* AnalyticsOptInStateProvider does not need to have an injected constructor by @bmarty in https://github.com/element-hq/element-x-android/pull/5215
47+
* Add extra logs for sending media by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5218
48+
* Rename custom_logo to onboarding_logo by @bmarty in https://github.com/element-hq/element-x-android/pull/5226
49+
* Add unit test on VideoCompressorHelper by @bmarty in https://github.com/element-hq/element-x-android/pull/5227
50+
51+
52+
**Full Changelog**: https://github.com/element-hq/element-x-android/compare/v25.08.3...v25.08.4
53+
154
Changes in Element X v25.08.3
255
=============================
356

0 commit comments

Comments
 (0)