Skip to content

Commit bc93ceb

Browse files
committed
build: bump to 0.63.1
Signed-off-by: Bofu Chen (bafu) <[email protected]>
1 parent eb7e3a2 commit bc93ceb

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1022
## [0.63.0] - 2022-08-03
1123

1224
### Added
@@ -1726,8 +1738,9 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
17261738
- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
17271739
- Android - the APK file `app-debug.apk` is attached to this release
17281740

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
17311744
[0.62.0]: https://github.com/numbersprotocol/capture-lite/compare/0.61.2...0.62.0
17321745
[0.61.2]: https://github.com/numbersprotocol/capture-lite/compare/0.61.1...0.61.2
17331746
[0.61.1]: https://github.com/numbersprotocol/capture-lite/compare/0.61.0...0.61.1

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
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 434
10-
versionName "0.63.0"
9+
versionCode 435
10+
versionName "0.63.1"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildFeatures {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-lite",
3-
"version": "0.63.0",
3+
"version": "0.63.1",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)