diff --git a/docs/changelog.md b/docs/changelog.md index 7bb3e50..4142c8f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,15 @@ + +7.5.0 / 2017-11-12 +================== + +* Add `--tray` flag to let app running in background on window close. Supports in-title counter. (Issue #304, PR #457) +* Add HTTP `--basic-auth-{username,password}` flags (Issue #275, PR #444) +* Add offline build detection and advice (Issue #448, PR #452) +* Add 'Paste and Match Style' to Edit menu (Issue #404, PR #447) +* Add setting environment variables (PR #419) +* Add `app-copyright`, `app-version`, `build-version`, `version-string` and `win32metadata` flags (Issue #226, PR #244) +* Fix: Make title counter regex match '+' after number, used by certain sites (PR #424) + 7.4.1 / 2017-08-06 ================== @@ -34,7 +46,7 @@ 7.2.0 / 2017-04-20 ================== * Update dependencies, default to latest Electron 1.6.6 (#327, PR #341). **Feedback welcome in case of issues/regressions!** - * [Feature] Add `--single-instance` switch (PR #323) + * [Feature] Add `--single-instance` switch (PR #323) * [Bug] Better honor `--zoom` option (#253, PR #347) * [Bug] Allow mDNS addresses (ending with `local.`) during URL validation (#308, PR #346) * [Docs] Readme and CLI cleanup @@ -101,7 +113,7 @@ * Fix bug where state of mainWindow is not managed properly * Implement setting of verbose log level * Implement infer of user agent from electron version - * Implement initial maximization of main window from cli + * Implement initial maximization of main window from cli * Fix FOUC with inject CSS files * No need to run CI test for gulp release @@ -110,7 +122,7 @@ * Fix bugs retrieving icons from nativefier-icons * Add resize flag to convertToIco convert so that large `.png` will not throw errors when converting to `.ico` - + 6.12.0 / 2016-03-14 =================== diff --git a/package.json b/package.json index eb4fc9a..124835b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "7.4.1", + "version": "7.5.0", "description": "Wrap web apps natively", "keywords": [ "desktop",