diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ea1750b..72dc65349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.92.0] - 2024-04-18 + +### Changed + +1. Remove `View asset profile` and move `Share Asset Profile` to the first option in the detail share menu [#3241](https://github.com/numbersprotocol/capture-lite/pull/3241) +1. Remove authmedia.net from the sharing process [#3240](https://github.com/numbersprotocol/capture-lite/pull/3240) + ## [0.91.0] - 2024-04-03 ### Added @@ -2281,7 +2288,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.91.0...HEAD +[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.92.0...HEAD +[0.92.0]: https://github.com/numbersprotocol/capture-lite/compare/0.91.0...0.92.0 [0.91.0]: https://github.com/numbersprotocol/capture-lite/compare/0.90.0...0.91.0 [0.90.0]: https://github.com/numbersprotocol/capture-lite/compare/0.89.2...0.90.0 [0.89.2]: https://github.com/numbersprotocol/capture-lite/compare/0.88.8...0.89.2 diff --git a/android/app/build.gradle b/android/app/build.gradle index 2b3f795a8..bd8358a92 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 910 - versionName "0.91.0" + versionCode 920 + versionName "0.92.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index 3bfa139b5..1c8d7d43f 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -368,13 +368,13 @@ CODE_SIGN_ENTITLEMENTS = App/App.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 910; + CURRENT_PROJECT_VERSION = 920; 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.91.0; + MARKETING_VERSION = 0.92.0; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -395,13 +395,13 @@ CODE_SIGN_ENTITLEMENTS = App/App.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 910; + CURRENT_PROJECT_VERSION = 920; 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.91.0; + MARKETING_VERSION = 0.92.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 30d8c3b4f..4eb6f764c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.91.0", + "version": "0.92.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.91.0", + "version": "0.92.0", "dependencies": { "packages": "^0.0.8", "@angular/animations": "^14.2.0", diff --git a/package.json b/package.json index 15dfd2c78..eab50dcf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.91.0", + "version": "0.92.0", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {