aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-06-03 11:18:42 +0200
committeriNPUTmice <daniel@gultsch.de>2014-06-03 11:18:42 +0200
commit99793fa909f1d754d5dc0d7cb4d36ba289ac92e3 (patch)
treeea144708ccd42dc4387280d8b664135bcaa1c739
parent4e82f4337e2d7e4e76ea58764b3872ebabea8e86 (diff)
version bump to 0.30.3
-rw-r--r--AndroidManifest.xml4
-rw-r--r--CHANGELOG.md2
2 files changed, 4 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 938a3de9..2dfe2b22 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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="15"
- android:versionName="0.3-beta" >
+ android:versionCode="16"
+ android:versionName="0.3" >
<uses-sdk
android:minSdkVersion="14"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 468febe6..1db04218 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
####Version 0.3
* Mostly bug fixes and internal rewrites
+* Touch contact picture in conference to highlight
+* Long press on received image to share
* made OTR more reliable
* improved issues with occasional message lost
* experimental conference encryption. (see FAQ)