Prepared release of version 0.9.7
This commit is contained in:
parent
259e2c47bf
commit
6c747c078b
@ -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="25"
|
android:versionCode="26"
|
||||||
android:versionName="0.9.6.4" >
|
android:versionName="0.9.7" >
|
||||||
|
|
||||||
<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,15 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 0.9.7
|
||||||
|
-------------
|
||||||
|
* Improved user interface
|
||||||
|
* OPML files can now be imported by selecting them in a file browser
|
||||||
|
* The queue can now be organized via drag & drop
|
||||||
|
* Added expandable notifications (only supported on Android 4.1 and above)
|
||||||
|
* Added Danish, French, Romanian (Romania) and Ukrainian (Ukraine) translation (thanks to all translators!)
|
||||||
|
* Several bugfixes and minor improvements
|
||||||
|
|
||||||
Version 0.9.6.4
|
Version 0.9.6.4
|
||||||
---------------
|
---------------
|
||||||
* Added Chinese translation (Thanks tupunco!)
|
* Added Chinese translation (Thanks tupunco!)
|
||||||
|
@ -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.6.4</p>
|
<p>AntennaPod, Version 0.9.7</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
@ -5,7 +5,7 @@
|
|||||||
<groupId>de.danoeh</groupId>
|
<groupId>de.danoeh</groupId>
|
||||||
<artifactId>antennapod</artifactId>
|
<artifactId>antennapod</artifactId>
|
||||||
<packaging>apk</packaging>
|
<packaging>apk</packaging>
|
||||||
<version>0.9.6.4</version>
|
<version>0.9.7</version>
|
||||||
<name>AntennaPod</name>
|
<name>AntennaPod</name>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user