File tree Expand file tree Collapse file tree 4 files changed +53
-5
lines changed Expand file tree Collapse file tree 4 files changed +53
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,54 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.45.1 - 2022-01-05
9+
10+ ### Fixed
11+
12+ - Make the default language of Camera UI to be ` en ` instead of ` zh-TW ` .
13+
14+ ## 0.45.0 - 2021-12-28
15+
16+ ### Added
17+
18+ - Can edit caption of Captures.
19+ - Show warnings when users try to copy private key.
20+
21+ ## 0.44.1 - 2021-12-20
22+
23+ ### Fixed
24+
25+ - Show "Deregister from network" option when uploading is not completed.
26+
27+ ## 0.44.0 - 2021-12-15
28+
29+ ### Changed
30+
31+ - Change network application dialog to support selection input and input validation.
32+
33+ ### Fixed
34+
35+ - Do not show Capture options menu when post-creation workflow has not been completed yet
36+
37+ ## 0.43.1 - 2021-12-08
38+
39+ ### Fixed
40+
41+ - Fix camera activity issue on Android 11 (API level 30).
42+
43+ ## 0.43.0 - 2021-11-23
44+
45+ ### Changed
46+
47+ - Show ERC20 and BEP20 NUM tokens in profile page.
48+ - Add migration for APPs upgrading from versions before 0.42.0.
49+ - Change network application fields to meet the new Bubble database schema.
50+ - Update Android target version to Android 11 (API level 30).
51+
52+ ### Fixed
53+
54+ - Fix Capture icon display issue in signup page.
55+
856## 0.42.0 - 2021-10-26
957
1058### Added
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 applicationId " io.numbersprotocol.capturelite"
77 minSdkVersion rootProject. ext. minSdkVersion
88 targetSdkVersion rootProject. ext. targetSdkVersion
9- versionCode 260
10- versionName " 0.43.0 "
9+ versionCode 281
10+ versionName " 0.45.1 "
1111 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1212 }
1313 buildTypes {
Original file line number Diff line number Diff line change 11{
22 "name" : " capture-lite" ,
3- "version" : " 0.43.0 " ,
3+ "version" : " 0.45.1 " ,
44 "author" : " numbersprotocol" ,
55 "homepage" : " https://numbersprotocol.io/" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments