mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-24 07:38:36 +00:00
Update changelog for v7.5.0
This commit is contained in:
parent
885790bc22
commit
300bf28b51
@ -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
|
7.4.1 / 2017-08-06
|
||||||
==================
|
==================
|
||||||
|
|
||||||
@ -34,7 +46,7 @@
|
|||||||
7.2.0 / 2017-04-20
|
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!**
|
* 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] Better honor `--zoom` option (#253, PR #347)
|
||||||
* [Bug] Allow mDNS addresses (ending with `local.`) during URL validation (#308, PR #346)
|
* [Bug] Allow mDNS addresses (ending with `local.`) during URL validation (#308, PR #346)
|
||||||
* [Docs] Readme and CLI cleanup
|
* [Docs] Readme and CLI cleanup
|
||||||
@ -101,7 +113,7 @@
|
|||||||
* Fix bug where state of mainWindow is not managed properly
|
* Fix bug where state of mainWindow is not managed properly
|
||||||
* Implement setting of verbose log level
|
* Implement setting of verbose log level
|
||||||
* Implement infer of user agent from electron version
|
* 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
|
* Fix FOUC with inject CSS files
|
||||||
* No need to run CI test for gulp release
|
* No need to run CI test for gulp release
|
||||||
|
|
||||||
@ -110,7 +122,7 @@
|
|||||||
|
|
||||||
* Fix bugs retrieving icons from nativefier-icons
|
* 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`
|
* Add resize flag to convertToIco convert so that large `.png` will not throw errors when converting to `.ico`
|
||||||
|
|
||||||
6.12.0 / 2016-03-14
|
6.12.0 / 2016-03-14
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nativefier",
|
"name": "nativefier",
|
||||||
"version": "7.4.1",
|
"version": "7.5.0",
|
||||||
"description": "Wrap web apps natively",
|
"description": "Wrap web apps natively",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"desktop",
|
"desktop",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user