diff --git a/CHANGELOG.md b/CHANGELOG.md index bb663b38a10..15a945681f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.80.0-rc.0](https://github.com/pagopa/io-app/compare/2.79.0-rc.11...2.80.0-rc.0) (2024-12-17) + + +### Features + +* **IT Wallet:** [[SIW-1630](https://pagopa.atlassian.net/browse/SIW-1630)] Identification through direct integration with the CieID app ([#6545](https://github.com/pagopa/io-app/issues/6545)) ([3ac2969](https://github.com/pagopa/io-app/commit/3ac296935f0b278f2d27e6c9941672d86849965e)) + + +### Chores + +* [[IOPLT-764](https://pagopa.atlassian.net/browse/IOPLT-764)] Upgrade to react-native 0.75 ([#6348](https://github.com/pagopa/io-app/issues/6348)) ([fd27f42](https://github.com/pagopa/io-app/commit/fd27f42c955534813bb7931893fe94faa73bce88)), closes [pagopa/io-cie-sdk#53](https://github.com/pagopa/io-cie-sdk/issues/53) [pagopa/io-react-native-jwt#34](https://github.com/pagopa/io-react-native-jwt/issues/34) [pagopa/io-react-native-crypto#32](https://github.com/pagopa/io-react-native-crypto/issues/32) +* **Cross:** [[IOAPPX-428](https://pagopa.atlassian.net/browse/IOAPPX-428)] Replace local animation hooks with `useScaleAnimation` and `useListItemAnimation` + Add support for the `reducedMotion` setting ([#6536](https://github.com/pagopa/io-app/issues/6536)) ([10f4351](https://github.com/pagopa/io-app/commit/10f4351a765a8859853f4e2ff68aab4c4c26a77d)) +* **Cross:** [[IOAPPX-442](https://pagopa.atlassian.net/browse/IOAPPX-442)] Fix dark mode text on light backgrounds + Fix overflow text on cards + Extend dark mode support ([#6473](https://github.com/pagopa/io-app/issues/6473)) ([a5f2871](https://github.com/pagopa/io-app/commit/a5f2871db9baee50e2371324da0b988f091d0236)) +* [[IOBP-1050](https://pagopa.atlassian.net/browse/IOBP-1050)] Rename biz events in receipt ([#6540](https://github.com/pagopa/io-app/issues/6540)) ([89e1a80](https://github.com/pagopa/io-app/commit/89e1a80bb7ca77e914d05d828d22882d08b5d1e4)) +* [[IOBP-1064](https://pagopa.atlassian.net/browse/IOBP-1064)] Add payment auth error mixpanel event ([#6535](https://github.com/pagopa/io-app/issues/6535)) ([fc97220](https://github.com/pagopa/io-app/commit/fc97220299daec0467a8ad0a6f342e2940c93dfe)) +* [[IOBP-1085](https://pagopa.atlassian.net/browse/IOBP-1085)] Removed delete transaction API request when closing in-app browser ([#6553](https://github.com/pagopa/io-app/issues/6553)) ([2195185](https://github.com/pagopa/io-app/commit/2195185115024fc27f44ba3a60894f197f48ac84)) + ## [2.79.0-rc.11](https://github.com/pagopa/io-app/compare/2.79.0-rc.10...2.79.0-rc.11) (2024-12-13) diff --git a/android/app/build.gradle b/android/app/build.gradle index 148fb325805..d8802a9fe3d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -118,8 +118,8 @@ android { applicationId "it.pagopa.io.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 100154894 - versionName "2.79.0.11" + versionCode 100154895 + versionName "2.80.0.0" 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 ce9eb2f6813..e64555b45bb 100644 --- a/ios/ItaliaApp.xcodeproj/project.pbxproj +++ b/ios/ItaliaApp.xcodeproj/project.pbxproj @@ -794,7 +794,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; ENABLE_BITCODE = NO; @@ -831,7 +831,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; ENABLE_BITCODE = NO; diff --git a/ios/ItaliaApp/Info.plist b/ios/ItaliaApp/Info.plist index 2ef81b301b7..2ca3f34d1d0 100644 --- a/ios/ItaliaApp/Info.plist +++ b/ios/ItaliaApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.79.0 + 2.80.0 CFBundleSignature ???? CFBundleURLTypes @@ -36,7 +36,7 @@ CFBundleVersion - 11 + 0 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes @@ -53,11 +53,10 @@ NFC tag to read EIC cards NSAppTransportSecurity - - NSAllowsArbitraryLoads - - NSAllowsLocalNetworking - + NSAllowsArbitraryLoads + + NSAllowsLocalNetworking + NSExceptionDomains localhost @@ -144,7 +143,7 @@ UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities - + arm64 UISupportedInterfaceOrientations diff --git a/ios/ItaliaAppTests/Info.plist b/ios/ItaliaAppTests/Info.plist index cfaac9257a2..3f3744d1da2 100644 --- a/ios/ItaliaAppTests/Info.plist +++ b/ios/ItaliaAppTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.79.0 + 2.80.0 CFBundleSignature ???? CFBundleVersion - 11 + 0 \ No newline at end of file diff --git a/package.json b/package.json index 0360965764f..4d86549a80b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "italia-app", - "version": "2.79.0-rc.11", + "version": "2.80.0-rc.0", "private": true, "scripts": { "start": "react-native start", diff --git a/publiccode.yml b/publiccode.yml index d947c29fbf2..7cad5e503e2 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -9,7 +9,7 @@ releaseDate: "2024-11-21" url: "https://github.com/pagopa/io-app" applicationSuite: IO landingURL: "https://io.italia.it/" -softwareVersion: 2.79.0-rc.11 +softwareVersion: 2.80.0-rc.0 developmentStatus: beta softwareType: standalone/mobile roadmap: "https://io.italia.it/"