version bump to 0.7.2
This commit is contained in:
parent
54278febb4
commit
08949fb827
|
@ -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="27"
|
||||
android:versionName="0.7.1" >
|
||||
android:versionCode="28"
|
||||
android:versionName="0.7.2" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
|
|
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,4 +1,15 @@
|
|||
###Changelog
|
||||
|
||||
####Version 0.7.2
|
||||
* show full timestamp in messages
|
||||
* brought back option to use JID to identify conferences
|
||||
* optionally request delivery receipts (expert option)
|
||||
* more languages
|
||||
* bug fixes
|
||||
|
||||
####Version 0.7.1
|
||||
* Optionally use send button as status indicator
|
||||
|
||||
####Version 0.7
|
||||
* Ability to disable notifications for single conversations
|
||||
* Merge messages in chat bubbles
|
||||
|
|
Loading…
Reference in a new issue