From 4c7b1746065a081b99bcb12a9f47a0c89f18616a Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Sat, 12 Aug 2017 13:26:10 -0700 Subject: [PATCH] v0.42.2 - When loading a conversation, do check for old messages hidden due to a not-yet-approved safety number and attempt to decrypt them - When processing queued messages or retrying incoming messages, maintain original received date - Fixed an issue where the security checks before sending to a group with an unknown contact could fail, blocking send - Improve performance of security checks before send to groups - We now disable the message composition text box when doing security checks before send FREEBIE --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 58e8d8e90a..c2fecffe9d 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Signal Private Messenger", "short_name": "Signal", "description": "__MSG_installTagline__", - "version": "0.42.1", + "version": "0.42.2", "offline_enabled": false, "minimum_chrome_version": "37", "default_locale": "en",