diff --git a/docs/changelog.md b/docs/changelog.md index 5bcd57d..7bb3e50 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 ================== diff --git a/package.json b/package.json index 907eb6b..6269d01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "7.4.0", + "version": "7.4.1", "description": "Wrap web apps natively", "keywords": [ "desktop",