Skip to content

Commit abcef5b

Browse files
authored
Merge pull request #2532 from numbersprotocol/milestone-v230112
Milestone v230112
2 parents 96daee1 + 991c4bc commit abcef5b

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
To check the difference between the last releaes and the latest dev status, click the link above.
1111

12+
## [0.73.1] - 2023-01-30
13+
14+
### Added
15+
16+
1. Feature to prevent collected captures to edit or unpublish (#2502)
17+
2. Rebranded settings page (#2499)
18+
3. Rebranded app menu (#2498)
19+
20+
### Changed
21+
22+
1. Changd translations "gas fee" to "estimated gas fee" (#2500)
23+
1224
## [0.72.4] - 2023-01-10
1325

1426
### Fixed
@@ -2007,7 +2019,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
20072019
- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
20082020
- Android - the APK file `app-debug.apk` is attached to this release
20092021

2010-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.72.4...HEAD
2022+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.73.1...HEAD
2023+
[0.73.1]: https://github.com/numbersprotocol/capture-lite/compare/0.72.4...0.73.1
20112024
[0.72.4]: https://github.com/numbersprotocol/capture-lite/compare/0.72.3...0.72.4
20122025
[0.72.3]: https://github.com/numbersprotocol/capture-lite/compare/0.72.2...0.72.3
20132026
[0.72.2]: https://github.com/numbersprotocol/capture-lite/compare/0.72.1...0.72.2

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "io.numbersprotocol.capturelite"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 463
10-
versionName "0.72.4"
9+
versionCode 471
10+
versionName "0.73.1"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildFeatures {

ios/App/App.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
INFOPLIST_FILE = App/Info.plist;
375375
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
376376
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
377-
MARKETING_VERSION = 0.72.4;
377+
MARKETING_VERSION = 0.73.1;
378378
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
379379
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
380380
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -401,7 +401,7 @@
401401
INFOPLIST_FILE = App/Info.plist;
402402
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
403403
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
404-
MARKETING_VERSION = 0.72.4;
404+
MARKETING_VERSION = 0.73.1;
405405
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
406406
PRODUCT_NAME = "$(TARGET_NAME)";
407407
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV4;

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-lite",
3-
"version": "0.72.4",
3+
"version": "0.73.1",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)