Skip to content

Commit

Permalink
Bump version to 0.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Dec 3, 2020
1 parent 2debac6 commit 646765b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 6 deletions.
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.9.3 - 2020-12-03

### Changed

#### UI/UX

- Remove confusing hash on collecting notifications.

#### Code Quality

- Migrate to Node 14.x. #279
- Add tests for `CapacitorFactsProvider`.
- Add tests for `WebCryptoApiSignatureProvider`.
- Remove `MemoryTable` by mocking Capacitor `Filesystem` plugin. #42
- Implement `FileStore` to randomly and safely store files with base64 string.
- Extract `serializeSortedSignedTargets` method from `Proof` class and `CollectorService`.

### Fixed

- Fix warning: Form Submission Canceled. #251
- Fix captures cannot be stored on mobile devices. #283
- Extract binary (base64) string from `Proof.assets` property.
- Remove the proof after sending the PostCapture.
- Improve the performance of Proof saving and loading.
- Reduce the memory use with the operations on `Proof` instances.
- Use `async` pipe to resolve `Proof` thumbnail independently.
- Refresh captures on home page only when a `Proof` get published.
- Fix `CapacitorFilesystemTable.initialize` may cause a race condition.

## 0.9.2 - 2020-12-02

### Changed
Expand All @@ -27,8 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- WORKAROUND: Store expired PostCapture with a very fragile implementation. #229
- WORKAROUND: Polling to get inbox badge count. #190
- **WORKAROUND**: Store expired PostCapture with a very fragile implementation. #229
- **WORKAROUND**: Polling to get inbox badge count. #190
- Crop image with fixed ratio. #235
- Open dashboard link on clicking asset ID. #197

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 45
versionName "0.9.2"
versionCode 46
versionName "0.9.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capture-lite",
"version": "0.9.2",
"version": "0.9.3",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit 646765b

Please sign in to comment.