Update Electron to 1.6.10

- Desktop notification for Windows 7
- Per-monitor DPI awareness
This commit is contained in:
Yuya Ochiai
2017-06-01 00:08:29 +09:00
parent 481bf963f0
commit 854ed8a7d9
3 changed files with 7 additions and 15 deletions

View File

@@ -12,6 +12,12 @@ Release date: TBD
### Improvements
#### Windows
- [Windows 7/8] Added support to open the message when clicking desktop notification.
[#67](https://github.com/mattermost/desktop/issues/67)
- Added support for different DPI across monitors.
[#357](https://github.com/mattermost/desktop/issues/357)
### Bug Fixes
---