aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Conversations-Plus-ChangeLog.md8
-rw-r--r--build.gradle4
2 files changed, 10 insertions, 2 deletions
diff --git a/Conversations-Plus-ChangeLog.md b/Conversations-Plus-ChangeLog.md
index ca031f15..3e356265 100644
--- a/Conversations-Plus-ChangeLog.md
+++ b/Conversations-Plus-ChangeLog.md
@@ -1,5 +1,13 @@
###Conversations+ ChangeLog
+####Version 0.0.7
+* Fixes FS#139: Do not merge messages at all
+* Fixes FS#51: Change toggle in Account Management back to standard
+* Fixes FS#167: Resized images are larger than original images
+* Fixes FS#135: disable notification for received/downloaded images when link is received through mam or carbons
+* Fixes FS#156: load of mam messages result in unread messages
+* Fixes FS#166: Images cannot be opened since storing in private image folder
+
####Version 0.0.6
* Implements FS#111: Compress resized picture with PNG format
* Fixes FS#107: Account can be edited while online
diff --git a/build.gradle b/build.gradle
index 7e0a5795..21c4752e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -64,8 +64,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
- versionCode 133
- versionName "1.11.1"
+ versionCode 8
+ versionName "0.0.7"
archivesBaseName += "-$versionName"
}