From 17ccda36f03d095087ee7c0a26b061ea97de5df5 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Wed, 23 May 2018 14:52:40 -0400 Subject: [PATCH] Update changelog for `v7.6.3` --- docs/changelog.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1d87eef..bd5b6ba 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,13 @@ +7.6.3 / 2018-05-23 +================== + + * macOS: Add tabs, used automatically instead of windows (PR #579). + Provided by Electron and (so far) no available for Windows/Linux, contributions welcome. + * Fix #547 - Default to Electron 2.0.2 (including Chrome 61, Node 8.9.3, V8 6.1.534.41, GTK3 on Linux) (PR #587) + * Fix Gmail complaining window creation was prevented by a popup blocker (PR #603) + * Fix two build-time deprecation warnings + 7.6.2 / 2018-05-01 ================== diff --git a/package.json b/package.json index 1f75d0a..36304ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "7.6.2", + "version": "7.6.3", "description": "Wrap web apps natively", "keywords": [ "desktop",