From 731aa71134c72a25b795d2fe7843a678045e769a Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 12 Mar 2019 21:26:52 -0700 Subject: [PATCH] Bump to 1.6.0, Electron 4.0.8 --- CHANGELOG.md | 14 ++++++++++++-- app/package.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1432d0011..8dbf8575c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,20 @@ ### 1.6.0 (TBD) -Development: - **Mailspring now uses the TypeScript compiler instead of Babel, and the entire project (92,000 LOC!) has been converted to TypeScript. 🎉** This took an enormous amount of effort - 9,800 TypeScript errors were resolved by hand - but will make the project more stable, easier to maintain, and easier to contribute to in the future. +* The German translation has been improved (Thanks @ahahn94!) + +* The Linux system tray icon is now larger and brighter when unread, which looks better on most Linux distros. (#1386) + +* Mailspring now shows it's icon in notifications and correctly resolves the icon from your current theme is only supported for Gnome, Mate and Budgie. (Thanks @arkraft!) + +* When clicking the track of a scrollbar, the view is scrolled by one page up or down rather than scrolling to the clicked position. + +* Preferences styling has been slightly improved. + +* Mailspring now uses Electron 4.0.8 which includes a recent security patch and is recommended for all users. + ### 1.5.7 (2/25/2019) Fixes: diff --git a/app/package.json b/app/package.json index 7611bff75..6f35221cc 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mailspring", "productName": "Mailspring", - "version": "1.5.7", + "version": "1.6.0", "commitHash": "COMMIT_INSERTED_DURING_PACKAGING", "description": "The best email app for people and teams at work", "license": "GPL-3.0", diff --git a/package.json b/package.json index b4872d187..f458558a9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/parser": "^1.4.2", "chalk": "1.x.x", "devtron": "^1.4.0", - "electron": "4.0.5", + "electron": "4.0.8", "electron-installer-dmg": "0.2.x", "electron-packager": "13.0.x", "electron-winstaller": "2.x.x",