From bbbd52798523770be28c65af9c06065b4bc40886 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 16 Mar 2018 11:32:03 -0700 Subject: [PATCH] v1.7.0-beta.1 New option in settings: delete all application data (https://github.com/signalapp/Signal-Desktop/commit/383e02edc4a7a055ac826a7d909e1099ebf5b959) Remove all configuration in database when we discover we are unlinked (https://github.com/signalapp/Signal-Desktop/commit/9acb189650ccd1494323a284cefc149ac35db880) Delete everything in database when we link with a different phone number from previous link (https://github.com/signalapp/Signal-Desktop/commit/9acb189650ccd1494323a284cefc149ac35db880) Windows: Delete all data on uninstall (https://github.com/signalapp/Signal-Desktop/commit/c8555974e411981c0317ce091d1accf225238e69) Dev: - Switch to a new service for debug logs, since GitHub is retiring anonymous gists (#2111) - Redact file paths in anything that goes to the log on disk (#2110) - When top-level process errors happen, don't show dialog with stack trace (#2110) - Add `nsp` to CI runs (https://github.com/signalapp/Signal-Desktop/commit/fd056e1b4cc1f08168ce7e831e4b635dd621f73e) - Add eslint-plugin-mocha to disallow exclusive tests using *.only (#2110) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 654f25646..37eee2dbc 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.6.0-beta.2", + "version": "1.7.0-beta.1", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",