Updated changelog

This commit is contained in:
ByteHamster 2019-11-24 10:06:51 +01:00
parent 159b085984
commit 03432bd8c3
2 changed files with 17 additions and 8 deletions

View File

@ -1,6 +1,16 @@
Change Log Change Log
========== ==========
Version 1.8.0
-------------
* Added per-feed playback speed setting (by @spacecowboy)
* Support sorting in Podcast screen (by orionlee)
* Option to show stream button rather than download in lists (by dsmith47)
* Option to replace Episode cover with Podcast cover (by xgouchet)
* Transparent widget (by M-arcel)
* User interface tweaks (by ByteHamster)
* Tons of bug fixes and improvements
Version 1.7.3 Version 1.7.3
------------- -------------
* Display episode image on widget (by @brad) * Display episode image on widget (by @brad)

View File

@ -1,8 +1,7 @@
- Display episode image on widget (by @brad) - Added per-feed playback speed setting (by @spacecowboy)
- Added checkbox to keep queue sorted (by @damoasda) - Support sorting in Podcast screen (by orionlee)
- New UI for "Add podcast" screen (by @ByteHamster) - Option to show stream button rather than download in lists (by dsmith47)
- Added batch editing to the queue (by @ByteHamster) - Option to replace Episode cover with Podcast cover (by xgouchet)
- Added option to adapt remaining time to playback speed (by @CedricCabessa) - Transparent widget (by M-arcel)
- Removed broken Flattr integration (by @ByteHamster) - User interface tweaks (by ByteHamster)
- Added filter to "All episodes" list (by @jhunnius) - Tons of bug fixes and improvements
- Tons of bug fixes and performance improvements