File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.63.1] - 2022-08-09
11
+
12
+ ### Fixed
13
+
14
+ 1 . Use custom camera on native platforms (#1914 )
15
+ 1 . Adjust iframe height from 100vh to (100vh - bottom safe area - 48px) for showing entire popup list (#1915 )
16
+ 1 . Hide donation button on the asset/prod page (#1916 )
17
+ 1 . Include iframe URL to the trusted domains on Android (#1918 )
18
+ 1 . Fix iOS status bar appearance (#1919 )
19
+ 1 . Update splash screen to rebrand version (#1920 )
20
+ 1 . Set iframe height from 100% to (100vh - top safe area - bottom safe area - 66px) for smooth scrolling (#1921 )
21
+
10
22
## [ 0.63.0] - 2022-08-03
11
23
12
24
### Added
@@ -1726,8 +1738,9 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
1726
1738
- Web - see the demo [ here] ( https://github.com/numbersprotocol/capture-lite#demo-app )
1727
1739
- Android - the APK file ` app-debug.apk ` is attached to this release
1728
1740
1729
- [ unreleased ] : https://github.com/numbersprotocol/capture-lite/compare/0.63.0...HEAD
1730
- [ 0.63.0 ] : https://github.com/numbersprotocol/capture-lite/compare/0.61.2...0.63.0
1741
+ [ unreleased ] : https://github.com/numbersprotocol/capture-lite/compare/0.63.1...HEAD
1742
+ [ 0.63.1 ] : https://github.com/numbersprotocol/capture-lite/compare/0.63.0...0.63.1
1743
+ [ 0.63.0 ] : https://github.com/numbersprotocol/capture-lite/compare/0.62.0...0.63.0
1731
1744
[ 0.62.0 ] : https://github.com/numbersprotocol/capture-lite/compare/0.61.2...0.62.0
1732
1745
[ 0.61.2 ] : https://github.com/numbersprotocol/capture-lite/compare/0.61.1...0.61.2
1733
1746
[ 0.61.1 ] : https://github.com/numbersprotocol/capture-lite/compare/0.61.0...0.61.1
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 434
10
- versionName " 0.63.0 "
9
+ versionCode 435
10
+ versionName " 0.63.1 "
11
11
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
12
12
}
13
13
buildFeatures {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " capture-lite" ,
3
- "version" : " 0.63.0 " ,
3
+ "version" : " 0.63.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