diff --git a/CHANGES.md b/CHANGES.md index 439c35d63..e5ce49c60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,41 @@ +## Changes in 1.5.0 (2021-08-11) + +✨ Features + +- Voice messages: Remove labs setting and enable them by default. ([#4671](https://github.com/vector-im/element-ios/issues/4671)) + +🙌 Improvements + +- Upgrade MatrixKit version ([v0.15.7](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.15.7)). +- Settings: The notifications toggle no longer detects the system's "Deliver Quietly" configuration as disabled. ([#2368](https://github.com/vector-im/element-ios/issues/2368)) +- SSO: Stable ids for MSC 2858. ([#4362](https://github.com/vector-im/element-ios/issues/4362)) +- Room: Remove the green border from direct message room avatars. ([#4520](https://github.com/vector-im/element-ios/issues/4520)) +- Settings: Adds a link to open the Settings app to quickly configure app notifications. ([#4575](https://github.com/vector-im/element-ios/issues/4575)) +- Add support for Functional Members. ([#4609](https://github.com/vector-im/element-ios/issues/4609)) +- VoIP: Additional changes on call tiles. ([#4642](https://github.com/vector-im/element-ios/issues/4642)) +- Voice messages: Allow voice message playback control from the iOS lock screen and control center. ([#4655](https://github.com/vector-im/element-ios/issues/4655)) +- Voice messages: Stop recording and go into locked mode when the application becomes inactive. ([#4656](https://github.com/vector-im/element-ios/issues/4656)) +- Voice messages: Improve audio recording quality. ([#4671](https://github.com/vector-im/element-ios/issues/4671)) + +🐛 Bugfixes + +- fix typo in email settings ([#4480](https://github.com/vector-im/element-ios/issues/4480)) + +🧱 Build + +- CHANGES.md: Use towncrier to manage the change log. More info in [CONTRIBUTING](CONTRIBUTING.md#changelog). ([#4689](https://github.com/vector-im/element-ios/pull/4689), [#4393](https://github.com/vector-im/element-ios/issues/4393)) +- Add a script to initialize quickly and easily the project. ([#4596](https://github.com/vector-im/element-ios/issues/4596)) + +📄 Documentation + +- Convert CHANGES to MarkDown. ([#4393](https://github.com/vector-im/element-ios/issues/4393)) +- Add reference to AppIdentifiers.xcconfig in INSTALL.md. ([#4674](https://github.com/vector-im/element-ios/issues/4674)) + +Others + +- Contacts: Fix implicitly retained self warnings. ([#4677](https://github.com/vector-im/element-ios/issues/4677)) + + ## Changes in 1.4.9 (2021-08-03) 🙌 Improvements diff --git a/Config/AppIdentifiers.xcconfig b/Config/AppIdentifiers.xcconfig index 87a13956f..6f557400a 100644 --- a/Config/AppIdentifiers.xcconfig +++ b/Config/AppIdentifiers.xcconfig @@ -22,8 +22,8 @@ APPLICATION_GROUP_IDENTIFIER = group.im.vector APPLICATION_SCHEME = element // Version -MARKETING_VERSION = 1.4.10 -CURRENT_PROJECT_VERSION = 1.4.10 +MARKETING_VERSION = 1.5.0 +CURRENT_PROJECT_VERSION = 1.5.0 // Team diff --git a/Podfile b/Podfile index 53b05e0e6..d18617aa9 100644 --- a/Podfile +++ b/Podfile @@ -11,7 +11,7 @@ use_frameworks! # - `{ {kit spec hash} => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for each repo. Used by Fastfile during CI # # Warning: our internal tooling depends on the name of this variable name, so be sure not to change it -$matrixKitVersion = '= 0.15.6' +$matrixKitVersion = '= 0.15.7' # $matrixKitVersion = :local # $matrixKitVersion = {'develop' => 'develop'}