From d9685178d2411bbcd542f73d65a3d61892a040dd Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 10 May 2018 12:16:43 -0700 Subject: [PATCH] v1.11.0-beta.1 Feature: Receive contact (#2349, #2359) Fixed: Sometimes clicks on quoted message wouldn't work (#2350) Fixed: In dark theme, it was hard to see a message's triple-dot menu on hover - thanks @PunkChameleon (#2334) Fixed: Unsupported image and video types were missing from media pane (#2351) Fixed: On small screens, the media lightbox view would show media off-screen (#2351) Notification improvements - Remove all on remote read, on focus, on exit - Show multi-message notifications like '5 new messages' Media Gallery: A number of small visual fixes (#2351) Emoji pane: Can now dismiss it by pressing escape key - thanks @tommypacker (#2354, #2357) Update translations (#2328, #2352) Dev: - Windows 7: Use Electron-native notifications (#2338, #2330) - Improve Logging For Disappearing Messages (#2332) - Prettier: Continue expanding its coverage of app (#2339, #2324) - Document Translations Setup + Remove Unused Strings (#2329) - Make Protocol Buffers available to commonjs code (#2347) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42ced99da..44889cd50 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.10.0-beta.1", + "version": "1.11.0-beta.1", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",