Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Feb 28, 2025
1 parent cc61d8f commit 615cfed
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
11 changes: 11 additions & 0 deletions TCHAP_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Changes in Tchap 2.17.2 (2025-02-28)
====================================

Bugfixes 🐛
----------
- Correction du crash sur android 6 et 7 à l'ouverture d'un salon. ([#1155](https://github.com/tchapgouv/tchap-android/issues/1155))

SDK API changes ⚠️
------------------
- Support des API de medias authentifiés avec l'anti-virus. ([#1152](https://github.com/tchapgouv/tchap-android/issues/1152))

Changes in Tchap 2.17.1 (2025-02-20)
====================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1152.sdk

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1155.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.towncrier]
version = "2.17.1"
version = "2.17.2"
directory = "changelog.d"
filename = "TCHAP_CHANGES.md"
name = "Changes in Tchap"
Expand Down
2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext.versionMinor = 17
// Note: even values are reserved for regular release, odd values for hotfix release.
// When creating a hotfix, you should decrease the value, since the current value
// is the value for the next regular release.
ext.versionPatch = 1
ext.versionPatch = 2

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
Expand Down
4 changes: 2 additions & 2 deletions vector-config/src/tchap/res/values/config-features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<bool name="tchap_is_cross_signing_enabled">true</bool>
<bool name="tchap_is_key_backup_enabled">true</bool>
<bool name="tchap_is_thread_enabled">false</bool>
<bool name="tchap_is_secure_backup_required">true</bool>
<bool name="tchap_is_sso_enabled">true</bool>
<bool name="tchap_is_secure_backup_required">false</bool>
<bool name="tchap_is_sso_enabled">false</bool>

<string-array name="tchap_is_visio_supported_homeservers" translatable="false" />
</resources>

0 comments on commit 615cfed

Please sign in to comment.