From 3a159d5cb8b1cdc5d4ff57e961ee0d284c1ded5b Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 14 Feb 2018 12:35:19 -0800 Subject: [PATCH] v1.4.0-beta.1 Update electron to 1.7.12 (#2029) Fixed: incoming messages sometimes didn't appear at all (#2050) Fixed: 'Cannot find module ./app/locale' error popup when attempting to start another instance of the app on Windows (#2017) Fixed: Setting NODE_ENV environment variable to 'development' would point it at staging servers (#2010) 'Restart' -> 'Restart Signal' button in update dialog, thanks @StevenXL (#2024) Set conversation disappearing messages state and contact block state on initial link (#1980) Dev: - Update to libsignal-protocol-javascript v1.3.0 (#2050) - Make our binary comparisons constant time (#2047) - Fix typo in issue template (#2020) - Update to new signal branding (#2018) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbda03b4a..a6f4de219 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Signal", "description": "Private messaging from your desktop", "repository": "https://github.com/signalapp/Signal-Desktop.git", - "version": "1.3.0-beta.1", + "version": "1.4.0-beta.1", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",