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"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.danoeh.antennapod"
|
||||
android:versionCode="25"
|
||||
android:versionName="0.9.6.4" >
|
||||
android:versionCode="26"
|
||||
android:versionName="0.9.7" >
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
@ -1,6 +1,15 @@
|
||||
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
|
||||
---------------
|
||||
* Added Chinese translation (Thanks tupunco!)
|
||||
|
@ -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.6.4</p>
|
||||
<p>AntennaPod, Version 0.9.7</p>
|
||||
<p>Copyright © 2012 Daniel Oeh</p>
|
||||
<p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user