From 1765aba6814132f6129184250c87c18bf6fa5625 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 19 Aug 2016 16:15:25 -0700 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f23efd8..27d9c893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # WebTorrent Desktop Version History +## v0.11.0 - 2016-08-19 + +### Added + +- New Preference to "Set WebTorrent as default handler for torrents and magnet links" (#771) +- New Preference to "Always play in VLC" (#674) +- Check for missing default download path and torrent folders on start up (#776) + +### Changed + +- Do not automatically set WebTorrent as the default handler for torrents (#771) +- Torrents can only be created from the home screen (#770) +- Update Electron to 1.3.3 (#772) + +### Fixed + +- Allow modifying the default tracker list on the Create Torrent page (#775) +- Prevent opening multiple stacked Preference windows or Create Torrent windows (#770) +- Windows: Player window auto-resize does not match video aspect ratio (#565) +- Missing page title on Create Torrent page + ## v0.10.0 - 2016-08-05 ### Added