v0.6.0 Release
This commit is contained in:
parent
0bb7f78289
commit
962b0a4e4b
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue