From 1432d9853b0574df7ee9134a87d60fc6cc6127eb Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 4 Dec 2017 15:54:56 -0800 Subject: [PATCH] v1.0.40 Fix bug where previously-deleted contacts are re-added to left pane on contact import (#1811) Fix bug where the main window would be created off-screen, inaccessible (#1830) Fix issue where certain sync messages to iOS would result in a new message alert (#1843 and #1857)) Key rotation updates (#1833 and #1846): - Save prekeys optimistically after generation, even if upload appears to fail - Track confirmations from server in prekey - New prekey cleanup behavior: favoring confirmed keys, but always keeping three - Log all failures resulting from signed prekey rotation - Retry rotation if we run into a failure - Force rotation when starting up new version, to fix Chrome interference (https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v0.44.13) Dev: - Verify that saved window location/size data is valid before creating window (#1830) - A variety of logging improvements to help track down bugs (#1832 and #1836) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 465749f3bc..5934975076 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.39", + "version": "1.0.40", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",