Bump to version 0.5.0

This commit is contained in:
Jakob Nixdorf 2018-03-12 10:29:23 +01:00
parent 9292d40bd0
commit 7b14e05282
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
3 changed files with 8 additions and 7 deletions

View file

@ -1,16 +1,17 @@
# Changelog
#### v0.4.1
#### v0.5.0
* New feature: Intro screen when staring the app for the first time to setup encryption and authentication
* New feature: **Intro screen when staring the app for the first time to setup encryption and authentication**
* New feature: **Broadcast receivers to trigger backups from Tasker** (PR #115)
* New feature: **Add support for using Android Backup** (Issue #109, PR #111)
* New feature: Optionally append date to backups (PR #124)
* New feature: Check if entries are valid when entering manually (Issue #135, PR #136 by Björn Richter)
* New feature: Offer different options when using the tag selection (Issue #133, PR #134)
* New feature: Broadcast receivers to trigger backups from Tasker (PR #115)
* New feature: Add support for using Android Backup (Issue #109, PR #111)
* New feature: Show a warning before changing the encryption
* Bug fix: Fix crash when saving an empty label (Issue #138, PR #139 by Björn Richter)
* Bug fix: Fix visibility of thumbnails in dark themes (Issue #88, PR #90)
* Bug fix: Don't require credentials again after screen rotation (Issue #152)
* Thumbnails: new thumbnails (see the wiki)
#### v0.4.0

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.4.0.1/andOTP_v0.4.0.1.apk)
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.5.0/andOTP_v0.5.0.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 14
versionName "0.4.0.1"
versionCode 15
versionName "0.5.0"
}
buildTypes {
release {