Skip to content

Commit

Permalink
CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuffar committed Jan 25, 2020
1 parent f44242c commit bb262fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
@@ -1,3 +1,18 @@
Version 1.6.0

Improvements
* Update rescue code page to new design.
* Implement support for tif = 0x200 (reuse of old identity)
* Implement unit tests for test vectors (2/6)

Bugfixes
* Crash report in showErrorMessageInternal from Google Play
* Camera is being used after Camera.release() was called
* Base56 zero-padding missing on decoding
* EnHash regression
* QuickPass not working with large timeout values
* Error when leaving "QuickPass Timeout" field empty

Version 1.5.1

Improvements
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.ea.sqrl"
minSdkVersion 16
targetSdkVersion 28
versionCode 50
versionName "1.5.1"
versionCode 51
versionName "1.6.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit bb262fa

Please sign in to comment.