version bump to 0.5-beta and changelog
This commit is contained in:
parent
e3ebccc762
commit
34dafc24af
|
@ -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="19"
|
android:versionCode="20"
|
||||||
android:versionName="0.4.1" >
|
android:versionName="0.5-beta" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="14"
|
android:minSdkVersion="14"
|
||||||
|
@ -107,4 +107,4 @@
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.5
|
||||||
|
* UI overhaul
|
||||||
|
* MUC / Conference bookmarks
|
||||||
|
* A lot of bug fixes
|
||||||
|
|
||||||
####Version 0.4
|
####Version 0.4
|
||||||
* OTR file encryption
|
* OTR file encryption
|
||||||
* keep OTR messages and files on device until both parties or online at the same time
|
* keep OTR messages and files on device until both parties or online at the same time
|
||||||
|
|
Loading…
Reference in a new issue