Bump to 1.6.0, Electron 4.0.8

This commit is contained in:
Ben Gotow 2019-03-12 21:26:52 -07:00
parent ccac20b250
commit 731aa71134
3 changed files with 14 additions and 4 deletions

View file

@ -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:

View file

@ -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",

View file

@ -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",