Skip to content

Commit 236d142

Browse files
author
Element CI
committed
Prepare next release
1 parent aad423d commit 236d142

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGES.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## Changes in 1.9.1 (2024-10-15)
2+
3+
### What's Changed
4+
5+
🐛 Bugfixes
6+
* Fix a bug opening images with a valid filename but a mimetype of `image/*` (sent by EXA). by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3407
7+
8+
🗣 Translations
9+
* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/3406
10+
11+
🚧 In development 🚧
12+
* Create Room with knock rule by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3397
13+
* Allow video uploads to be optimised to reduce bandwidth. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3408
14+
15+
16+
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/1.9.0...1.9.1
17+
118
## Changes in 1.9.0 (2024-10-10)
219

320
### What's Changed

ElementX.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7433,7 +7433,7 @@
74337433
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
74347434
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
74357435
MACOSX_DEPLOYMENT_TARGET = 13.3;
7436-
MARKETING_VERSION = 1.9.1;
7436+
MARKETING_VERSION = 1.9.2;
74377437
MTL_ENABLE_DEBUG_INFO = NO;
74387438
MTL_FAST_MATH = YES;
74397439
PRODUCTION_APP_NAME = Element;
@@ -7510,7 +7510,7 @@
75107510
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
75117511
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
75127512
MACOSX_DEPLOYMENT_TARGET = 13.3;
7513-
MARKETING_VERSION = 1.9.1;
7513+
MARKETING_VERSION = 1.9.2;
75147514
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
75157515
MTL_FAST_MATH = YES;
75167516
ONLY_ACTIVE_ARCH = YES;

project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ settings:
4141
APP_GROUP_IDENTIFIER: group.$(BASE_APP_GROUP_IDENTIFIER)
4242
APP_NAME: ElementX
4343
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"
44-
MARKETING_VERSION: 1.9.1
44+
MARKETING_VERSION: 1.9.2
4545
CURRENT_PROJECT_VERSION: 1
4646
SUPPORTS_MACCATALYST: false
4747

0 commit comments

Comments
 (0)