Skip to content

Commit

Permalink
Merge branch 'release/2.14.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Nov 26, 2024
2 parents e4d5055 + 88d6cdf commit 460eea3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
7 changes: 7 additions & 0 deletions TCHAP_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes in Tchap 2.14.0 (2024-11-26)
====================================

Features ✨
----------
- Activation des appels vidéos sur toutes les instances. ([#1136](https://github.com/tchapgouv/tchap-android/issues/1136))

Changes in Tchap 2.13.11 (2024-11-16)
=====================================

Expand Down
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.13.11"
version = "2.14.0"
directory = "changelog.d"
filename = "TCHAP_CHANGES.md"
name = "Changes in Tchap"
Expand Down
4 changes: 2 additions & 2 deletions vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ knit {

// Note: 2 digits max for each value
ext.versionMajor = 2
ext.versionMinor = 13
ext.versionMinor = 14
// 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 = 11
ext.versionPatch = 0

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
Expand Down
7 changes: 1 addition & 6 deletions vector-config/src/tchap/res/values/config-features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
<bool name="tchap_is_thread_enabled">false</bool>
<bool name="tchap_is_secure_backup_required">false</bool>

<string-array name="tchap_is_visio_supported_homeservers" translatable="false">
<item>agent.dinum.tchap.gouv.fr</item>
<item>agent.education.tchap.gouv.fr</item>
<item>agent.tchap.gouv.fr</item>
<item>agent.intradef.tchap.gouv.fr</item>
</string-array>
<string-array name="tchap_is_visio_supported_homeservers" translatable="false" />
</resources>

0 comments on commit 460eea3

Please sign in to comment.