mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Prepare next release
This commit is contained in:
parent
8ad77036fc
commit
df633030c3
20
CHANGES.md
20
CHANGES.md
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
Build with Xcode 14.0 and fix introspection on the timeline List.
|
@ -1 +0,0 @@
|
||||
Fix strong reference cycle between RoomProxy and RoomTimelineProvider
|
@ -1 +0,0 @@
|
||||
Include changelog.d in Xcode project
|
@ -1 +0,0 @@
|
||||
Add notes for how to debug the network traffic
|
@ -1 +0,0 @@
|
||||
Include app name in default session display name
|
Loading…
x
Reference in New Issue
Block a user