From 914952d73eb25b95850103429d0829d24c5b6c99 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Thu, 7 May 2020 21:10:54 +0200 Subject: [PATCH] Bump to version 0.7.1-beta1 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- app/build.gradle | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8fbe04a..76d8101f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +#### v0.7.1 + + * Deprecation notice: This will be the last version to support Android versions below 5.1 + * New feature: Show QR codes of stored accounts (PR #501 by @tilosp) + * New feature: Support Steam URIs (Issue #510) + * New feature: Move Steam out of the Special features + * New feature: Unify the edit dialog for entries (Issue #241) + * New feature: Add an option to hide the global timeout bar (Issue #166) + * New feature: Add an option to show individual timeout bars for all cards (Issue #166) + * New feature: Add options to configure single and double taps on entries (Issue #489) + * Improvement: Increase the iterations for the password generation to 150000 + * Improvement: Show cards as transparent while dragging (Issue #487, PR #488 by @Ullas-Aithal) + * Improvement: Rewording of the last used dialog (Issue #485) + * Improvement: Handle the back key to close open drawers or the FAB overlay (Issue #499) + * Improvement: Validate secrets during manual entry (Issue #500) + * Bug fix: Fix some remaining issues with the intro dialog (Issue #486) + #### v0.7.0 * New feature: Generate a new HOTP token when revealing (Issue #334, PR #366 by @moritzgloeckl) diff --git a/README.md b/README.md index bb6b75ab..7ca64e70 100644 --- a/README.md +++ b/README.md @@ -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.7.0/andOTP_v0.7.0.apk) +[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.7.1-beta1/andOTP_v0.7.1-beta1.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:privacytools.io) diff --git a/app/build.gradle b/app/build.gradle index 09a7ff5d..2629dbe7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.shadowice.flocke.andotp" minSdkVersion 19 targetSdkVersion 29 - versionCode 28 - versionName "0.7.0" + versionCode 29 + versionName "0.7.1-beta1" vectorDrawables.useSupportLibrary = true } buildTypes {