v 0.4.14 Release.

This commit is contained in:
stonegate 2020-08-20 20:50:45 +08:00
parent b0e36558c1
commit 63e587d089
3 changed files with 12 additions and 3 deletions

View File

@ -1,10 +1,15 @@
# Tsacdop Changelog
## 0.4.14
Release date 2020/8/20
Only for izzyonandroid.
## 0.4.13
Release date 2020/8/19
### BUgs fixed
### Bugs fixed
* Downloaded episode play error, you might need to redownload the episode.

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.13';
const String version = '0.4.14';
class AboutApp extends StatelessWidget {
Widget _listItem(
@ -143,6 +143,8 @@ class AboutApp extends StatelessWidget {
onPressed: () =>
'https://tsacdop.stonegate.me/#/privacy'
.launchUrl,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(5)),
child: Text(s.privacyPolicy,
style: TextStyle(color: context.accentColor)),
),
@ -158,6 +160,8 @@ class AboutApp extends StatelessWidget {
onPressed: () =>
'https://tsacdop.stonegate.me/#/changelog'
.launchUrl,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(5)),
child: Text(s.changelog,
style: TextStyle(color: context.accentColor)),
),

View File

@ -1,7 +1,7 @@
name: tsacdop
description: An open source podacasts player.
version: 0.4.13+30
version: 0.4.14+31
environment:
sdk: ">=2.6.0 <3.0.0"