From 066d4bfefc44c22fae945f452c091faa4d6bbe96 Mon Sep 17 00:00:00 2001 From: patryk-sierzega <126664583+patryk-sierzega@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:38:52 +0200 Subject: [PATCH 1/4] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c1589817..9381518e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,12 @@ straightforward as possible. ### Changed - Improved handling of the onboarding process when connecting the phone to the Center app for the first time. + +## [2.2.3] - 2023-05-10 + +### Changed + +- Fixed issue with breaking connection when deleting large number of contacts +- Improved search results preview when searching for contact in Contacts tab and Messages tab +- Added normalization of news' texts +- Fixed issues with creating device backup and changing device From 319212cb4787ee977d0ecb9acc256bb93d1ba88b Mon Sep 17 00:00:00 2001 From: Oskar Michalkiewicz Date: Wed, 4 Oct 2023 10:29:35 +0000 Subject: [PATCH 2/4] update changelog --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9381518e7f..7dc1c03291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible. -## [2.2.2] - 2023-09-28 - -### Changed - -- Improved handling of the onboarding process when connecting the phone to the Center app for the first time. - ## [2.2.3] - 2023-05-10 ### Changed @@ -24,3 +18,13 @@ straightforward as possible. - Improved search results preview when searching for contact in Contacts tab and Messages tab - Added normalization of news' texts - Fixed issues with creating device backup and changing device +- Fixed Mudita Center not stopping files upload after disconnecting the device +- Added mechanism to filter unsupported files from user selected files to upload +- Added possibility to stop file upload if user selected more files than can be uploaded to Mudita Harmony +- Changed import contacts modal text to more intuitive one + +## [2.2.2] - 2023-09-28 + +### Changed + +- Improved handling of the onboarding process when connecting the phone to the Center app for the first time. From 2f076ad5bcba35cb4a2ec6dbb28de51394c231c9 Mon Sep 17 00:00:00 2001 From: patryk-sierzega <126664583+patryk-sierzega@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:17:47 +0200 Subject: [PATCH 3/4] Change into fixed --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc1c03291..d5769cc7c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ straightforward as possible. ## [2.2.3] - 2023-05-10 -### Changed +### Fixed - Fixed issue with breaking connection when deleting large number of contacts - Improved search results preview when searching for contact in Contacts tab and Messages tab From fe203001923a176f1ddecf696f2ecfb264ab222a Mon Sep 17 00:00:00 2001 From: patryk-sierzega <126664583+patryk-sierzega@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:45:52 +0200 Subject: [PATCH 4/4] Accordingly to revert of CP-2190 and CP-2191 --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5769cc7c6..ad47d10186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,7 @@ straightforward as possible. - Added normalization of news' texts - Fixed issues with creating device backup and changing device - Fixed Mudita Center not stopping files upload after disconnecting the device -- Added mechanism to filter unsupported files from user selected files to upload - Added possibility to stop file upload if user selected more files than can be uploaded to Mudita Harmony -- Changed import contacts modal text to more intuitive one ## [2.2.2] - 2023-09-28