From b927b401b0b953328ba1d880905b9d54be760265 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Thu, 23 Jan 2020 20:00:43 -0500 Subject: [PATCH] Update changelog for `v7.7.1` --- docs/changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 31c3b2a..fdca59f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,16 @@ +7.7.1 / 2020-01-23 +================== + + * Feature: proxy rules with `--proxy-rules` flag (PR #854) + * Fix weirdly platform-dependent folder naming logic (PR #850, issue #708) + * Fix filter exception when injecting CSS (PR #837) + * Fix Handle nativefier.json readonly access with options.maximize (PR #856) + * Fix/app: Application menu support on Electron 5.x (PR #876) + * Doc: Clarify `--background-color` arguments (PR #891) + * Doc: Fix duplicate word for `--bounce` doc (PR #883) + * Bump default Electron to 5.0.13 + 7.7.0 / 2019-08-22 ================== diff --git a/package.json b/package.json index d1f27f8..3ace376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "7.7.0", + "version": "7.7.1", "description": "Wrap web apps natively", "keywords": [ "desktop",