Skip to content

Commit 1b7018f

Browse files
committed
Merge branch 'release/26.04.2'
2 parents e79b1ec + 5f57388 commit 1b7018f

File tree

5 files changed

+28
-2
lines changed

5 files changed

+28
-2
lines changed

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Changes in Element X v26.04.1
2+
=============================
3+
4+
## What's Changed
5+
### ✨ Features
6+
* Add support for slash commands (under Feature Flag) by @bmarty in https://github.com/element-hq/element-x-android/pull/6482
7+
### Dependency upgrades
8+
* chore(deps): update gradle/actions action to v6 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/6489
9+
* fix(deps): update dependency androidx.work:work-runtime-ktx to v2.11.2 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/6479
10+
* fix(deps): update dependency net.zetetic:sqlcipher-android to v4.14.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/6460
11+
* fix(deps): update metro to v0.12.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/6503
12+
* fix(deps): update dependency androidx.compose:compose-bom to v2026.03.01 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/6511
13+
* fix(deps): update dependency org.jetbrains.kotlinx:kover-gradle-plugin to v0.9.8 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/6513
14+
* fix(deps): update dependency androidx.browser:browser to v1.10.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/6515
15+
* fix(deps): update dependency io.element.android:emojibase-bindings to v1.5.3 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/6493
16+
* fix(deps): update core to v1.18.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/6328
17+
### Others
18+
* Tentative fix for `ForegroundServiceStartNotAllowedException` by @jmartinesp in https://github.com/element-hq/element-x-android/pull/6509
19+
* Fix a missing : in build-rust-sdk by @andybalaam in https://github.com/element-hq/element-x-android/pull/6522
20+
21+
22+
**Full Changelog**: https://github.com/element-hq/element-x-android/compare/v26.04.0...v26.04.1
23+
124
Changes in Element X v26.04.0
225
=============================
326

enterprise

Submodule enterprise added at cdde60c
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Main changes in this version: bug fixes and improvements.
2+
Full changelog: https://github.com/element-hq/element-x-android/releases

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ sigpwned_emoji4j = "com.sigpwned:emoji4j-core:16.0.0"
233233
metro_runtime = { module = "dev.zacsweers.metro:runtime", version.ref = "metro" }
234234

235235
# Element Call
236-
element_call_embedded = "io.element.android:element-call-embedded:0.18.0"
236+
element_call_embedded = "io.element.android:element-call-embedded:0.19.0"
237237

238238
# Auto services
239239
google_autoservice = { module = "com.google.auto.service:auto-service", version.ref = "autoservice" }

plugins/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private const val versionMonth = 4
4545
* Release number in the month. Value must be in [0,99].
4646
* Do not update this value. it is updated by the release script.
4747
*/
48-
private const val versionReleaseNumber = 1
48+
private const val versionReleaseNumber = 2
4949

5050
object Versions {
5151
/**

0 commit comments

Comments
 (0)