From ae4cb6666597d9880701e7f8cb0ef9bca2876f9d Mon Sep 17 00:00:00 2001 From: Eric Aguiar Date: Sun, 21 Sep 2014 15:10:03 -0400 Subject: [PATCH] Update to 0.7.8 --- CHANGELOG.md | 5 +++++ manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ae732..1c74359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.7.8 - 2014-09-21 + +* Addresses issue #137 about filling in too many fields +* Only convert multi-byte characters when required + 0.7.7 - 2014-09-10 * Fixed a bug in password generation with 4-byte length characters diff --git a/manifest.json b/manifest.json index 73123a2..ce7d86e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "PasswordMaker Pro", "short_name": "PasswordMaker Pro", - "version": "0.7.7", + "version": "0.7.8", "manifest_version": 2, "description": "Flexible password generator using a cryptographic hash algorithm of your choice - Fully Compatible with PasswordMaker.org", "homepage_url": "https://github.com/passwordmaker/chrome-passwordmaker",