diff --git a/TCHAP_CHANGES.md b/TCHAP_CHANGES.md index b54d196a9c..ec50fc1d62 100644 --- a/TCHAP_CHANGES.md +++ b/TCHAP_CHANGES.md @@ -1,3 +1,11 @@ +Changes in Tchap 2.4.2 (2022-08-29) +=================================== + +Bugfixes 🐛 +---------- + - Forum creation: limited to my domain is not working ([#695](https://github.com/tchapgouv/tchap-android-v2/issues/695)) + + Changes in Tchap 2.4.1 (2022-08-16) =================================== @@ -11,12 +19,15 @@ Other changes - [Menu - Report Bug] Do not select "send screenshot" by default ([#686](https://github.com/tchapgouv/tchap-android-v2/issues/686)) - Remove Android Auto support ([#703](https://github.com/tchapgouv/tchap-android-v2/issues/703)) + Changes in Tchap 2.4.0 (2022-08-03) =================================== Improvements 🙌 -------------- - - Using a secondary button style in the case of binary actions ([#668](https://github.com/tchapgouv/tchap-android-v2/issues/668)) + - Use a secondary button style in the case of binary actions ([#668](https://github.com/tchapgouv/tchap-android-v2/issues/668)) + - [Manage Sessions] Restore the shields in the sessions list ([605](https://github.com/tchapgouv/tchap-android-v2/issues/605)) + - Enable cross-signing in Btchap and DevTchap, key backup in DevTchap ([458](https://github.com/tchapgouv/tchap-android-v2/issues/458)) Bugfixes 🐛 ---------- diff --git a/changelog.d/458.improvments b/changelog.d/458.improvments deleted file mode 100644 index 125eab2f7f..0000000000 --- a/changelog.d/458.improvments +++ /dev/null @@ -1 +0,0 @@ -Enable cross-signing in Btchap and dev and keyback-up in DevTchap diff --git a/changelog.d/605.improvments b/changelog.d/605.improvments deleted file mode 100644 index 1fdb528c00..0000000000 --- a/changelog.d/605.improvments +++ /dev/null @@ -1 +0,0 @@ -[Manage Sessions] Restore the shields in the list diff --git a/changelog.d/668.improvments b/changelog.d/668.improvments deleted file mode 100644 index 754492ffbc..0000000000 --- a/changelog.d/668.improvments +++ /dev/null @@ -1 +0,0 @@ -Using a secondary button style in the case of binary actions diff --git a/changelog.d/695.bugfix b/changelog.d/695.bugfix deleted file mode 100644 index fa0b4a1612..0000000000 --- a/changelog.d/695.bugfix +++ /dev/null @@ -1 +0,0 @@ -Forum creation: limited to my domain is not working