Releases: webtorrent/webtorrent-desktop
Releases · webtorrent/webtorrent-desktop
v0.16.0
v0.15.0
Added
- Option to start automatically on login
- Add integration tests
- Add more detailed telemetry to diagnose "buffer allocation failed"
Changed
- Disable playback controls while in external player (#909)
Fixed
v0.14.0
Added
Changed
- Modals now use Material UI
- Torrent list style improvements
Fixed
v0.13.1
v0.13.0
Added
- Support .m4a audio
- Better telemetry: log error versions, report more types of errors
Changed
- New look - Material UI. Rewrote Create Torrent and Preferences pages.
Fixed
- Fixed telemetry [object Object] and [object HTMLMediaElement] bugs
- Don't render player controls when playing externally, eg in VLC
- Don't play notification sounds during media playback
v0.12.0
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
v0.11.0
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
v0.10.0
Added
- Drag-and-drop magnet links (selected text) is now supported (#284)
- Windows: Add "User Tasks" shortcuts to app icon in Start Menu (#114)
- Linux: Show badge count for completed torrent downloads
Changed
- Change WebTorrent Desktop peer ID prefix to 'WD' to distinguish from WebTorrent in the browser, 'WW' (#688)
- Switch UI to React to improve UI rendering speed (#729)
- The primary bottleneck was actually
hyperx
, notvirtual-dom
.
- The primary bottleneck was actually
- Update Electron to 1.3.2 (#738) (#739) (#740) (#747) (#756)
- Mac 10.9: Fix the fullscreen button showing
- Mac 10.9: Fix window having border
- Mac 10.9: Fix occasional crash
- Mac: Update Squirrel.Mac to 0.2.1 (fixes situations in which updates would not get applied)
- Mac: Fix window not showing in Window menu
- Mac: Fix context menu always choosing first item by default
- Linux: Fix startup crashes (some Linux distros)
- Linux: Fix menubar not hiding after entering fullscreen (some Linux distros)
- Improved location history (back/forward buttons) to fix rare exceptions (#687) (#748)
- Location history abstraction released independently as
location-history
- Location history abstraction released independently as
Fixed
v0.9.0
Added
- Save selected subtitles
- Ask for confirmation before deleting torrents
- Support Debian Jessie
Changed
- Only send telemetry in production
- Clean up the code. Split main.js, refactor lots of things
Fixed
- Fix state.playing.jumpToTime behavior
- Remove torrent file and poster image when deleting a torrent