diff --git a/CHANGELOG.md b/CHANGELOG.md index 08163847cf5..35c35c73baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.77.0-rc.1](https://github.com/pagopa/io-app/compare/2.77.0-rc.0...2.77.0-rc.1) (2024-11-14) + + +### Features + +* **IT Wallet:** [[SIW-1744](https://pagopa.atlassian.net/browse/SIW-1744)] Add ITW feedback banner ([#6378](https://github.com/pagopa/io-app/issues/6378)) ([07ba58d](https://github.com/pagopa/io-app/commit/07ba58d591259dfa79c47ee1e363cc15b8fcb513)) +* [[IOCOM-1884](https://pagopa.atlassian.net/browse/IOCOM-1884)] FIMS History autogenerated specs ([#6375](https://github.com/pagopa/io-app/issues/6375)) ([f8bee5d](https://github.com/pagopa/io-app/commit/f8bee5dc4b9798f7e9a1e3e0e19f788d9b048d7b)) +* [[IOCOM-1904](https://pagopa.atlassian.net/browse/IOCOM-1904)] Preferred language sent to FIMS provider during Authorisation ([#6389](https://github.com/pagopa/io-app/issues/6389)) ([e577d53](https://github.com/pagopa/io-app/commit/e577d533e564e5c896636bf35c4d16d40df08860)) +* [[IOCOM-1916](https://pagopa.atlassian.net/browse/IOCOM-1916)] New FIMS labels for the Consents screen ([#6390](https://github.com/pagopa/io-app/issues/6390)) ([c1cda52](https://github.com/pagopa/io-app/commit/c1cda52ab8e2cbb581c816cd8efc22b03ad7df90)) + + +### Bug Fixes + +* [[IOCOM-1926](https://pagopa.atlassian.net/browse/IOCOM-1926)] Do not show an error when closing the InApp Browser, for FIMS flow ([#6402](https://github.com/pagopa/io-app/issues/6402)) ([62db5f6](https://github.com/pagopa/io-app/commit/62db5f605a341e99489d1dda10e5705e6b5ad5f2)) + + +### Chores + +* [[IOBP-688](https://pagopa.atlassian.net/browse/IOBP-688)] Adapt `ListItemTransaction` refactor and upgrade `io-app-design-system` to the versionĀ `3.0.1` ([#6399](https://github.com/pagopa/io-app/issues/6399)) ([df84ba9](https://github.com/pagopa/io-app/commit/df84ba98442bbaba4c47b7e2fd0d94eb4911991f)) +* **IT Wallet:** [[SIW-1759](https://pagopa.atlassian.net/browse/SIW-1759)] Consider integrity check preparation ([#6373](https://github.com/pagopa/io-app/issues/6373)) ([522742a](https://github.com/pagopa/io-app/commit/522742ab72c59deaaf7c6658546e0fa91c924838)) + ## [2.77.0-rc.0](https://github.com/pagopa/io-app/compare/2.76.0-rc.2...2.77.0-rc.0) (2024-11-13) diff --git a/android/app/build.gradle b/android/app/build.gradle index e7b3e9b9b65..cc1cf95ca0e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -113,8 +113,8 @@ android { applicationId "it.pagopa.io.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 100154865 - versionName "2.77.0.0" + versionCode 100154866 + versionName "2.77.0.1" multiDexEnabled true // The resConfigs attribute will remove all not required localized resources while building the application, // including the localized resources from libraries. diff --git a/ios/ItaliaApp.xcodeproj/project.pbxproj b/ios/ItaliaApp.xcodeproj/project.pbxproj index b7948b9c118..523fb230b89 100644 --- a/ios/ItaliaApp.xcodeproj/project.pbxproj +++ b/ios/ItaliaApp.xcodeproj/project.pbxproj @@ -805,7 +805,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 0; + CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; ENABLE_BITCODE = NO; @@ -842,7 +842,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; - CURRENT_PROJECT_VERSION = 0; + CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; ENABLE_BITCODE = NO; diff --git a/ios/ItaliaApp/Info.plist b/ios/ItaliaApp/Info.plist index 3a511277cc3..95c39f92519 100644 --- a/ios/ItaliaApp/Info.plist +++ b/ios/ItaliaApp/Info.plist @@ -36,7 +36,7 @@ CFBundleVersion - 0 + 1 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ItaliaAppTests/Info.plist b/ios/ItaliaAppTests/Info.plist index d97d954d84b..61adbc3ce6f 100644 --- a/ios/ItaliaAppTests/Info.plist +++ b/ios/ItaliaAppTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 0 + 1 \ No newline at end of file diff --git a/package.json b/package.json index 9b08908371c..485602c81d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "italia-app", - "version": "2.77.0-rc.0", + "version": "2.77.0-rc.1", "io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v16.4.0-RELEASE/api_backend.yaml", "io_session_manager_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/io-session-manager@1.0.0/apps/io-session-manager/api/internal.yaml", "io_session_manager_public_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/io-session-manager@1.0.0/apps/io-session-manager/api/public.yaml", diff --git a/publiccode.yml b/publiccode.yml index 792979bf891..9e3e8cb0469 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -5,11 +5,11 @@ publiccodeYmlVersion: '0.2' name: IO logo: "img/app-logo.svg" -releaseDate: '2024-11-13' +releaseDate: '2024-11-14' url: 'https://github.com/pagopa/io-app' applicationSuite: IO landingURL: 'https://io.italia.it/' -softwareVersion: 2.77.0-rc.0 +softwareVersion: 2.77.0-rc.1 developmentStatus: beta softwareType: standalone/mobile roadmap: 'https://io.italia.it/'