From 07c64a44a032158babba6acdd4fd100061529be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sat, 30 Jun 2018 09:04:40 +0200 Subject: [PATCH] Fix addon : * Error in wildcard domain generation * Forgot some console.log in code (replace it with debug function) --- ChangeLog | 10 ++++++++++ README.md | 2 +- chrome_addon/lib/main.js | 6 ++++-- chrome_addon/lib/misc.js | 20 ++++++++++---------- chrome_addon/manifest.json | 2 +- firefox_webextension/manifest.json | 2 +- 6 files changed, 27 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index b92b2d7..ab971c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +**v0.8.2 :** +Server + +Addon + + * Error in wildcard domain generation + * Forgot some console.log in code (replace it with debug function) + +CLI + **v0.8.1 :** Server diff --git a/README.md b/README.md index a0d5a49..a7ec5e8 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ A sample configuration file is available _gpass.ini.sample_ Version Information ------------------- -Current version is 0.8. **(not compatible with 0.7)** +Current version is 0.8.2 **(not compatible with 0.7)** Firefox will remove support for addons, so the gPass addon code is not supported since v0.8, please migrate to webextension. diff --git a/chrome_addon/lib/main.js b/chrome_addon/lib/main.js index a56d9cc..fbec0c8 100644 --- a/chrome_addon/lib/main.js +++ b/chrome_addon/lib/main.js @@ -293,7 +293,9 @@ function wildcard_domain(domain) { res = "*."; for (i=1; i