mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-23 15:30:35 +01:00
Prepared release of version 0.9.7.1
This commit is contained in:
parent
60f7dd332d
commit
f966df8bcc
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.danoeh.antennapod"
|
||||
android:versionCode="26"
|
||||
android:versionName="0.9.7" >
|
||||
android:versionCode="27"
|
||||
android:versionName="0.9.7.1" >
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
@ -1,5 +1,12 @@
|
||||
Change Log
|
||||
==========
|
||||
Version 0.9.7.1
|
||||
---------------
|
||||
* Added automatic download of new episodes
|
||||
* Added option to specify the number of downloaded episodes to keep on the device
|
||||
* Added support for playback of external media files
|
||||
* Several improvements and bugfixes
|
||||
* Added Catalan translation
|
||||
|
||||
Version 0.9.7
|
||||
-------------
|
||||
|
@ -40,7 +40,7 @@
|
||||
<body>
|
||||
<div id="header" align="center">
|
||||
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
|
||||
<p>AntennaPod, Version 0.9.7</p>
|
||||
<p>AntennaPod, Version 0.9.7.1</p>
|
||||
<p>Copyright © 2012 Daniel Oeh</p>
|
||||
<p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user