File tree 5 files changed +21
-8
lines changed
5 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
To check the difference between the last releaes and the latest dev status, click the link above.
11
11
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
+
12
24
## [ 0.72.4] - 2023-01-10
13
25
14
26
### Fixed
@@ -2007,7 +2019,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
2007
2019
- Web - see the demo [ here] ( https://github.com/numbersprotocol/capture-lite#demo-app )
2008
2020
- Android - the APK file ` app-debug.apk ` is attached to this release
2009
2021
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
2011
2024
[ 0.72.4 ] : https://github.com/numbersprotocol/capture-lite/compare/0.72.3...0.72.4
2012
2025
[ 0.72.3 ] : https://github.com/numbersprotocol/capture-lite/compare/0.72.2...0.72.3
2013
2026
[ 0.72.2 ] : https://github.com/numbersprotocol/capture-lite/compare/0.72.1...0.72.2
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
6
6
applicationId " io.numbersprotocol.capturelite"
7
7
minSdkVersion rootProject. ext. minSdkVersion
8
8
targetSdkVersion rootProject. ext. targetSdkVersion
9
- versionCode 463
10
- versionName " 0.72.4 "
9
+ versionCode 471
10
+ versionName " 0.73.1 "
11
11
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
12
12
}
13
13
buildFeatures {
Original file line number Diff line number Diff line change 374
374
INFOPLIST_FILE = App/Info.plist;
375
375
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
376
376
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
377
- MARKETING_VERSION = 0.72.4 ;
377
+ MARKETING_VERSION = 0.73.1 ;
378
378
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
379
379
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
380
380
PRODUCT_NAME = "$(TARGET_NAME)";
401
401
INFOPLIST_FILE = App/Info.plist;
402
402
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
403
403
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
404
- MARKETING_VERSION = 0.72.4 ;
404
+ MARKETING_VERSION = 0.73.1 ;
405
405
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
406
406
PRODUCT_NAME = "$(TARGET_NAME)";
407
407
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV4;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " capture-lite" ,
3
- "version" : " 0.72.4 " ,
3
+ "version" : " 0.73.1 " ,
4
4
"author" : " numbersprotocol" ,
5
5
"homepage" : " https://numbersprotocol.io/" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments