Release 7.4.1 (#425)

This commit is contained in:
Ronan Jouchet 2017-08-10 10:51:32 -04:00 committed by Jia Hao
parent 1f07f148c6
commit c6019ad13e
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
7.4.1 / 2017-08-06
==================
* Add support for `--disk-cache-size` Electron flag (PR #400)
* Add `--ignore-gpu-blacklist` and `--enable-es3-apis` flags to allow WebGL
apps to work on graphics cards unsupported/blacklisted by Chrome (PR #410)
* Fix #28 - Executable name being always `Electron` under Windows (PR #389)
* Fix #353 - `--crash-reporter` option crashing packaged app at startup
* Fix #402 - Force fullscreen even after first startup, as `electron-window-state`
does not appear to remember fullscreen in all cases (PR #403).
7.4.0 / 2017-05-21
==================

View File

@ -1,6 +1,6 @@
{
"name": "nativefier",
"version": "7.4.0",
"version": "7.4.1",
"description": "Wrap web apps natively",
"keywords": [
"desktop",