Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-09-17 20:58:02 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-09-17 20:58:02 +0300
commitbd0843dd45ef40481ca3b8ae7049ba0bf33a842c (patch)
treea072fd1d4a1184adf1327bdef84397046d8f91da /CHANGELOG.md
parentdc108ed0653c112f57dd2beb590de99aaae1878a (diff)
add missing changelog entries
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md43
1 files changed, 42 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0b1c99..1d7920e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,48 @@
## v0.97.0 - 2016-09-17
-- Option to disable web seeds (BEP19)
+- Add option to disable BEP19 web seeds (`webSeeds` option to the `WebTorrent` constructor)
+
+## v0.96.5 - 2016-09-13
+
+- Fix exceptions in `server.close()` and `server.destroy()`
+
+## v0.96.4 - 2016-08-23
+
+- Warn when WebTorrent is installed on Node.js older than v4.0.0.
+
+## v0.96.3 - 2016-08-22
+
+- Better docs for .renderTo()
+
+## v0.96.2 - 2016-08-20
+
+- replace 'hat' with 'randombytes'
+- better debug logs
+
+## v0.96.1 - 2016-08-18
+
+- Prevent possible stack overflow
+
+## v0.96.0 - 2016-08-03
+
+- Add options to disable autoplay/hide controls with `appendTo()` and `renderTo()`
+
+## v0.95.6 - 2016-07-28
+
+- Allow deselecting the entire torrent with `deselect()` to happen earlier
+
+## v0.95.5 - 2016-07-26
+
+- Fix support for FileList input to client.seed()
+
+## v0.95.4 - 2016-07-26
+
+- Skip blocklist logic when opts.blocklist is not set

+
+## v0.95.3 - 2016-07-26
+
+- Fix WebTorrent version string
## v0.95.2 - 2016-06-22