Update CHANGELOG and README
This commit is contained in:
parent
aa0e7f4dfe
commit
bf7501279d
2 changed files with 14 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
#### v0.4.1
|
||||
|
||||
* New feature: Intro screen when staring the app for the first time to setup encryption and authentication
|
||||
* 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)
|
||||
* Thumbnails: new thumbnails (see the wiki)
|
||||
|
||||
#### v0.4.0
|
||||
|
||||
* New feature: **Password-based encryption** (a big thanks to all the testers)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# andOTP - Android OTP Authenticator
|
||||
|
||||
[![Build Status](https://travis-ci.org/andOTP/andOTP.svg?branch=master)](https://travis-ci.org/andOTP/andOTP)
|
||||
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/andotp/localized.svg)](https://crowdin.com/project/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)
|
||||
|
||||
![andOTP](./assets/logo.png)
|
||||
|
|
Loading…
Reference in a new issue