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
eb68f52a0f
commit
03dece7bf4
69
CHANGES.md
69
CHANGES.md
@ -1,3 +1,72 @@
|
||||
## Changes in 1.1.0 (2023-05-18)
|
||||
|
||||
✨ Features
|
||||
|
||||
- Add the entry point for the Start a new Chat flow, with button on home Screen and first page ([#680](https://github.com/vector-im/element-x-ios/pull/680))
|
||||
- Show or create direct message room ([#716](https://github.com/vector-im/element-x-ios/pull/716))
|
||||
- Add background app refresh support ([#892](https://github.com/vector-im/element-x-ios/pull/892))
|
||||
- Adopt compound-ios on the Settings and Bug Report screens. ([#43](https://github.com/vector-im/element-x-ios/issues/43))
|
||||
- Set up Analytics to track data. ([#106](https://github.com/vector-im/element-x-ios/issues/106))
|
||||
- Add Localazy to the project for strings. ([#124](https://github.com/vector-im/element-x-ios/issues/124))
|
||||
- Add user search when creating a new dm room. ([#593](https://github.com/vector-im/element-x-ios/issues/593))
|
||||
- Add invites list (UI only) ([#605](https://github.com/vector-im/element-x-ios/issues/605))
|
||||
- Users can accept and decline invites. ([#621](https://github.com/vector-im/element-x-ios/issues/621))
|
||||
- Added unread badges in the invites list. ([#714](https://github.com/vector-im/element-x-ios/issues/714))
|
||||
- Added the Room Member Details Screen. ([#723](https://github.com/vector-im/element-x-ios/issues/723))
|
||||
- Ignore User functionality added in the Room Member Details View. ([#733](https://github.com/vector-im/element-x-ios/issues/733))
|
||||
- Added DM Details View. ([#738](https://github.com/vector-im/element-x-ios/issues/738))
|
||||
- Enabled Push Notifications with static text. ([#759](https://github.com/vector-im/element-x-ios/issues/759))
|
||||
- Select members before creating a room (UI for selection) ([#766](https://github.com/vector-im/element-x-ios/issues/766))
|
||||
- Local notifications support, these can also be decrypted and shown as rich push notifications. ([#813](https://github.com/vector-im/element-x-ios/issues/813))
|
||||
- Remote Push Notifications can now be displayed as rich push notifications. ([#855](https://github.com/vector-im/element-x-ios/issues/855))
|
||||
- Create a room screen (UI only) ([#877](https://github.com/vector-im/element-x-ios/issues/877))
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- Bump the SDK version and fix breaking changes. ([#703](https://github.com/vector-im/element-x-ios/pull/703))
|
||||
- Updated dependencies, and added a tool to check for outdated ones. ([#721](https://github.com/vector-im/element-x-ios/pull/721))
|
||||
- Add test plans for other test targets. ([#740](https://github.com/vector-im/element-x-ios/pull/740))
|
||||
- change name to nil in direct room parameters ([#758](https://github.com/vector-im/element-x-ios/pull/758))
|
||||
- Guard user suggestions behind feature flag so that they don't impact releasability of other room creation features ([#770](https://github.com/vector-im/element-x-ios/pull/770))
|
||||
- Remove styling for developer toggles ([#771](https://github.com/vector-im/element-x-ios/pull/771))
|
||||
- Use iOS localization handling for strings. ([#803](https://github.com/vector-im/element-x-ios/pull/803))
|
||||
- Analytics: reset user's consents on logout. ([#816](https://github.com/vector-im/element-x-ios/pull/816))
|
||||
- Use the existing quote bubble layout with TimelineReplyView. ([#883](https://github.com/vector-im/element-x-ios/pull/883))
|
||||
- Use Compound fonts everywhere. Allow the search bar to be styled. ([#43](https://github.com/vector-im/element-x-ios/issues/43))
|
||||
- Add Block user toggle to Report Content screen. ([#115](https://github.com/vector-im/element-x-ios/issues/115))
|
||||
- Migrate strings to Localazy, remove Android strings and use UntranslatedL10n to be clear when strings won't be translated. ([#124](https://github.com/vector-im/element-x-ios/issues/124))
|
||||
- Move media file loading logic to the SDK. ([#316](https://github.com/vector-im/element-x-ios/issues/316))
|
||||
- Bump SDK version and fix breaking changes. ([#709](https://github.com/vector-im/element-x-ios/issues/709))
|
||||
- Animations are disabled when tapping on an animations when the app is in background. ([#776](https://github.com/vector-im/element-x-ios/issues/776))
|
||||
- Removed the about title copy from the people section. ([#777](https://github.com/vector-im/element-x-ios/issues/777))
|
||||
- Move search users into UserProvider service ([#789](https://github.com/vector-im/element-x-ios/issues/789))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Hides the scroll down button for VoiceOver users if it is hidden for visual users by Sem Pruijs ([#670](https://github.com/vector-im/element-x-ios/pull/670))
|
||||
- Hide the avatars when the users has larger font on by Sem Pruijs ([#690](https://github.com/vector-im/element-x-ios/pull/690))
|
||||
- Hide the message composer textfield placeholder for VoiceOver users by Sem Pruijs ([#695](https://github.com/vector-im/element-x-ios/pull/695))
|
||||
- Fix incorrect state string. ([#704](https://github.com/vector-im/element-x-ios/pull/704))
|
||||
- Use a local copy of the accent colour in the asset catalog so it is applied to Alerts, Xcode previews etc. ([#43](https://github.com/vector-im/element-x-ios/issues/43))
|
||||
- Fix all broken snapshot tests follow strings update. Use double-length pseudolanguage instead of German to avoid translators breaking tests. ([#124](https://github.com/vector-im/element-x-ios/issues/124))
|
||||
- Fixed room previews failing to load because of incorrect sliding sync view ranges ([#641](https://github.com/vector-im/element-x-ios/issues/641))
|
||||
- Fixed room list not loading in offline mode ([#676](https://github.com/vector-im/element-x-ios/issues/676))
|
||||
- Fixed incorrect link detection and handling in the timeline ([#687](https://github.com/vector-im/element-x-ios/issues/687))
|
||||
- Fixed a bug that prevented the right localisation to be used when the preferred language locale contained a region identifier. ([#764](https://github.com/vector-im/element-x-ios/issues/764))
|
||||
- Fixed a bug that crashed the app when tapping on push notifications while the app was in some specific unhandled screens. ([#779](https://github.com/vector-im/element-x-ios/issues/779))
|
||||
- Display the room list even if the room count is not exact. ([#796](https://github.com/vector-im/element-x-ios/issues/796))
|
||||
- Notifications are now handled when the app is in a killed state. ([#802](https://github.com/vector-im/element-x-ios/issues/802))
|
||||
- Fixed a bug that did not render the sender icon of a dm sometimes. ([#863](https://github.com/vector-im/element-x-ios/issues/863))
|
||||
|
||||
📄 Documentation
|
||||
|
||||
- Update the link of the element ios room to be the element x ios support room in CONTRIBUTING.md and README.md by Sem Pruijs ([#668](https://github.com/vector-im/element-x-ios/pull/668))
|
||||
|
||||
🚧 In development 🚧
|
||||
|
||||
- Remove AppAuth library and prepare for Rust OIDC. ([#261](https://github.com/vector-im/element-x-ios/issues/261))
|
||||
|
||||
|
||||
## Changes in 1.0.24 (2023-03-10)
|
||||
|
||||
✨ Features
|
||||
|
@ -4279,7 +4279,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
||||
MARKETING_VERSION = 1.1.0;
|
||||
MARKETING_VERSION = 1.1.1;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@ -4352,7 +4352,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
||||
MARKETING_VERSION = 1.1.0;
|
||||
MARKETING_VERSION = 1.1.1;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
|
@ -1 +0,0 @@
|
||||
Set up Analytics to track data.
|
@ -1 +0,0 @@
|
||||
Add Block user toggle to Report Content screen.
|
@ -1 +0,0 @@
|
||||
Fix all broken snapshot tests follow strings update. Use double-length pseudolanguage instead of German to avoid translators breaking tests.
|
@ -1 +0,0 @@
|
||||
Migrate strings to Localazy, remove Android strings and use UntranslatedL10n to be clear when strings won't be translated.
|
@ -1 +0,0 @@
|
||||
Add Localazy to the project for strings.
|
@ -1 +0,0 @@
|
||||
Remove AppAuth library and prepare for Rust OIDC.
|
@ -1 +0,0 @@
|
||||
Move media file loading logic to the SDK.
|
@ -1 +0,0 @@
|
||||
Use a local copy of the accent colour in the asset catalog so it is applied to Alerts, Xcode previews etc.
|
@ -1 +0,0 @@
|
||||
Use Compound fonts everywhere. Allow the search bar to be styled.
|
@ -1 +0,0 @@
|
||||
Adopt compound-ios on the Settings and Bug Report screens.
|
@ -1 +0,0 @@
|
||||
Add user search when creating a new dm room.
|
@ -1 +0,0 @@
|
||||
Add invites list (UI only)
|
@ -1 +0,0 @@
|
||||
Users can accept and decline invites.
|
@ -1 +0,0 @@
|
||||
Fixed room previews failing to load because of incorrect sliding sync view ranges
|
@ -1 +0,0 @@
|
||||
Fixed room list not loading in offline mode
|
@ -1 +0,0 @@
|
||||
Fixed incorrect link detection and handling in the timeline
|
@ -1 +0,0 @@
|
||||
Bump SDK version and fix breaking changes.
|
@ -1 +0,0 @@
|
||||
Added unread badges in the invites list.
|
@ -1 +0,0 @@
|
||||
Added the Room Member Details Screen.
|
@ -1 +0,0 @@
|
||||
Ignore User functionality added in the Room Member Details View.
|
@ -1 +0,0 @@
|
||||
Added DM Details View.
|
@ -1 +0,0 @@
|
||||
Enabled Push Notifications with static text.
|
@ -1 +0,0 @@
|
||||
Fixed a bug that prevented the right localisation to be used when the preferred language locale contained a region identifier.
|
@ -1 +0,0 @@
|
||||
Select members before creating a room (UI for selection)
|
@ -1 +0,0 @@
|
||||
Animations are disabled when tapping on an animations when the app is in background.
|
@ -1 +0,0 @@
|
||||
Removed the about title copy from the people section.
|
@ -1 +0,0 @@
|
||||
Fixed a bug that crashed the app when tapping on push notifications while the app was in some specific unhandled screens.
|
@ -1 +0,0 @@
|
||||
Move search users into UserProvider service
|
@ -1 +0,0 @@
|
||||
Display the room list even if the room count is not exact.
|
@ -1 +0,0 @@
|
||||
Notifications are now handled when the app is in a killed state.
|
@ -1 +0,0 @@
|
||||
Local notifications support, these can also be decrypted and shown as rich push notifications.
|
@ -1 +0,0 @@
|
||||
Remote Push Notifications can now be displayed as rich push notifications.
|
@ -1 +0,0 @@
|
||||
Fixed a bug that did not render the sender icon of a dm sometimes.
|
@ -1 +0,0 @@
|
||||
Create a room screen (UI only)
|
@ -1 +0,0 @@
|
||||
Update the link of the element ios room to be the element x ios support room in CONTRIBUTING.md and README.md by Sem Pruijs
|
@ -1 +0,0 @@
|
||||
Hides the scroll down button for VoiceOver users if it is hidden for visual users by Sem Pruijs
|
@ -1 +0,0 @@
|
||||
Add the entry point for the Start a new Chat flow, with button on home Screen and first page
|
@ -1 +0,0 @@
|
||||
Hide the avatars when the users has larger font on by Sem Pruijs
|
@ -1 +0,0 @@
|
||||
Hide the message composer textfield placeholder for VoiceOver users by Sem Pruijs
|
@ -1 +0,0 @@
|
||||
Bump the SDK version and fix breaking changes.
|
@ -1 +0,0 @@
|
||||
Fix incorrect state string.
|
@ -1 +0,0 @@
|
||||
Show or create direct message room
|
@ -1 +0,0 @@
|
||||
Updated dependencies, and added a tool to check for outdated ones.
|
@ -1 +0,0 @@
|
||||
Add test plans for other test targets.
|
@ -1 +0,0 @@
|
||||
change name to nil in direct room parameters
|
@ -1 +0,0 @@
|
||||
Guard user suggestions behind feature flag so that they don't impact releasability of other room creation features
|
@ -1 +0,0 @@
|
||||
Remove styling for developer toggles
|
@ -1 +0,0 @@
|
||||
Use iOS localization handling for strings.
|
@ -1 +0,0 @@
|
||||
Analytics: reset user's consents on logout.
|
@ -1 +0,0 @@
|
||||
Use the existing quote bubble layout with TimelineReplyView.
|
@ -1 +0,0 @@
|
||||
Add background app refresh support
|
@ -27,7 +27,7 @@ settings:
|
||||
APP_GROUP_IDENTIFIER: group.$(BASE_APP_GROUP_IDENTIFIER)
|
||||
BASE_BUNDLE_IDENTIFIER: io.element.elementx
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
||||
MARKETING_VERSION: 1.1.0
|
||||
MARKETING_VERSION: 1.1.1
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
DEVELOPMENT_TEAM: 7J4U792NQT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user