From dfedbcea3222ff2116c08352e8464af535bf41a0 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 28 Aug 2020 17:18:42 -0700 Subject: [PATCH] add 0.24.0 changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd3f3a7..ebdf9439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # WebTorrent Desktop Version History +## v0.24.0 - 2020-08-28 + +### Added + +- Support the `.m2ts` video container format ([hicom150](https://github.com/hicom150)) + +### Changed + +- Update to Electron 10.1.0 [\#1864](https://github.com/webtorrent/webtorrent-desktop/pull/1864) ([feross](https://github.com/feross)) +- Update the Windows installer loading image [\#1841](https://github.com/webtorrent/webtorrent-desktop/pull/1841) ([alxhotel](https://github.com/alxhotel)) + +### Fixed + +- Fix music metadata not showing up [\#1847](https://github.com/webtorrent/webtorrent-desktop/pull/1847) ([Borewit](https://github.com/Borewit)) +- Fix the "Play in VLC" functionality [\#1850](https://github.com/webtorrent/webtorrent-desktop/pull/1850) ([Hinara](https://github.com/Hinara)) +- Prevent shortcuts from activating when user input elements are focused [\#1840](https://github.com/webtorrent/webtorrent-desktop/pull/1840) ([subins2000](https://github.com/subins2000)) + ## v0.23.0 - 2020-07-15 🔒 This release contains a critical security fix. Please update as soon as possible.