Skip to content

Commit

Permalink
version bump to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iNPUTmice committed Sep 23, 2014
1 parent 54278fe commit 08949fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 08949fb

Please sign in to comment.