From 41cde4db088c147be0a2c3161927dcd9a63bc6b0 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Sun, 7 Oct 2018 11:42:45 +0200 Subject: [PATCH] Update version to 1.3.0 --- CHANGELOG | 18 ++++++++++++++++++ keepassxc-browser/manifest.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7cd8353..2d1f25f 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,21 @@ +1.3.0 (07-10-2018) +========================= + - Add support for translations [#37] + - Add quick-filter bar to credentials selection popup [#252] + - Disable automatic filling and submission of HTTP basic-auth fields by default [#260] + - Do not fill password fields if a manually entered username does not match retrieved credentials [#289] + - Fix handling of websites with separate pages for username and password [#291] + - Improve detection and handling of hidden input fields [#263, #293] + - Fix updating credentials from the context menu [#256] + - Improve shortcuts and add button to open shortcut settings [#304] + - Do not mix pairing IDs across multiple databases within a session [#258] + - Ignore certain elements on a page, such as SVGs [#246] + - Do not show the full pairing key on the settings page [#242] + - Default to checking for updates every 3 days [#239] + - Hide update message when updates are turned off [#285] + - Fix discard button not being shown when selection custom login fields [#307] + - Update webextension polyfill to a newer version, which fixes various errors [#296] + 1.2.0 (29-07-2018) ========================= - Replace "Ignored Sites" with new "Site Preferences" settings page [#208] diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 3d9cb82..ea0b2ff 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.2.0", + "version": "1.3.0", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": {