From 3f4fad4f12f74ced78000904daa521e3e11810c2 Mon Sep 17 00:00:00 2001 From: sultanmyrza Date: Thu, 22 Dec 2022 17:48:25 +0800 Subject: [PATCH 1/3] fix: custom-camera header, footer size --- src/app/features/home/custom-camera/custom-camera.page.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/features/home/custom-camera/custom-camera.page.scss b/src/app/features/home/custom-camera/custom-camera.page.scss index bd4218812..d3fdeecaf 100644 --- a/src/app/features/home/custom-camera/custom-camera.page.scss +++ b/src/app/features/home/custom-camera/custom-camera.page.scss @@ -1,6 +1,6 @@ -$camera-header-height: calc(86px - env(safe-area-inset-top)); -$camera-zoom-slider-height: calc(58px - env(safe-area-inset-bottom)); -$camera-footer-height: calc(168px - env(safe-area-inset-bottom)); +$camera-header-height: calc(64px); +$camera-zoom-slider-height: calc(58px); +$camera-footer-height: calc(168px); $camera-preview-height: calc( 100% - #{$camera-header-height} - #{$camera-zoom-slider-height} - #{$camera-footer-height} ); From f7d613a7b871ff7b2c572aa473f92c90c6ac8e24 Mon Sep 17 00:00:00 2001 From: sultanmyrza Date: Fri, 23 Dec 2022 19:31:30 +0800 Subject: [PATCH 2/3] build: bump to 0.71.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 73c10430c..0ef5f41ca 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 456 - versionName "0.71.1" + versionCode 457 + versionName "0.71.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index 591b10cb8..f64552f10 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.71.1; + MARKETING_VERSION = 0.71.2; 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.71.1; + MARKETING_VERSION = 0.71.2; 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 834387bdf..21c8b06b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.71.1", + "version": "0.71.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.71.1", + "version": "0.71.2", "dependencies": { "packages": "^0.0.8", "@angular/animations": "^14.2.0", diff --git a/package.json b/package.json index d67f2e1d0..f2367a382 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.71.1", + "version": "0.71.2", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": { From 879720ef1bf93067129b64a6faa930c48e269cda Mon Sep 17 00:00:00 2001 From: sultanmyrza Date: Fri, 23 Dec 2022 19:36:50 +0800 Subject: [PATCH 3/3] build: update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324268dfd..2466b01bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ 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.71.2] - 2022-12-23 + +### Fixed + +1. Fix custom camera header, footer sizes (#2415) + ## [0.71.1] - 2022-12-21 ### Changed @@ -1956,7 +1962,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.71.1...HEAD +[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.71.2...HEAD +[0.71.2]: https://github.com/numbersprotocol/capture-lite/compare/0.71.1...0.71.2 [0.71.1]: https://github.com/numbersprotocol/capture-lite/compare/0.71.0...0.71.1 [0.71.0]: https://github.com/numbersprotocol/capture-lite/compare/0.70.0...0.71.0 [0.70.0]: https://github.com/numbersprotocol/capture-lite/compare/0.69.3...0.70.0