Bump to version 0.6.0-beta2
This commit is contained in:
parent
a91013e573
commit
b8a10badbc
3 changed files with 8 additions and 4 deletions
|
@ -5,11 +5,15 @@
|
|||
* New feature: **HOTP support**
|
||||
* New feature: Settings item to activate Broadcast backups
|
||||
* New feature: Re-locking of the app on screen off is now optional (Issue #28)
|
||||
* New feature: Allow PGP backups with only a public key (Issue #31)
|
||||
* New feature: Show individual timeout bars on the cards for non-default periods
|
||||
* Bug fix: Avoid crash on empty PIN/Password an API 23 (Issue #159, PR #160 by magnus anderssen)
|
||||
* Internal: Replace custon FAB menu with FABsMenu library (Issue #155)
|
||||
* Style/UI: Use AboutLibraries instead of LicenseDialog and rework the About section (Issue #155)
|
||||
* Style/UI: Show a disclaimer about the included thumbnails in the About screen
|
||||
* Update: ZXing Android Embedded (3.6.0), Constraint Layout (1.1.0) and all support libraries (27.1.1)
|
||||
* Thumbnails: new thumbnails (see the wiki)
|
||||
* F-Droid: Add the feature graphic and some screenshots (PR #117 by @jaller94)
|
||||
* Thumbnails: lots of new thumbnails (see the wiki)
|
||||
|
||||
#### v0.5.1 (Google Play only)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# andOTP - Android OTP Authenticator
|
||||
|
||||
[![Build Status](https://travis-ci.org/andOTP/andOTP.svg?branch=master)](https://travis-ci.org/andOTP/andOTP)
|
||||
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.6.0-beta1/andOTP_v0.6.0-beta1.apk)
|
||||
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.6.0-beta2/andOTP_v0.6.0-beta2.apk)
|
||||
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/andotp/localized.svg)](https://crowdin.com/project/andotp)
|
||||
[![Chat - Telegram](https://img.shields.io/badge/chat-Telegram-blue.svg)](https://t.me/andOTP)
|
||||
[![Chat - Matrix](https://img.shields.io/badge/chat-Matrix-blue.svg)](https://matrix.to/#/#andOTP:matrix.shadowice.org)
|
||||
|
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "org.shadowice.flocke.andotp"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 27
|
||||
versionCode 18
|
||||
versionName "0.6.0-beta1"
|
||||
versionCode 19
|
||||
versionName "0.6.0-beta2"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
|
Loading…
Reference in a new issue