This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a change to annotated tag webext-0.6.1 in repository pluggable-transports/snowflake-webext.
at 74a76b3 (tag) tagging aff5045aec17f299d84c8ad28de74f590d7fd9f2 (commit) by Shelikhoo on Fri Jul 22 14:05:36 2022 +0100
- Log ----------------------------------------------------------------- Bug fix release to address stats not applied
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 8e381b9 fix for #45: stats repaired new aff5045 bump version to 0.6.1
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a commit to annotated tag webext-0.6.1 in repository pluggable-transports/snowflake-webext.
commit 8e381b9ee63b6caa71c28b4af24ec0086c3bbcc5 Author: 5eba 5eba@untiy-mail.de AuthorDate: Wed Jul 20 17:10:54 2022 +0200
fix for #45: stats repaired --- ui.js | 1 + 1 file changed, 1 insertion(+)
diff --git a/ui.js b/ui.js index de8670d..3f92d02 100644 --- a/ui.js +++ b/ui.js @@ -27,6 +27,7 @@ class UI {
increaseClients() { this.clients += 1; + this.stats[0] += 1; this.postActive(); return this.clients; }
This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a commit to annotated tag webext-0.6.1 in repository pluggable-transports/snowflake-webext.
commit aff5045aec17f299d84c8ad28de74f590d7fd9f2 Author: Shelikhoo xiaokangwang@outlook.com AuthorDate: Fri Jul 22 13:58:26 2022 +0100
bump version to 0.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json index d03fb57..9e99450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-pt", - "version": "0.6.0", + "version": "0.6.1", "description": "Snowflake is a WebRTC pluggable transport for Tor.", "main": "build/snowflake.js", "directories": {
tor-commits@lists.torproject.org