version bump to 0.3
This commit is contained in:
parent
4e82f4337e
commit
99793fa909
|
@ -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="15"
|
android:versionCode="16"
|
||||||
android:versionName="0.3-beta" >
|
android:versionName="0.3" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="14"
|
android:minSdkVersion="14"
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
####Version 0.3
|
####Version 0.3
|
||||||
* Mostly bug fixes and internal rewrites
|
* Mostly bug fixes and internal rewrites
|
||||||
|
* Touch contact picture in conference to highlight
|
||||||
|
* Long press on received image to share
|
||||||
* made OTR more reliable
|
* made OTR more reliable
|
||||||
* improved issues with occasional message lost
|
* improved issues with occasional message lost
|
||||||
* experimental conference encryption. (see FAQ)
|
* experimental conference encryption. (see FAQ)
|
||||||
|
|
Loading…
Reference in a new issue