version 0.2 alpha and changelog

This commit is contained in:
Daniel Gultsch 2014-05-09 20:56:51 +02:00
parent 3b8446e6d5
commit b6fa18a595
2 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eu.siacs.conversations"
android:versionCode="9"
android:versionName="0.1.3" >
android:versionCode="10"
android:versionName="0.2-alpha" >
<uses-sdk
android:minSdkVersion="14"

View File

@ -1,5 +1,11 @@
###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
* Switched to minidns library to resolve SRV records
* Faster DNS in some cases