From acaa25a391cb31c39740e7539087909df4b0bb3d Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Wed, 18 Oct 2017 07:27:34 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb355d1..b44da638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +#### v0.2.8 + + * New feature: store authentication credentials hashed (Issue #49) + * New feature: store backup password encrypted (Issue #49) + * New feature: set a static backup dir to disable the file selector (Issue #52) + * New feature: hidden features (see wiki) + * New hidden feature: SteamGuard tokens (Issue #38) + * Style/UI: black theme (Issue #47) + * Bug fix: keep authentication settings when receiving a Panic Trigger (Issue #50) + * Bug fix: progress bar animation with default duration scale + #### v0.2.7 * New feature: require authentication again after screen lock (Issue #28)