From 8ecba1c0353184e733043d8ced0a5642b2a8351e Mon Sep 17 00:00:00 2001 From: Olga Shen Date: Thu, 25 Jul 2024 16:41:01 +0800 Subject: [PATCH] chore: bump app version to 0.96.0 --- CHANGELOG.md | 18 +++++++++++++++++- android/app/build.gradle | 4 ++-- ios/App/App.xcodeproj/project.pbxproj | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 26 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d5a26003..c33d25468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.96.0] - 2024-07-25 + +### Changed + +1. Switch the Firebase release to use the iframe test version [#3252](https://github.com/numbersprotocol/capture-lite/pull/3252) +1. Replace the iframe FAQ with the GitBook FAQ [#3251](https://github.com/numbersprotocol/capture-lite/pull/3251) +1. Update target API level for Android [#3249](https://github.com/numbersprotocol/capture-lite/pull/3249) + - Update the app to target Android 14 (API level 34) to meet Google Play's target API level requirements + - Upgrade Capacitor to v6 to set Android Target SDK 34 + - Update the code to resolve type hint errors + +### Fixed + +1. Fix the issue where the referral code is not included in the text when sharing in the zh setting [#3250](https://github.com/numbersprotocol/capture-lite/pull/3250) + ## [0.95.1] - 2024-05-30 ### Changed @@ -2323,7 +2338,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.95.1...HEAD +[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.96.0...HEAD +[0.96.0]: https://github.com/numbersprotocol/capture-lite/compare/0.95.1...0.96.0 [0.95.1]: https://github.com/numbersprotocol/capture-lite/compare/0.95.0...0.95.1 [0.95.0]: https://github.com/numbersprotocol/capture-lite/compare/0.94.0...0.95.0 [0.94.0]: https://github.com/numbersprotocol/capture-lite/compare/0.93.0...0.94.0 diff --git a/android/app/build.gradle b/android/app/build.gradle index a8a62fe2b..a38af7e91 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 951 - versionName "0.95.1" + versionCode 960 + versionName "0.96.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index 511574597..20fb42e28 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 = 951; + CURRENT_PROJECT_VERSION = 960; 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.95.1; + MARKETING_VERSION = 0.96.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 = 951; + CURRENT_PROJECT_VERSION = 960; 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.95.1; + MARKETING_VERSION = 0.96.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 6a41bfff6..96106be98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.95.1", + "version": "0.96.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.95.1", + "version": "0.96.0", "dependencies": { "packages": "^0.0.8", "@angular/animations": "^14.2.0", diff --git a/package.json b/package.json index c7998b7aa..952dbd23d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.95.1", + "version": "0.96.0", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {