version 0.2 alpha and changelog
This commit is contained in:
parent
3b8446e6d5
commit
b6fa18a595
|
@ -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="eu.siacs.conversations"
|
package="eu.siacs.conversations"
|
||||||
android:versionCode="9"
|
android:versionCode="10"
|
||||||
android:versionName="0.1.3" >
|
android:versionName="0.2-alpha" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="14"
|
android:minSdkVersion="14"
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.2
|
||||||
|
* Image file transfer
|
||||||
|
* Better integration with OpenKeychain (PGP encryption)
|
||||||
|
* Nicer conversation tiles for conferences
|
||||||
|
* A lot of bug fixes and code clean up
|
||||||
|
|
||||||
####Version 0.1.3
|
####Version 0.1.3
|
||||||
* Switched to minidns library to resolve SRV records
|
* Switched to minidns library to resolve SRV records
|
||||||
* Faster DNS in some cases
|
* Faster DNS in some cases
|
||||||
|
|
Loading…
Reference in a new issue