Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Element CI committed Oct 31, 2023
1 parent d0ec76c commit 213ae98
Show file tree
Hide file tree
Showing 21 changed files with 35 additions and 21 deletions.
32 changes: 32 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## Changes in 1.4.0 (2023-10-31)

✨ Features

- Add support for running Element Calls through Rust side widgets ([#1906](https://github.com/vector-im/element-x-ios/pull/1906))
- Pills for user mentions and the completion suggestion view are now enabled. ([#1971](https://github.com/vector-im/element-x-ios/pull/1971))
- Allow the app to be locked with a PIN code or Touch/Face ID. ([#1990](https://github.com/vector-im/element-x-ios/pull/1990))
- All users mention @room now appears in the completion suggestion view. ([#1875](https://github.com/vector-im/element-x-ios/issues/1875))
- Enable Element Call for all users. ([#1983](https://github.com/vector-im/element-x-ios/issues/1983))

🙌 Improvements

- Remove DesignKit package. ([#1886](https://github.com/vector-im/element-x-ios/pull/1886))
- Update Compound and use new pill colours. ([#1989](https://github.com/vector-im/element-x-ios/pull/1989))

🐛 Bugfixes

- Revert the OIDC redirect URL back to using a custom scheme. ([#1936](https://github.com/vector-im/element-x-ios/issues/1936))

🚧 In development 🚧

- Initial service implementation for using a PIN code ([#1912](https://github.com/vector-im/element-x-ios/pull/1912))
- Add the App Lock settings screen. ([#1917](https://github.com/vector-im/element-x-ios/pull/1917))
- Implement the AppLockScreen as per the designs. ([#1925](https://github.com/vector-im/element-x-ios/pull/1925))
- Add PIN entry screen for creating/accessing PIN settings. ([#1930](https://github.com/vector-im/element-x-ios/pull/1930))
- Add Biometrics screen for enabling Touch/Face ID after creating a PIN. ([#1942](https://github.com/vector-im/element-x-ios/pull/1942))
- Add an AppLockSetupFlowCoordinator for creating a PIN with both mandatory and optional flows. ([#1949](https://github.com/vector-im/element-x-ios/pull/1949))
- Add support for Face ID/Touch ID to app lock. ([#1966](https://github.com/vector-im/element-x-ios/pull/1966))
- Handle invalid PIN input in the settings flow. ([#1972](https://github.com/vector-im/element-x-ios/pull/1972))
- Fix a bug when setting up App Lock if biometrics aren't available. ([#1981](https://github.com/vector-im/element-x-ios/pull/1981))
- Enforce mandatory app lock outside of the authentication flow. ([#1982](https://github.com/vector-im/element-x-ios/pull/1982))

## Changes in 1.3.3 (2023-10-12)

🚧 In development 🚧
Expand Down
4 changes: 2 additions & 2 deletions ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6247,7 +6247,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.4.0;
MARKETING_VERSION = 1.4.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -6322,7 +6322,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.4.0;
MARKETING_VERSION = 1.4.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down
1 change: 0 additions & 1 deletion changelog.d/1875.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1936.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1983.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1886.change

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1906.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1912.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1917.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1925.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1930.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1942.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1949.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1966.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1971.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1972.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1981.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1982.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1989.change

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1990.feature

This file was deleted.

2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ settings:
APP_NAME: ElementX
APP_DISPLAY_NAME: Element X
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
MARKETING_VERSION: 1.4.0
MARKETING_VERSION: 1.4.1
CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT

Expand Down

0 comments on commit 213ae98

Please sign in to comment.