mirror of
https://github.com/stonega/tsacdop
synced 2025-02-17 20:10:37 +01:00
v 0.4.14 Release.
This commit is contained in:
parent
b0e36558c1
commit
63e587d089
@ -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.
|
||||
|
||||
|
@ -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)),
|
||||
),
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user