From 092c207dceba5f5b36c63e5200c90f65f2f0187b Mon Sep 17 00:00:00 2001 From: DC Date: Tue, 23 Aug 2016 00:27:35 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d9c893..793264ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,25 @@ # WebTorrent Desktop Version History +## v0.12.0 - 2016-08-23 + +### Added + +- Custom external media player +- Linux: add system-wide launcher and icons for Debian, including Ubuntu + +### Changed + +- Telemetry improvements: redact stacktraces, log app version + +### Fixed + +- Fix playback and download of default torrents ("missing path" error) (#804) +- Fix Delete Torrent + Data for newly added magnet links +- Fix jumpToTime error (#804) + ## 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)