diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e7c71..2cc77cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Tsacdop Changelog +## 0.5.5 +Release date 2021/1/25 + +## 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 +* Playlist page UI update. + ## 0.5.4 Release date 2021/1/9 diff --git a/lib/home/about.dart b/lib/home/about.dart index c3c7583..2ce8dbf 100644 --- a/lib/home/about.dart +++ b/lib/home/about.dart @@ -5,7 +5,7 @@ import 'package:line_icons/line_icons.dart'; import '../util/extension_helper.dart'; import '../widgets/custom_widget.dart'; -const String version = '0.5.4'; +const String version = '0.5.5'; class AboutApp extends StatefulWidget { @override diff --git a/pubspec.yaml b/pubspec.yaml index 0135b2d..d2acd1b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: tsacdop description: An open source podacasts player. -version: 0.5.4+42 +version: 0.5.5+43 environment: sdk: ">=2.6.0 <3.0.0"