diff --git a/docs/changelog.md b/docs/changelog.md index bd5b6ba..9fc374f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,17 @@ +7.6.4 / 2018-05-31 +================== + + * Add `--title-bar-style` flag (macOS only) (PR #627) + * Make the `--counter` regexp allow punctuation (e.g. "1,234") (fix #610, PR #626) + * Fix sites that use about:blank redirect technique (PR #623) + * Always open external links externally (fix #621 - PRs #622 #624) + * Only override the default window opening behavior when necessary (fix #616 - PR #620) + * Don't run tests on node 4 and 5, due to Jest not supporting those. + In time, Nativefier will stop supporting them too and will enforce node>=6. + * Tests cleanups: use async/await, separate e2e tests, mocha -> jest. + * Use [prettier](https://github.com/prettier/prettier) for code formatting. + 7.6.3 / 2018-05-23 ================== diff --git a/package.json b/package.json index bc81685..a625541 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "7.6.3", + "version": "7.6.4", "description": "Wrap web apps natively", "keywords": [ "desktop",