From 64a947beb3c1eb7e2046ab5f76da5c5e039a13d6 Mon Sep 17 00:00:00 2001 From: yostyle Date: Fri, 2 Aug 2024 14:10:24 +0200 Subject: [PATCH 1/2] Disable visio for Finances instance --- changelog.d/1098.feature | 1 + towncrier.toml | 2 +- vector-app/build.gradle | 2 +- vector-config/src/tchap/res/values/config-features.xml | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 changelog.d/1098.feature diff --git a/changelog.d/1098.feature b/changelog.d/1098.feature new file mode 100644 index 0000000000..40783d228f --- /dev/null +++ b/changelog.d/1098.feature @@ -0,0 +1 @@ +Activation des appels vidéos pour DINUM uniquement. \ No newline at end of file diff --git a/towncrier.toml b/towncrier.toml index ef95bd7173..a320bbad2d 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -1,5 +1,5 @@ [tool.towncrier] - version = "2.13.2" + version = "2.13.3" directory = "changelog.d" filename = "TCHAP_CHANGES.md" name = "Changes in Tchap" diff --git a/vector-app/build.gradle b/vector-app/build.gradle index 8bad1ad7d2..273036c651 100644 --- a/vector-app/build.gradle +++ b/vector-app/build.gradle @@ -37,7 +37,7 @@ ext.versionMinor = 13 // 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 = 2 +ext.versionPatch = 3 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct' diff --git a/vector-config/src/tchap/res/values/config-features.xml b/vector-config/src/tchap/res/values/config-features.xml index 6be4c68bd5..9990fc02d7 100755 --- a/vector-config/src/tchap/res/values/config-features.xml +++ b/vector-config/src/tchap/res/values/config-features.xml @@ -7,6 +7,5 @@ agent.dinum.tchap.gouv.fr - agent.finances.tchap.gouv.fr From d4e73a92571c3f57551c9d2f30c201e114170bda Mon Sep 17 00:00:00 2001 From: yostyle Date: Fri, 2 Aug 2024 14:32:43 +0200 Subject: [PATCH 2/2] Update changelog --- TCHAP_CHANGES.md | 7 +++++++ changelog.d/1098.feature | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 changelog.d/1098.feature diff --git a/TCHAP_CHANGES.md b/TCHAP_CHANGES.md index d445f6d6a4..478490a3b2 100644 --- a/TCHAP_CHANGES.md +++ b/TCHAP_CHANGES.md @@ -1,3 +1,10 @@ +Changes in Tchap 2.13.3 (2024-08-02) +==================================== + +Features ✨ +---------- + - Activation des appels vidéos pour DINUM uniquement. ([#1098](https://github.com/tchapgouv/tchap-android/issues/1098)) + Changes in Tchap 2.13.2 (2024-08-01) ==================================== diff --git a/changelog.d/1098.feature b/changelog.d/1098.feature deleted file mode 100644 index 40783d228f..0000000000 --- a/changelog.d/1098.feature +++ /dev/null @@ -1 +0,0 @@ -Activation des appels vidéos pour DINUM uniquement. \ No newline at end of file