tsacdop-podcast-app-android/CHANGELOG.md

109 lines
2.3 KiB
Markdown
Raw Normal View History

2020-06-16 07:02:41 +02:00
# Tsacdop Changelog
2020-07-18 11:52:31 +02:00
## v0.4.7
Release date 2020/7/18
### Bugs fixed
* Ompl files form other platform import error.
* Audio cache did't work.
2020-07-17 17:01:55 +02:00
## v0.4.6
Release date 2020/7/17
### Bugs fixed
* Mark listened not work.
* Recover subscribe wrong group.
2020-07-16 16:37:19 +02:00
## v0.4.5
Release date 2020/7/16
## New features
* OMPL backup file supports group.
* Add settings backup and restore.
* Enable R8 and dart obfuscate.
## Bugs fixed
* OMPL import not shown in group.
## Minor UI change
* Tap logo in homepage to toggle theme mode.
* Change subscribe button style.
* Improve history chart style.
## v0.4.0
2020-07-08 21:52:37 +02:00
Release date 2020/7/9
### New features
* Localization, changed all UI strings in app to support locale, support languages include en & zh right now.
* Changed episode popup menu UI, add a switch to tap to open popup men.
2020-07-08 21:52:37 +02:00
### Minor UI change
* Improve dropdown menu UI.
* Change icons color in setting page.
* Improve player panel animation.
* Add scroll bar in libraries page.
2020-06-29 18:12:53 +02:00
## v0.3.6
Release date 2020/6/30
### New feature
* Add sleep timer settings. include default time, auto start sleep timer, etc.
### Bug fixed
* Crash on stop player.
2020-06-30 21:14:36 +02:00
* Some download file didn't auto deleted.
2020-06-29 18:12:53 +02:00
2020-06-20 06:59:45 +02:00
## v0.3.5
2020-06-29 18:12:53 +02:00
2020-06-20 06:59:45 +02:00
Release date 2020/6/20
This is a energency release.
2020-06-29 18:12:53 +02:00
2020-06-20 06:59:45 +02:00
### Bugs fixed
2020-06-29 18:12:53 +02:00
* Crashed in download page or button after remove a podcast. Add episode check when load tasks from flutterdownloader.
2020-06-20 06:59:45 +02:00
### Minor UI change
2020-06-29 18:12:53 +02:00
* Add buy me a coffee in about page.
* Remove progress number in download list in failed task, change refresh icon color to red.
2020-06-20 06:59:45 +02:00
2020-06-16 07:02:41 +02:00
## v0.3.4
2020-06-29 18:12:53 +02:00
Release date 2020/6/16
2020-06-29 18:12:53 +02:00
### New Feature
* Support auto download new episodes, you can choose which podcast you want to auto download, you can also set if download using cellular data.
* Support auto delete downloaded episode, you can set days before delete.
* Support customize episode popup menu, you can add options you most want, **Like** | **Mark Listened** | **Download** newly added.
* Improved downloaded file manager, you can now sort downloads by date or size, you can also only view listened downloads.
### Minor UI Change
* Removed the listened indicator, increased the color difference for listened episodes.
* Add text in podcast manage page menu.
* Change episode shownote font to Martel.
### Bugs Fixed
* Auto play when receive notification.
* Lose podcast when import OMPL file.
### Other
2020-06-29 18:12:53 +02:00
* Add privacy policy.