From 3a733ea10a0d30c3cd3b3ae484246c647b12d705 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 7 Sep 2017 10:41:09 -0700 Subject: [PATCH] v0.43.3 Fix bug causing contact and group names/colors to be lost (#1437) Fix broken Swedish translation preventing new installs (8caecd50cd193756d59c9ba3839469393fc641fe) Fix clear message bubbles when adding contact with previous messages in iOS (#1438) Fix message bubble widths on horizontal resizes (#1447) Remove horizontal scrolling in convo/message lists (#1448) Update translations for hr, pt_BR and sv (8dca9c9b8f0e56c52641e86386d71dfbe57f693b) Export (still behind a flag): - Limit attachment filename length for Windows path limits (#1439) - Reintroduce conversation last-contact date in directory name (#1439) Add tests for export utility functions (#1439) FREEBIE --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 51a211ec5..09f3bc40e 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Signal Private Messenger", "short_name": "Signal", "description": "__MSG_installTagline__", - "version": "0.43.2", + "version": "0.43.3", "offline_enabled": false, "minimum_chrome_version": "37", "default_locale": "en",