From dbd1e9c94e3d2797e76f69a1cf8a000724b676db Mon Sep 17 00:00:00 2001 From: stonega Date: Thu, 11 Feb 2021 13:23:20 +0800 Subject: [PATCH] v0.5.9 Release. --- CHANGELOG.md | 31 +++++++++++++++++++------------ pubspec.yaml | 2 +- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 016ecd8..5a1ab37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,21 @@ # Tsacdop Changelog +## 0.5.9 + +Release date 2021/2/11 +### Bug fix + +* Some podcasts subscribe failed. +* Update fastlane screenshots. ## 0.5.8 Release date 2021/2/9 -## New features +### New features -* Artwork shownote and chapters in player panel. +* Artwork shownotes and chapters in player panel. * Play without subscription, inside search result directly. -## Bug fix +### Bug fix * Episode download failed with '/' in title. @@ -19,36 +26,36 @@ For frdoid ## 0.5.6 Release date 2021/1.28 -## Bug fix +### Bug fix * Image saved wrongly after subscribe new podcast. ## 0.5.5 Release date 2021/1/25 -## Bugs fix +### Bugs fix * Position not saved after player stpoped. * Wrongly remove episodes from playlist when get back from playlist page. * Player crash on OP5T. -## Minor change +### Minor change * Playlist page UI update. ## 0.5.4 Release date 2021/1/9 -## New feature +### New feature * Support podcastindex namespace podcast:funding, -## Minor change +### Minor change * Podcast detail page UI update. -## Bug fix +### Bug fix * Custom rss link subscribe error. ## 0.5.3 Release date 2021/1/7 -## Minor change +### Minor change * Option to open playlist page by default. * Option to open podcast list page instead of group page. * Add remove new mark buttong in podcast page. @@ -58,14 +65,14 @@ Release date 2021/1/7 Release date 2021/1/3 First release in 2021 -## New features +### New features * Custom playlist support. * Playlist page redesign. * Podcast detail page and group management page UI update. * Add remove new mark button in recent tab antion bar. * Support time setting in sleep mode. -## Minor change +### Minor change * Remove add new to playlist button. * Groups management perfomance improved. * Podcast page opennning animation improved. diff --git a/pubspec.yaml b/pubspec.yaml index b243057..371dbda 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: tsacdop description: An open source podcast player. -version: 0.5.8+46 +version: 0.5.9+47 environment: sdk: ">=2.6.0 <3.0.0"