From 50927c0eba3d7ae74db8c19a21ac6f1545774e99 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 8 Aug 2017 14:16:26 -0700 Subject: [PATCH] v0.42.1 Notable changes: Application loading screen - We now properly process read receipts, delivery receipts and other types of sync messages before dismissing the screen. Fix: Properly report decryption errors when they happen Fix: Slow down expiring message processing, especially on startup (may result in lower CPU/memory usage) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b6686ad72..58e8d8e90 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Signal Private Messenger", "short_name": "Signal", "description": "__MSG_installTagline__", - "version": "0.42.0", + "version": "0.42.1", "offline_enabled": false, "minimum_chrome_version": "37", "default_locale": "en",