Prepared release of version 0.9.5
This commit is contained in:
parent
7a675c36f5
commit
3cd64399cf
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="de.danoeh.antennapod"
|
||||
android:versionCode="16"
|
||||
android:versionName="0.9.4.6" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
android:versionCode="17"
|
||||
android:versionName="0.9.5" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
Version 0.9.5
|
||||
-------------
|
||||
* Experimental support for MP3 chapters
|
||||
* New menu options for the 'new' list and the queue
|
||||
* Auto-delete feature
|
||||
* Better Download error reports
|
||||
* Several Bugfixes
|
||||
|
||||
Version 0.9.4.6
|
||||
---------------
|
||||
* Enabled support for small-screen devices
|
||||
|
|
|
@ -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.4.6</p>
|
||||
<p>AntennaPod, Version 0.9.5</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