diff --git a/docs/changelog.md b/docs/changelog.md index b0ecfc8..a74a6d5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,12 @@ + +7.6.9 / 2018-12-01 +================== + + * Add `start-in-tray` CLI option to `--tray` flag to let app start in background (PR #564, Fixes #522) + * Add `--global-shortcuts` flag to trigger in-app input events (PR #698, Fixes #15) + * Fix CSS injection broken with Electron 3 (PR #709, Fixes #703) + * Bump default Electron to 3.0.10 + 7.6.8 / 2018-10-06 ================== diff --git a/package.json b/package.json index 783747f..844a28b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "7.6.8", + "version": "7.6.9", "description": "Wrap web apps natively", "keywords": [ "desktop",