From 025936e9c5d71d2b7d0f090cef6d34c524b9c1b5 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Tue, 1 May 2018 19:06:46 -0400 Subject: [PATCH] Update changelog for `v7.6.2` --- docs/changelog.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index b3d4aaa..1d87eef 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,18 @@ +7.6.2 / 2018-05-01 +================== + + * Fix #94, Fix #575 - Fix run-time crash due to insufficient permissions (PR #581) + * Fix #574 - Allow build to continue if icon conversion fails (PR#585) + * Fix #199 - On macOS, perform image conversion tasks using `sips` when available (PR #583). + * Fix #95, Fix #384 - Add cut/copy/paste context menu entries, using `electron-context-menu` (PR #588) + * Fix #364 - Add `--disable-gpu` flag to disable hardware acceleration (PR #584) + * Fix #474 - Remember custom zoom level (PR #582) + * Fix #590, Fix #439 - Ensure children windows have the same behavior as the mainWindow (PR #591) + * macOS: Add `--bounce` option for dock counter (PR #570) + * Default to latest stable electron 1.8.6 and update dependencies (electron-packager) + * Enforce staying on `npm@5.8.x` for a little while, as npm@6 breaks under Node 4, which we still support. + 7.6.1 / 2018-03-29 ================== diff --git a/package.json b/package.json index 55ee6de..1f55886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "7.6.1", + "version": "7.6.2", "description": "Wrap web apps natively", "keywords": [ "desktop",