Skip to content

Commit af72f54

Browse files
committed
Merge branch 'master' into develop
2 parents 926e952 + ff25dfa commit af72f54

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.62.0] - 2022-08-02
11+
12+
### Added
13+
14+
1. Update rebrand home page. (#1853, #1856)
15+
16+
### Fixed
17+
18+
1. Update the App download URL to https://link.numbersprotocol.io/CaptureApp.
19+
20+
### Security
21+
22+
1. Update dependency security patches: ejs, eventsource, minimist, plist, url-parse
23+
1024
## [0.60.4] - 2022-07-31
1125

1226
### Added
@@ -19,14 +33,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1933

2034
- Undo app store, play store receipt truncate
2135

22-
## 0.61.2 - 2022-07-20
36+
## [0.61.2] - 2022-07-20
2337

2438
### Fixed
2539

2640
- Hide camera flash button for front camera
2741
- Android flash light on only on capture photo or record video
2842

29-
## 0.61.1 - 2022-07-19
43+
## [0.61.1] - 2022-07-19
3044

3145
### Added
3246

@@ -58,7 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5872

5973
- Remove capture after discard/confirm
6074

61-
## 0.60.1 - 2022-07-06
75+
## [0.60.1] - 2022-07-06
6276

6377
### Fixed
6478

@@ -1706,7 +1720,11 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
17061720
- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
17071721
- Android - the APK file `app-debug.apk` is attached to this release
17081722

1709-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.60.4...HEAD
1723+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.62.0...HEAD
1724+
[0.62.0]: https://github.com/numbersprotocol/capture-lite/compare/0.61.2...0.62.0
1725+
[0.61.2]: https://github.com/numbersprotocol/capture-lite/compare/0.61.1...0.61.2
1726+
[0.61.1]: https://github.com/numbersprotocol/capture-lite/compare/0.61.0...0.61.1
1727+
[0.61.0]: https://github.com/numbersprotocol/capture-lite/compare/0.60.4...0.61.0
17101728
[0.60.4]: https://github.com/numbersprotocol/capture-lite/compare/0.60.3...0.60.4
17111729
[0.60.3]: https://github.com/numbersprotocol/capture-lite/compare/0.60.2...0.60.3
17121730
[0.60.2]: https://github.com/numbersprotocol/capture-lite/releases/tag/0.60.2

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 432
10-
versionName "0.61.2"
9+
versionCode 433
10+
versionName "0.62.0"
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.61.2",
3+
"version": "0.62.0",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)