Prepared release of version 0.9.5.1
This commit is contained in:
parent
243f75b65c
commit
d8b9d1016e
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="de.danoeh.antennapod"
|
<manifest package="de.danoeh.antennapod"
|
||||||
android:versionCode="17"
|
android:versionCode="18"
|
||||||
android:versionName="0.9.5" xmlns:android="http://schemas.android.com/apk/res/android">
|
android:versionName="0.9.5.1" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 0.9.5.1
|
||||||
|
---------------
|
||||||
|
* Added playback history
|
||||||
|
* Improved behavior of download report notifications
|
||||||
|
* Improved support for headset controls
|
||||||
|
* Bugfixes in the feed parser
|
||||||
|
* Moved 'OPML import' button into the 'add feed' screen and the 'OPML export' button into the settings screen
|
||||||
|
|
||||||
Version 0.9.5
|
Version 0.9.5
|
||||||
-------------
|
-------------
|
||||||
* Experimental support for MP3 chapters
|
* Experimental support for MP3 chapters
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="header" align="center">
|
<div id="header" align="center">
|
||||||
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
|
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
|
||||||
<p>AntennaPod, Version 0.9.5</p>
|
<p>AntennaPod, Version 0.9.5.1</p>
|
||||||
<p>Copyright © 2012 Daniel Oeh</p>
|
<p>Copyright © 2012 Daniel Oeh</p>
|
||||||
<p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p>
|
<p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<groupId>de.danoeh</groupId>
|
<groupId>de.danoeh</groupId>
|
||||||
<artifactId>antennapod</artifactId>
|
<artifactId>antennapod</artifactId>
|
||||||
<packaging>apk</packaging>
|
<packaging>apk</packaging>
|
||||||
<version>0.9.5</version>
|
<version>0.9.5.1</version>
|
||||||
<name>AntennaPod</name>
|
<name>AntennaPod</name>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue