From 3525e9f445d8e8cb4b8fd98e04eefda6a1434fc1 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 20 Oct 2017 17:41:13 -0700 Subject: [PATCH] v1.0.32 Load profiles for a conversation without blocking convo load (#1570) The About window is no longer blank (#1564) Add 5s timeout for all requests but attachment up/down, avatar (#1584) Dev: - Move to node fetch API for web requests instead of XHR (#1552) - Log when we've detected a new version (#1567) - Reduce logging when the window moves (#1568) - Add GPLv3 LICENSE file (#1309) - Remove documentation references to BitHub (#1576) - models/conversation: Refer to proper error variable (#1569) - Deployment: No longer use CI windows assets (#1564) - Fix copy pasta of timestamp_m to timestamp_h in locales (#1582) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d095ec7b0..30f7a1ad83 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Signal", "description": "Private messaging from your desktop", "repository": "https://github.com/WhisperSystems/Signal-Desktop.git", - "version": "1.0.31", + "version": "1.0.32", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",