diff --git a/CHANGELOG.md b/CHANGELOG.md index c5311b7ef..fb6baa28b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.98.0] - 2024-10-29 + +### Added + +1. Add a shared link to the Showcase page on the Home page [#3256](https://github.com/numbersprotocol/capture-lite/pull/3256) + +### Changed + +1. Upgrade library cordova-plugin-purchase to version 13.11.1 to support Google Play Billing library 7.0.0 [c07f1d0](https://github.com/numbersprotocol/capture-lite/commit/09df7c07cc410488e23a179ea58c2ab2ee0b474b) +1. Display and update profile name instead of username [#3255](https://github.com/numbersprotocol/capture-lite/pull/3255) +1. Reduce duplicate API calls for profile [#3255](https://github.com/numbersprotocol/capture-lite/pull/3255) + +### Fixed + +1. Fix wallet credits not refreshing after a purchase [c07f1d0](https://github.com/numbersprotocol/capture-lite/commit/09df7c07cc410488e23a179ea58c2ab2ee0b474b) +1. Fix toast error display when canceling a purchase [c07f1d0](https://github.com/numbersprotocol/capture-lite/commit/09df7c07cc410488e23a179ea58c2ab2ee0b474b) + +### Removed + +1. Remove unused pages: `ProfilePage` and `PhoneVerificationPage`, and the service `DiaBackendAssetRefreshingService` [#3255](https://github.com/numbersprotocol/capture-lite/pull/3255) + ## [0.97.1] - 2024-09-20 ### Fixed @@ -2350,7 +2371,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [ - Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app) - Android - the APK file `app-debug.apk` is attached to this release -[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.97.1...HEAD +[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.98.0...HEAD +[0.98.0]: https://github.com/numbersprotocol/capture-lite/compare/0.97.1...0.98.0 [0.97.1]: https://github.com/numbersprotocol/capture-lite/compare/0.97.0...0.97.1 [0.97.0]: https://github.com/numbersprotocol/capture-lite/compare/0.96.0...0.97.0 [0.96.0]: https://github.com/numbersprotocol/capture-lite/compare/0.95.1...0.96.0 diff --git a/android/app/build.gradle b/android/app/build.gradle index c173641aa..4180d9170 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "io.numbersprotocol.capturelite" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 971 - versionName "0.97.1" + versionCode 980 + versionName "0.98.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index 9153bcabd..5861c04dd 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -372,13 +372,13 @@ CODE_SIGN_ENTITLEMENTS = App/App.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 971; + CURRENT_PROJECT_VERSION = 980; DEVELOPMENT_TEAM = G7NB5YCKAP; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.6; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 0.97.1; + MARKETING_VERSION = 0.98.0; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -399,13 +399,13 @@ CODE_SIGN_ENTITLEMENTS = App/App.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 971; + CURRENT_PROJECT_VERSION = 980; DEVELOPMENT_TEAM = G7NB5YCKAP; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.6; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 0.97.1; + MARKETING_VERSION = 0.98.0; PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV6; diff --git a/package-lock.json b/package-lock.json index 5a76e4f2d..45f4ba7bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.97.1", + "version": "0.98.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.97.1", + "version": "0.98.0", "dependencies": { "packages": "^0.0.8", "@angular/animations": "^14.2.0", diff --git a/package.json b/package.json index 4e7d6e4a0..5c77257fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.97.1", + "version": "0.98.0", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {