Prepare next release

This commit is contained in:
Element CI 2023-03-10 02:08:48 -08:00
parent d001b3dd32
commit 1fbeec6182
12 changed files with 26 additions and 11 deletions

View File

@ -1,3 +1,28 @@
## Changes in 1.0.24 (2023-03-10)
✨ Features
- Auto Mocks generator added to the project. ([#600](https://github.com/vector-im/element-x-ios/issues/600))
🙌 Improvements
- Improved report content UI. ([#115](https://github.com/vector-im/element-x-ios/issues/115))
- Avatar url is now cached on the rust side. ([#550](https://github.com/vector-im/element-x-ios/issues/550))
🐛 Bugfixes
- Fixed crash on the settings screen when showing the "complete verification" button before the session verification controller proxy was ready ([#650](https://github.com/vector-im/element-x-ios/pull/650))
- Ignore background images in OnboardingBackgroundView for VoiceOver users by Sem Pruijs ([#658](https://github.com/vector-im/element-x-ios/pull/658))
- Hide the message composer textfield placeholder for VoiceOver users by Sem Pruijs ([#688](https://github.com/vector-im/element-x-ios/pull/688))
- Hides the scroll down button for VoiceOver users if it is hidden for visual users by Sem Pruijs (pr670)
- Prevent creating collapsible groups for one single event. Increase their padding and touch area. ([#631](https://github.com/vector-im/element-x-ios/issues/631))
- Update top padding and a string in Login and Server Selection screens. ([#632](https://github.com/vector-im/element-x-ios/issues/632))
⚠️ API Changes
- Remove all APIs that load media from URLs. These were unused and we should continue to load media through MediaSource in the future. ([#444](https://github.com/vector-im/element-x-ios/issues/444))
## Changes in 1.0.23 (2023-02-24)
No significant changes.

View File

@ -1 +0,0 @@
Improved report content UI.

View File

@ -1 +0,0 @@
Remove all APIs that load media from URLs. These were unused and we should continue to load media through MediaSource in the future.

View File

@ -1 +0,0 @@
Avatar url is now cached on the rust side.

View File

@ -1 +0,0 @@
Auto Mocks generator added to the project.

View File

@ -1 +0,0 @@
Prevent creating collapsible groups for one single event. Increase their padding and touch area.

View File

@ -1 +0,0 @@
Update top padding and a string in Login and Server Selection screens.

View File

@ -1 +0,0 @@
Fixed crash on the settings screen when showing the "complete verification" button before the session verification controller proxy was ready

View File

@ -1 +0,0 @@
Ignore background images in OnboardingBackgroundView for VoiceOver users by Sem Pruijs

View File

@ -1 +0,0 @@
Hide the message composer textfield placeholder for VoiceOver users by Sem Pruijs

View File

@ -1 +0,0 @@
Hides the scroll down button for VoiceOver users if it is hidden for visual users by Sem Pruijs

View File

@ -26,7 +26,7 @@ settings:
APP_GROUP_IDENTIFIER: group.$(BASE_APP_GROUP_IDENTIFIER)
BASE_BUNDLE_IDENTIFIER: io.element.elementx
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
MARKETING_VERSION: 1.0.24
MARKETING_VERSION: 1.0.25
CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT