mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Prepare next release
This commit is contained in:
parent
1901749c17
commit
352bb577ad
44
CHANGES.md
44
CHANGES.md
@ -1,3 +1,47 @@
|
||||
## Changes in 1.9.6 (2024-11-19)
|
||||
|
||||
### What's Changed
|
||||
|
||||
✨ Features
|
||||
* Share extension by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3506
|
||||
* Enable local echoes for media uploads on development builds. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3514
|
||||
|
||||
🙌 Improvements
|
||||
* Stacked Avatars View by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3504
|
||||
|
||||
🐛 Bugfixes
|
||||
* Regenerate thumbnails to see if it helps with phantom avatar switching. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3503
|
||||
* Fix #1947 - Check expected files are still present before restoring a session. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3507
|
||||
* Fix Rooms that user has knocked not displaying the request sent screen by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3513
|
||||
* Fix share extension app group so it works for nightlies too by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3520
|
||||
* Fix toolbar icons disappearing on the iPad after backgrounding the app by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3521
|
||||
* Fix a bug where the security banner has the wrong state when out of sync. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3511
|
||||
* Fix image animations / remove fading when switching between local and remote echoes. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3525
|
||||
|
||||
🗣 Translations
|
||||
* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/3523
|
||||
|
||||
🧱 Build
|
||||
* Update the project to use Xcode 16.1 by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3505
|
||||
|
||||
🚧 In development 🚧
|
||||
* Knock requests banner by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3510
|
||||
* Knocking Request Cell by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3516
|
||||
|
||||
Others
|
||||
* Update the strings for unsupported calls. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3502
|
||||
* Bump the RustSDK to v1.0.67 by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3512
|
||||
* UI test fixes by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3515
|
||||
* Group image and video metadata in specialised structs by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3518
|
||||
* Update compound by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3519
|
||||
* Update the SDK. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3524
|
||||
* Update compound iOS by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3532
|
||||
* Expose the public search feature flag in the developer settings and disable it by default. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3528
|
||||
* Update the SDK. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3535
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/1.9.5...1.9.6
|
||||
|
||||
## Changes in 1.9.5 (2024-11-11)
|
||||
|
||||
### What's Changed
|
||||
|
@ -7743,7 +7743,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.6;
|
||||
MARKETING_VERSION = 1.9.6;
|
||||
MARKETING_VERSION = 1.9.7;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCTION_APP_NAME = Element;
|
||||
@ -7820,7 +7820,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.6;
|
||||
MARKETING_VERSION = 1.9.6;
|
||||
MARKETING_VERSION = 1.9.7;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
|
@ -41,7 +41,7 @@ settings:
|
||||
APP_GROUP_IDENTIFIER: group.$(BASE_APP_GROUP_IDENTIFIER)
|
||||
APP_NAME: ElementX
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"
|
||||
MARKETING_VERSION: 1.9.6
|
||||
MARKETING_VERSION: 1.9.7
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
SUPPORTS_MACCATALYST: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user