Prepare next release

This commit is contained in:
Element CI 2023-09-18 09:43:06 -07:00
parent 11429d393a
commit cbee2a9860
19 changed files with 31 additions and 18 deletions

View File

@ -1,3 +1,31 @@
## Changes in 1.2.9 (2023-09-18)
✨ Features
- Messages that are part of a thread will be marked with a thread decorator. ([#1686](https://github.com/vector-im/element-x-ios/issues/1686))
- Introduce a new advanced settings screen ([#1699](https://github.com/vector-im/element-x-ios/issues/1699))
🙌 Improvements
- Revert to using a Web Authentication Session for OIDC account management. ([#1634](https://github.com/vector-im/element-x-ios/pull/1634))
- Hook up universal links to the App Coordinator (this doesn't actually handle them yet). ([#1638](https://github.com/vector-im/element-x-ios/pull/1638))
- Separate Manage account from Manage devices ([#1698](https://github.com/vector-im/element-x-ios/pull/1698))
- Update app icon. ([#1720](https://github.com/vector-im/element-x-ios/pull/1720))
- Enable token refresh in the NSE (and notifications for OIDC accounts). ([#1712](https://github.com/vector-im/element-x-ios/issues/1712))
🐛 Bugfixes
- Add default schemes for detected links that don't have any ([#1651](https://github.com/vector-im/element-x-ios/pull/1651))
- The bloom does not pop in but fades in. ([#1705](https://github.com/vector-im/element-x-ios/pull/1705))
- Various accessibility fixes: add labels on timeline media, hide swipe to reply button, add sender on all messages, improve replies and reactions ([#1104](https://github.com/vector-im/element-x-ios/issues/1104))
- ([#1198](https://github.com/vector-im/element-x-ios/issues/1198))
- Add copy permalink option for messages that failed decryption ([#1338](https://github.com/vector-im/element-x-ios/issues/1338))
- Viewing reaction details UI fails to switch between multiple reactions ([#1552](https://github.com/vector-im/element-x-ios/issues/1552))
- Add missing contacts field to OIDC configuration. ([#1653](https://github.com/vector-im/element-x-ios/issues/1653))
- Fix avatar button size and make mxid copyable in Room/Member details screens. ([#1669](https://github.com/vector-im/element-x-ios/issues/1669))
- Correctly parse markdown and html received in push notifications ([#1679](https://github.com/vector-im/element-x-ios/issues/1679))
## Changes in 1.2.8 (2023-09-01)
🙌 Improvements

View File

@ -5363,7 +5363,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.2.9;
MARKETING_VERSION = 1.3.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
@ -5439,7 +5439,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.2.9;
MARKETING_VERSION = 1.3.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;

View File

@ -1 +0,0 @@
Various accessibility fixes: add labels on timeline media, hide swipe to reply button, add sender on all messages, improve replies and reactions

View File

@ -1 +0,0 @@
Add copy permalink option for messages that failed decryption

View File

@ -1 +0,0 @@
Viewing reaction details UI fails to switch between multiple reactions

View File

@ -1 +0,0 @@
Add missing contacts field to OIDC configuration.

View File

@ -1 +0,0 @@
Fix avatar button size and make mxid copyable in Room/Member details screens.

View File

@ -1 +0,0 @@
Correctly parse markdown and html received in push notifications

View File

@ -1 +0,0 @@
Messages that are part of a thread will be marked with a thread decorator.

View File

@ -1 +0,0 @@
Introduce a new advanced settings screen

View File

@ -1 +0,0 @@
Enable token refresh in the NSE (and notifications for OIDC accounts).

View File

@ -1 +0,0 @@
Revert to using a Web Authentication Session for OIDC account management.

View File

@ -1 +0,0 @@
Hook up universal links to the App Coordinator (this doesn't actually handle them yet).

View File

@ -1 +0,0 @@
Add default schemes for detected links that don't have any

View File

@ -1 +0,0 @@
Separate Manage account from Manage devices

View File

@ -1 +0,0 @@
The bloom does not pop in but fades in.

View File

@ -1 +0,0 @@
Update app icon.

View File

@ -30,7 +30,7 @@ settings:
APP_DISPLAY_NAME: Element X
APP_CUSTOM_SCHEME: element
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
MARKETING_VERSION: 1.2.9
MARKETING_VERSION: 1.3.0
CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT