From 25eada1fd5ed35b351dfb55015fb194708b8a73f Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sun, 16 Apr 2017 12:16:09 -0400 Subject: [PATCH] Cleanup 7.1.0 changelog (#339) Removing duplicate entries, separate new features as such, order by features>fixes>rest --- docs/changelog.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index dda9691..b5cf7e5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,17 +3,15 @@ 7.1.0 / 2017-04-07 ================== - * Update documentation - * Add editorconfig to trim trailing whitespace - * Merge branch 'patch-1' of https://github.com/vrunjeti/nativefier into vrunjeti-patch-1 - * Fix context menu actions broken on elements containing nested markup (#263) - * Fix counter notifications (#256) - * Fix travis tests which require wine - * Fix context menu actions broken on elements containing nested markup - * Fix badge notifications - * add "copy link location" and "--internal-urls " features (#230) - * Remove all non-ascii characters or use default for app name (#217) - * Added a --zoom option for setting default zoom (#218) + * Feature: Add "Copy link location" context menu (#230) + * Feature: Add `--internal-urls ` option to customize what should open in external browser (#230) + * Feature: Add `--zoom` option for setting default zoom (#218) + * Bug: Fix context menu actions broken on elements containing nested markup (#263) + * Bug: Fix counter notifications (#256) + * Bug: Remove non-ascii characters or use default for app name (#217) + * Doc: various fixes, including clarifying optional OSX dependencies for generating icons + * CI: Fix Travis tests which require wine + * Dev: Add editorconfig to trim trailing whitespace 7.0.1 / 2016-06-16 ==================