From 0d105fc1902821b4e100bf905227d88cbbe66220 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 20 Mar 2018 14:05:16 -0700 Subject: [PATCH] 1.7.0-beta.2 Fixed: White block at bottom of conversation panel in iOS theme (#2144 and #2153) Fixed: Would attempt to rotate signed prekey every five seconds, forever, after app discovers it is unlinked (https://github.com/signalapp/Signal-Desktop/commit/1c6d91b59c2837ecd6ec3194fce508e7b85a6232) Dev: - Introduce IndexedDB index on `messages` store tracking `schemaVersion` (#2128) - Preparation for encrypted backups (https://github.com/signalapp/Signal-Desktop/commit/cea42bde7d3d36ae4794c7926bd96ce979f10082) - Updates to structure of exported data - messages.zip, flat list of attachments (https://github.com/signalapp/Signal-Desktop/commit/6d8f4b7b6e19db365eb395dbb33b1cf6f6154a8a) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b7675f9c7..c415331b64 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.7.0-beta.1", + "version": "1.7.0-beta.2", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",