Prepare next release

This commit is contained in:
Stefan Ceriu 2022-10-25 16:08:09 +03:00
parent 8ad77036fc
commit df633030c3
8 changed files with 23 additions and 8 deletions

View File

@ -1,3 +1,23 @@
## Changes in 1.0.4 (2022-10-25)
🙌 Improvements
- Build with Xcode 14.0 and fix introspection on the timeline List. ([#163](https://github.com/vector-im/element-x-ios/issues/163))
- Include app name in default session display name ([#227](https://github.com/vector-im/element-x-ios/issues/227))
🐛 Bugfixes
- Fix strong reference cycle between RoomProxy and RoomTimelineProvider ([#216](https://github.com/vector-im/element-x-ios/issues/216))
📄 Documentation
- Add notes for how to debug the network traffic ([#223](https://github.com/vector-im/element-x-ios/issues/223))
Others
- Include changelog.d in Xcode project ([#218](https://github.com/vector-im/element-x-ios/issues/218))
## Changes in 1.0.3 (2022-09-23)
✨ Features

View File

@ -2855,7 +2855,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.4;
MARKETING_VERSION = 1.0.5;
PRODUCT_BUNDLE_IDENTIFIER = "$(BASE_BUNDLE_IDENTIFIER)";
PRODUCT_NAME = ElementX;
SDKROOT = iphoneos;
@ -2878,7 +2878,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.4;
MARKETING_VERSION = 1.0.5;
PRODUCT_BUNDLE_IDENTIFIER = "$(BASE_BUNDLE_IDENTIFIER)";
PRODUCT_NAME = ElementX;
SDKROOT = iphoneos;

View File

@ -52,7 +52,7 @@ targets:
base:
PRODUCT_NAME: ElementX
PRODUCT_BUNDLE_IDENTIFIER: $(BASE_BUNDLE_IDENTIFIER)
MARKETING_VERSION: 1.0.4
MARKETING_VERSION: 1.0.5
CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT
CODE_SIGN_ENTITLEMENTS: ElementX/SupportingFiles/ElementX.entitlements

View File

@ -1 +0,0 @@
Build with Xcode 14.0 and fix introspection on the timeline List.

View File

@ -1 +0,0 @@
Fix strong reference cycle between RoomProxy and RoomTimelineProvider

View File

@ -1 +0,0 @@
Include changelog.d in Xcode project

View File

@ -1 +0,0 @@
Add notes for how to debug the network traffic

View File

@ -1 +0,0 @@
Include app name in default session display name