v0.4.9 release.
This commit is contained in:
parent
d38c984384
commit
cdfd7acc14
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,27 @@
|
|||
# Tsacdop Changelog
|
||||
|
||||
## v0.4.9
|
||||
|
||||
Release date 2020/8/1
|
||||
|
||||
### New features
|
||||
|
||||
* Player ui redesign.
|
||||
* Added player height setting.
|
||||
* Added skip slience feature.
|
||||
|
||||
### Bugs fixed
|
||||
|
||||
* Language fixs. (Thanks to Atrate)
|
||||
* Make app movable to SD card. (Thanks to Atrate)
|
||||
|
||||
### Minor change
|
||||
|
||||
* Episode page open animation improved.
|
||||
* POdcast page load faster than before.
|
||||
* Removed unnecessary scroll overlay effect.
|
||||
* Episode page bottom menu hide when scroll down.
|
||||
|
||||
## v0.4.8
|
||||
|
||||
Release date 2020/7/25
|
||||
|
|
|
@ -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.8';
|
||||
const String version = '0.4.9';
|
||||
|
||||
class AboutApp extends StatelessWidget {
|
||||
Widget _listItem(
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: tsacdop
|
||||
description: An easy-use podacasts player.
|
||||
|
||||
version: 0.4.8+25
|
||||
version: 0.4.9+26
|
||||
|
||||
environment:
|
||||
sdk: ">=2.6.0 <3.0.0"
|
||||
|
|
Loading…
Reference in New Issue