diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-06-22 19:53:43 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-06-22 19:53:43 +0200 |
commit | 678cc7af10b09dda31eb8a5ab9fb954e18ff5a35 (patch) | |
tree | 4ec1820ff94e4fa753349689209729b76439b5ef | |
parent | 1374fed31b96cbe4a16ee6349afe38f9203c8ac4 (diff) |
changelog and version bump to 0.4-beta
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | CHANGELOG.md | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 97a27abb..70d18154 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="16" - android:versionName="0.3" > + android:versionCode="17" + android:versionName="0.4-beta" > <uses-sdk android:minSdkVersion="14" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db04218..5a7d9c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ###Changelog +####Version 0.4 +* OTR file encryption +* keep OTR messages and files on device until both parties or online at the same time +* XEP-0333. Mark wether the other party has read your messages +* Delayed messages are now tagged properly +* Share images from the Gallery +* Infinit history scrolling +* Mark the last used presence in presence selection dialog + ####Version 0.3 * Mostly bug fixes and internal rewrites * Touch contact picture in conference to highlight |