v0.5.4 released.
This commit is contained in:
parent
a5d3315833
commit
dea320c7ae
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
# Tsacdop Changelog
|
# Tsacdop Changelog
|
||||||
|
|
||||||
|
## 0.5.4
|
||||||
|
Release date 2021/1/9
|
||||||
|
|
||||||
|
## New feature
|
||||||
|
* Support podcastindex namespace podcast:funding,
|
||||||
|
|
||||||
|
## Minor change
|
||||||
|
* Podcast detail page UI update.
|
||||||
|
|
||||||
|
## Bug fix
|
||||||
|
* Custom rss link subscribe error.
|
||||||
|
|
||||||
## 0.5.3
|
## 0.5.3
|
||||||
Release date 2021/1/7
|
Release date 2021/1/7
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ The podcast search engine is powered by [ListenNotes](https://listennotes.com).
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Podcast group management
|
* Podcast group management
|
||||||
* Playlist support
|
* Playlists support
|
||||||
* Sleep timer / speed setting
|
* Sleep timer / speed setting
|
||||||
* OPML file export and import
|
* OPML file export and import
|
||||||
* Auto syncing in background
|
* Auto syncing in background
|
||||||
|
|
|
@ -5,7 +5,7 @@ import 'package:line_icons/line_icons.dart';
|
||||||
import '../util/extension_helper.dart';
|
import '../util/extension_helper.dart';
|
||||||
import '../widgets/custom_widget.dart';
|
import '../widgets/custom_widget.dart';
|
||||||
|
|
||||||
const String version = '0.5.3';
|
const String version = '0.5.4';
|
||||||
|
|
||||||
class AboutApp extends StatefulWidget {
|
class AboutApp extends StatefulWidget {
|
||||||
@override
|
@override
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: tsacdop
|
name: tsacdop
|
||||||
description: An open source podacasts player.
|
description: An open source podacasts player.
|
||||||
|
|
||||||
version: 0.5.3+41
|
version: 0.5.4+42
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.6.0 <3.0.0"
|
sdk: ">=2.6.0 <3.0.0"
|
||||||
|
|
Loading…
Reference in New Issue