Skip to content

Commit b559065

Browse files
committed
Changelog for version 25.09.1
1 parent 55d1942 commit b559065

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

CHANGES.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
Changes in Element X v25.09.1
2+
=============================
3+
4+
## What's Changed
5+
6+
We have migrated our DI libraries from Dagger and Anvil to Metro. If you need more details on the migration steps, please read the [documentation](https://github.com/element-hq/element-x-android/blob/develop/docs/migration_to_metro.md).
7+
8+
### ✨ Features
9+
* Allow replying to a message with an attachment by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5261
10+
* Add emoji search to the reaction emoji picker by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5255
11+
### 🙌 Improvements
12+
* Spelling correction in Update FeatureFlags.kt by @escix in https://github.com/element-hq/element-x-android/pull/5232
13+
* [a11y] Add content descriptions to room list item indicators by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5236
14+
* [a11y] Add click action to the message bottom sheet handle by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5228
15+
### 🐛 Bugfixes
16+
* Reload member list after moderation actions by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5268
17+
* Restore view log code by @bmarty in https://github.com/element-hq/element-x-android/pull/5294
18+
* Detect mime type when picking a file by @bmarty in https://github.com/element-hq/element-x-android/pull/5291
19+
### 🗣 Translations
20+
* Sync Strings by @ElementBot in https://github.com/element-hq/element-x-android/pull/5249
21+
* Sync Strings - new translations to Korean by @ElementBot in https://github.com/element-hq/element-x-android/pull/5286
22+
* Sync Strings by @ElementBot in https://github.com/element-hq/element-x-android/pull/5290
23+
### 🧱 Build
24+
* Iterate on build chain by @bmarty in https://github.com/element-hq/element-x-android/pull/5272
25+
* Cleanup our DI solution and add documentation about the migration to Metro by @bmarty in https://github.com/element-hq/element-x-android/pull/5287
26+
* Revert agp to 8.11 by @bmarty in https://github.com/element-hq/element-x-android/pull/5311
27+
### 🚧 In development 🚧
28+
* Space: add content in home screen by @bmarty in https://github.com/element-hq/element-x-android/pull/5273
29+
* Hide the home navigation bar if the user is not a member of any Space. by @bmarty in https://github.com/element-hq/element-x-android/pull/5292
30+
### Dependency upgrades
31+
* Update dependency org.maplibre.gl:android-sdk to v11.13.1 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5239
32+
* Update dependency com.google.firebase:firebase-bom to v34.2.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5245
33+
* Update dependency com.posthog:posthog-android to v3.21.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5238
34+
* Update dependency org.matrix.rustcomponents:sdk-android to v25.9.1 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5251
35+
* Update plugin sonarqube to v6.3.1.5724 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5235
36+
* Update android.gradle.plugin to v8.12.2 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5244
37+
* Update dependency io.element.android:emojibase-bindings to v1.4.3 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5250
38+
* Update actions/setup-python action to v6 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5270
39+
* Update dependency com.posthog:posthog-android to v3.21.1 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5275
40+
* Migrate Anvil KSP to Metro by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5253
41+
* Update actions/github-script action to v8 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5284
42+
* Update codecov/codecov-action action to v5.5.1 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5274
43+
* Update dependency io.sentry:sentry-android to v8.21.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5293
44+
### Others
45+
* Remove LoginUserStory. by @bmarty in https://github.com/element-hq/element-x-android/pull/5237
46+
* Update state in runUpdatingState when CancellationException occurs by @jbrenorv in https://github.com/element-hq/element-x-android/pull/5243
47+
* Refactor: Move InMemorySessionStore to test module by @bmarty in https://github.com/element-hq/element-x-android/pull/5252
48+
* Enable `largeHeap` option to have a larger max heap size by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5258
49+
* Set a custom request config for the Client by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5266
50+
* Set shortcut ID on received notifications to make them appear as a Conversation by @frebib in https://github.com/element-hq/element-x-android/pull/5192
51+
* Improve management of shortcut ids. by @bmarty in https://github.com/element-hq/element-x-android/pull/5303
52+
53+
## New Contributors
54+
* @escix made their first contribution in https://github.com/element-hq/element-x-android/pull/5232
55+
* @jbrenorv made their first contribution in https://github.com/element-hq/element-x-android/pull/5243
56+
57+
**Full Changelog**: https://github.com/element-hq/element-x-android/compare/v25.09.0...v25.09.1
58+
159
Changes in Element X v25.09.0
260
=============================
361

0 commit comments

Comments
 (0)