1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-17 20:10:37 +01:00

v0.5.8 release.

This commit is contained in:
Stonegate 2021-02-10 00:45:35 +08:00
parent 5ef238df32
commit 7442f7f34e
3 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,17 @@
# Tsacdop Changelog
## 0.5.8
Release date 2021/2/9
## New features
* Artwork shownote and chapters in player panel.
* Play without subscription, inside search result directly.
## Bug fix
* Episode download failed with '/' in title.
## 0.5.7
Release date 2021/1.31
For frdoid

View File

@ -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.7';
const String version = '0.5.8';
class AboutApp extends StatefulWidget {
@override

View File

@ -1,7 +1,7 @@
name: tsacdop
description: An open source podacasts player.
version: 0.5.7+45
version: 0.5.8+46
environment:
sdk: ">=2.6.0 <3.0.0"