From 3dbc550db294f1678e8a65c2dffd451f39f60159 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 16 Apr 2018 13:14:18 -0700 Subject: [PATCH] v1.8.0-beta.1 Receive quoted replies (#2244) iOS theme: one bubble for both attachment and message contents (#2244) Improve URL Auto-Linking In Messages (#2240) Redact More Variants Of Paths In Stack Traces (#2229) Fixed: Conversation message preview would sometimes continue to show after message disappeared (https://github.com/signalapp/Signal-Desktop/commit/1206b3c448635c27dedb81378bdcb2e8fc194f4d) Dev: Introduce React, TypeScript, TSLint and React-StyleGuidist (#2219 and #2232) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d5226c71..a5c01ecc1 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.3", + "version": "1.8.0-beta.1", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",