Bump to version 0.6.0-beta3

This commit is contained in:
Jakob Nixdorf 2018-06-27 13:18:58 +02:00
parent 6daab0493b
commit 8effb9adf6
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
3 changed files with 7 additions and 5 deletions

View file

@ -7,11 +7,13 @@
* 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
* New feature: App shortcuts to add new entries (Issue #185)
* 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)
* Bug fix: Honor the system accessibility settings for the font size (Issue #71, PR #192 by @mbertram)
* Internal: Replace custon FAB menu with Floating Action Button Speed Dial library (Issue #155 and #186)
* 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)
* Update: ZXing Android Embedded (3.6.0), Constraint Layout (1.1.2) and all support libraries (27.1.1)
* F-Droid: Add the feature graphic and some screenshots (PR #117 by @jaller94)
* Thumbnails: lots of new thumbnails (see the wiki)

View file

@ -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-beta2/andOTP_v0.6.0-beta2.apk)
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.6.0-beta3/andOTP_v0.6.0-beta3.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)

View file

@ -8,8 +8,8 @@ android {
applicationId "org.shadowice.flocke.andotp"
minSdkVersion 19
targetSdkVersion 27
versionCode 19
versionName "0.6.0-beta2"
versionCode 20
versionName "0.6.0-beta3"
vectorDrawables.useSupportLibrary = true
}
buildTypes {