2016-01-21 05:45:59 +00:00
|
|
|
|
2016-01-22 15:28:18 +00:00
|
|
|
6.5.6 / 2016-01-22
|
|
|
|
==================
|
|
|
|
|
|
|
|
* Workaround for windows `mkdir -p`, fixes #57
|
|
|
|
|
2016-01-22 13:10:04 +00:00
|
|
|
6.5.5 / 2016-01-22
|
|
|
|
==================
|
|
|
|
|
|
|
|
* Implement script to set up dev environment
|
|
|
|
* Fix bug in invalid parameter for link in default browser
|
|
|
|
* App is now precompiled with browserify as a workaround for an extremely annoying npm issue
|
|
|
|
* Reorganised folder of app
|
|
|
|
|
2016-01-22 11:07:16 +00:00
|
|
|
6.5.4 / 2016-01-22
|
|
|
|
==================
|
|
|
|
|
|
|
|
* Fix #46 Url is not defined
|
|
|
|
* Override user agent by default, disable with `--honest` flag
|
|
|
|
* Implement counter which closes #33, thanks to @jfouchard
|
|
|
|
* Improve automatic retrieval of app name by faking a user agent to make the request
|
|
|
|
|
2016-01-22 00:46:51 +00:00
|
|
|
6.5.0 / 2016-01-22
|
|
|
|
==================
|
|
|
|
|
|
|
|
* Implement support for http authentication, fixes #19
|
|
|
|
* Implement authentication that requires a new window to be opened (e.g. OAuth)
|
|
|
|
* Under the hood changes:
|
|
|
|
* Target web page no longer loads in a `<webview>`, the `BrowserWindow` loads the target url directly
|
|
|
|
|
2016-01-21 05:45:59 +00:00
|
|
|
6.4.0 / 2016-01-21
|
|
|
|
==================
|
|
|
|
|
|
|
|
* Make debug script automatically open the packaged app on OSX
|
|
|
|
* Remove "About Electron" from app menu, add nativefier version to help, which fixes #18
|
|
|
|
* Implement `--pretend` flag to easily simulate user agent strings, fixes #11
|
|
|
|
* Merge branch 'master' of github.com:jiahaog/nativefier
|
|
|
|
* Fix bug in error when response is undefined
|
|
|
|
* Add helper scripts to debug easily
|
|
|
|
* Hide app instead of exiting on OSX to fix #14
|
|
|
|
* Update deprecated electron loadUrl usage Remove crash reporter Remove commented code
|
|
|
|
* Merge pull request #20 from mattchue/master
|
|
|
|
* Merge pull request #25 from PoziWorld/patch-1
|
|
|
|
* Merge pull request #24 from himynameisdave/master
|
|
|
|
* Make app resource folder contain a short id string, fix #21
|
|
|
|
* Minor copy fixes
|
|
|
|
* Fixes the issue with "/"'s in the page title
|
|
|
|
* Update documentation, no longer need to add the full url with the protocol
|
|
|
|
* Fix wrong bool
|
|
|
|
* Allow intranet URLs
|
|
|
|
* Update readme
|
|
|
|
* Hide the webview until it finishes loading
|