diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfc9a78..a0e10e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.42.2 - 2021-11-04 +Minor bugfix release which fixes signing up on matrix.org and make FluffyChats voice messages playable in Element. + +- feat: Nicer registration form +- feat: Nicer audio message design and send duration +- fix: Signup on matrix.org +- fix: Mark voice messages with msc3245 +- fix: Play response voice messages +- fix: Crash on logout + ## v0.42.1 - 2021-10-26 Minor bugfix release. diff --git a/android/fastlane/README.md b/android/fastlane/README.md index 5a466743..aa5e6dbb 100644 --- a/android/fastlane/README.md +++ b/android/fastlane/README.md @@ -16,14 +16,14 @@ or alternatively using `brew install fastlane` # Available Actions ## Android -### android set_build_code_beta +### android set_build_code_internal ``` -fastlane android set_build_code_beta +fastlane android set_build_code_internal ``` -### android deploy_beta_test +### android deploy_internal_test ``` -fastlane android deploy_beta_test +fastlane android deploy_internal_test ``` ### android deploy_release @@ -34,6 +34,6 @@ fastlane android deploy_release ---- -This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run. +This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools). diff --git a/android/fastlane/report.xml b/android/fastlane/report.xml index f55cba0e..2123376e 100644 --- a/android/fastlane/report.xml +++ b/android/fastlane/report.xml @@ -5,17 +5,17 @@ - + - + - + diff --git a/pubspec.yaml b/pubspec.yaml index 5b4d5d7b..de1b878b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.42.1+1532 +version: 0.42.2+1562 environment: sdk: ">=2.11.0 <3.0.0"