From 04fb736e8bcc29ee3e77d3354b61188ed8f76338 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 23 Oct 2017 16:22:12 -0700 Subject: [PATCH] v1.0.33 Re-enable download and upload of larger attachments (#1591/ce0e39aaa7eec873f65fe9675badbd6461a3054c) Prevent situation where lack of keys makes "Error handling incoming message." common (#1595) Stay connected or reconnect quickly in changing network conditions, returning from sleep, etc. (#1593) Don't send read syncs (to your devices) or read receipts (to client devices) for messages with errors (#1596) Fix occasional very long app startup (#1597) Don't check for auto updates on linux; handled by package manager (#1592) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30f7a1ad8..fa60b7bdf 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Signal", "description": "Private messaging from your desktop", "repository": "https://github.com/WhisperSystems/Signal-Desktop.git", - "version": "1.0.32", + "version": "1.0.33", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",