From a01588f55ec6a5869c298e9ee6df81c955cc5160 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 30 Aug 2017 14:51:42 -0700 Subject: [PATCH] v0.43.1 Properly handle update of blocked numbers sync'd from mobile device (#1411) Fix some bugs with migration to Electron (still behind a flag) - Dark Theme: Increase banner text contrast for legibility (#1415) - Better disambiguate conversation directory names (#1409) - Handle long group or contact names (#1402) - Redact group ids in export logging (#1402) Better logging - Don't log expiration if queued task threw an error (#1412) - Additional error handling/logging during contact sync (#1395) Remove unknown group messages from cache - no need to retry! (#1414) Update a large number of strings via transifex (#1403) FREEBIE --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 778cf9892..3f03b5a92 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Signal Private Messenger", "short_name": "Signal", "description": "__MSG_installTagline__", - "version": "0.43.0", + "version": "0.43.1", "offline_enabled": false, "minimum_chrome_version": "37", "default_locale": "en",