From 250bd955a6cf2a8b0acddbb44d51f118b4511d9e Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 14 Dec 2017 17:40:31 -0800 Subject: [PATCH] v1.1.0-beta.6 Fix issue where .tif file attachments could not be sent or received (#1901) Support the latest phone number formats via libphonenumber update (#1899) Intl-friendly sort order for contact lists (#1900) Show window if hidden to tray when second instance attempts to start (#1897) Make the window minimum width a little smaller - thanks @emptyflask (#1863) Fix issue where duplicate emoji were listed in the emoji panel (#1893) The default button is now 'later', not 'restart' in the 'update available' dialog (#1894) Dev: - Add .deb specific dependencies - thanks @veggiedefender (#1858) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 233b88779..afac0c025 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.1.0-beta.5", + "version": "1.1.0-beta.6", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",