Release v0.5.0

This commit is contained in:
stonegate 2020-10-14 00:07:26 +08:00
parent 340aaf7173
commit b69e22a12e
4 changed files with 24 additions and 3 deletions

View File

@ -1,5 +1,26 @@
# Tsacdop Changelog
## 0.5.0
Release date 2020/10/13
### New fewtures
* Support multi select on recent and favorite tab.
* Select all/ select before/ select after.
* Option to delete episode download file when played.
* OPtion to mark as listened after skipped.
### Bug fixed
* Feed pubdate parse error.
### Minor changes
* Single colume layout update.
* About page UI update.
* More smooth animation when open podcast detail page.
## 0.4.20
Release date 2020/10/3

View File

@ -5,7 +5,7 @@ import 'package:line_icons/line_icons.dart';
import '../util/custom_widget.dart';
import '../util/extension_helper.dart';
const String version = '0.4.20';
const String version = '0.5.0';
class AboutApp extends StatefulWidget {
@override

View File

@ -294,7 +294,7 @@ class _PlaySettingState extends State<PlaySetting> {
contentPadding:
EdgeInsets.only(left: 70.0, right: 20, bottom: 10),
title: Text(s.settingsMarkListenedSkip),
subtitle: Text(s.settingsManageDownloadDes),
subtitle: Text(s.settingsMarkListenedSkipDes),
trailing: Transform.scale(
scale: 0.9,
child: Switch(

View File

@ -1,7 +1,7 @@
name: tsacdop
description: An open source podacasts player.
version: 0.4.20+37
version: 0.5.0+38
environment:
sdk: ">=2.6.0 <3.0.0"