From 68070561f81c2b5daf3601a33f58a3451cd97759 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 29 Sep 2017 11:07:43 -0700 Subject: [PATCH] v1.0.27 Make long-lived socket connections more reliable (#1511) Show offline state faster on loss of network access (#1512) Notifications: - Only show notifications when a large backlog download is complete (#1507) - Ensure final message before 'empty' is ready for notification (#1522) Ensure we always replace $name$ variable in strings (#1520) Update strings for fa, no, pt_BR, pt_PT, ro, zh_CN, zh_TW (#1517) Update electron to v1.6.14 to get security fix (#1519) Eliminate warning on Windows installation with code-signing (#1513) Dev: - Move logging to disk via bunyan - should make message processing faster! (#1506) - Only retry messages on startup, not every reconnect (#1510) - Log call messages instead of throwing error (#1504) - Redact group ids in logging (https://github.com/WhisperSystems/Signal-Desktop/commit/4c48d12dc307377e759375b3f95234dad7d574d6) - Remove manifest.json from project (https://github.com/WhisperSystems/Signal-Desktop/commit/3a3f2495e0a28b8a1c74a4de81da94fef95fedf6) FREEBIE --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24b2f6d72..3811fc0fe 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.26", + "version": "1.0.27", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",