Prepared release of version 0.9.7.4
This commit is contained in:
parent
efd120f55f
commit
c8b0f92a30
|
@ -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="30"
|
||||
android:versionName="0.9.7.3" >
|
||||
android:versionCode="31"
|
||||
android:versionName="0.9.7.4" >
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
Version 0.9.7.4
|
||||
---------------
|
||||
* Episode cache size can now be set to unlimited
|
||||
* Removing an episode in the queue via sliding can now be undone
|
||||
* Added Czech(Czech Republic), Azerbaijani and Portuguese translations
|
||||
* Several bugfixes and improvements
|
||||
|
||||
Version 0.9.7.3
|
||||
---------------
|
||||
* Bluetooth devices now display metadata during playback (requires AVRCP 1.3 or higher)
|
||||
|
|
|
@ -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.3</p>
|
||||
<p>AntennaPod, Version 0.9.7.4</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