From 65787918bc51c912b19fed6433c082997502a381 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 26 Feb 2018 16:11:45 -0800 Subject: [PATCH] v1.5.0 _Note: Includes fixes from 1.4.0-beta.1 (never released to production), 1.5.0-beta.1, and one additional pull request (#2072)_ Update electron to 1.7.12 (#2029) New design for import and install flows (#2053) Support for 'light' imports, which bring just messages, contacts and groups (#2053, #2072) Set conversation disappearing messages state and contact block state on initial link (#1980) 'Restart' -> 'Restart Signal' button in update dialog, thanks @StevenXL (#2024) Fixed: If app started offline, conversations would not open (#2064) Fixed: Attached images would sometimes show up rotated improperly (#2040) Fixed: Uncaught Exception: TypeError; 'getSize' (#2061) Fixed: File paths with special characters could be shown in misleading way 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) Dev: - Move ESLint environment configuration into `.eslintrc` (#2051) - Sync Protocol Buffers with `libsignal-service-java` (#2046) - 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 440617cf809..102c854d168 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.5.0-beta.1", + "version": "1.5.0", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",