v0.6.0 Release

This commit is contained in:
stonega 2021-02-27 02:00:29 +08:00
parent 0bb7f78289
commit 962b0a4e4b
4 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,13 @@
# Tsacdop Changelog
## 0.6.0
Release date 2021/2/27
### New features
* Load local folder as playlist
* Option to always hide new mark for podcast.
* Memory use reduced a lot
* Add reddit link
## 0.5.9
Release date 2021/2/11

View File

@ -0,0 +1,5 @@
New features
* Load local folder as playlist
* Option to always hide new mark for podcast.
* Memory use reduced a lot
* Add reddit link

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

View File

@ -1,7 +1,7 @@
name: tsacdop
description: An open source podcast player.
version: 0.5.9+47
version: 0.6.0+48
environment:
sdk: ">=2.6.0 <3.0.0"