changelog and version bump to 0.4-beta
This commit is contained in:
parent
1374fed31b
commit
678cc7af10
|
@ -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="16"
|
android:versionCode="17"
|
||||||
android:versionName="0.3" >
|
android:versionName="0.4-beta" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="14"
|
android:minSdkVersion="14"
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
###Changelog
|
###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
|
####Version 0.3
|
||||||
* Mostly bug fixes and internal rewrites
|
* Mostly bug fixes and internal rewrites
|
||||||
* Touch contact picture in conference to highlight
|
* Touch contact picture in conference to highlight
|
||||||
|
|
Loading…
Reference in a new issue