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