From 63e587d089ef77064f663289dd4bdbbd9f4e1c16 Mon Sep 17 00:00:00 2001 From: stonegate Date: Thu, 20 Aug 2020 20:50:45 +0800 Subject: [PATCH] v 0.4.14 Release. --- CHANGELOG.md | 7 ++++++- lib/home/about.dart | 6 +++++- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c2cbc..8bd93f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/home/about.dart b/lib/home/about.dart index fc09e0b..8c345f9 100644 --- a/lib/home/about.dart +++ b/lib/home/about.dart @@ -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)), ), diff --git a/pubspec.yaml b/pubspec.yaml index 62f0d39..8853d79 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"