mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-02 19:56:59 +01:00
Prepare for 1.6.2.0 release
This commit is contained in:
parent
04bcf6e697
commit
e2d7e18343
28
CHANGELOG.md
Normal file
28
CHANGELOG.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
## 1.6.2.0 (TBD)
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
- Integration of fyyd Podcast Search Engine
|
||||||
|
- Export subscriptions as HTML
|
||||||
|
- Rename feeds
|
||||||
|
- Auto-enable sleep timer
|
||||||
|
- "has media" filter
|
||||||
|
- Force gpodder full sync
|
||||||
|
- Preliminary support for Android Auto
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
|
||||||
|
- Better support for Atom feeds, e.g. summary tag
|
||||||
|
- Confirmation dialog on mark all as seen
|
||||||
|
- Number of downloaded episodes in subscription counter
|
||||||
|
- Gpodder sync error optional
|
||||||
|
- Search results
|
||||||
|
- MRSS support
|
||||||
|
- Sanitize HTML from Atom feed
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
- Reset sleep timer on shake to current waiting time
|
||||||
|
- Cast dialog image
|
||||||
|
- Mini player not showing up
|
||||||
|
- Audio player cover fragment
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="de.danoeh.antennapod"
|
package="de.danoeh.antennapod"
|
||||||
android:versionCode="1060102"
|
android:versionCode="1060200"
|
||||||
android:versionName="1.6.1.2">
|
android:versionName="1.6.2.0">
|
||||||
<!--
|
<!--
|
||||||
Version code schema:
|
Version code schema:
|
||||||
"1.2.3-SNAPSHOT" -> 1020300
|
"1.2.3-SNAPSHOT" -> 1020300
|
||||||
|
Loading…
x
Reference in New Issue
Block a user