From 63189aa77fec0a2d82e1089ed8f84409adf15cdf Mon Sep 17 00:00:00 2001 From: sultanmyrza Date: Mon, 30 Jan 2023 17:51:20 +0800 Subject: [PATCH 1/2] build: bump to 0.73.1 --- android/app/build.gradle | 4 ++-- ios/App/App.xcodeproj/project.pbxproj | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b5a7aff03..d302e5a6e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "io.numbersprotocol.capturelite" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 463 - versionName "0.72.4" + versionCode 471 + versionName "0.73.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index fbf2b899a..2abc0cce0 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -374,7 +374,7 @@ INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 0.72.4; + MARKETING_VERSION = 0.73.1; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -401,7 +401,7 @@ INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 0.72.4; + MARKETING_VERSION = 0.73.1; PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV4; diff --git a/package-lock.json b/package-lock.json index 1061c8411..30cbdd9b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.72.4", + "version": "0.73.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.72.4", + "version": "0.73.1", "dependencies": { "packages": "^0.0.8", "@angular/animations": "^14.2.0", diff --git a/package.json b/package.json index 3f4a4a48d..2bd9d82ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.72.4", + "version": "0.73.1", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": { From 991c4bc9d0cb9dd781a1f4db10b8c27334689899 Mon Sep 17 00:00:00 2001 From: sultanmyrza Date: Mon, 30 Jan 2023 18:00:40 +0800 Subject: [PATCH 2/2] build: update changelog --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e767164..69542499b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 To check the difference between the last releaes and the latest dev status, click the link above. +## [0.73.1] - 2023-01-30 + +### Added + +1. Feature to prevent collected captures to edit or unpublish (#2502) +2. Rebranded settings page (#2499) +3. Rebranded app menu (#2498) + +### Changed + +1. Changd translations "gas fee" to "estimated gas fee" (#2500) + ## [0.72.4] - 2023-01-10 ### Fixed @@ -2007,7 +2019,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.72.4...HEAD +[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.73.1...HEAD +[0.73.1]: https://github.com/numbersprotocol/capture-lite/compare/0.72.4...0.73.1 [0.72.4]: https://github.com/numbersprotocol/capture-lite/compare/0.72.3...0.72.4 [0.72.3]: https://github.com/numbersprotocol/capture-lite/compare/0.72.2...0.72.3 [0.72.2]: https://github.com/numbersprotocol/capture-lite/compare/0.72.1...0.72.2