mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-02-02 11:48:25 +00:00
Update changelog for v9.2.0
This commit is contained in:
parent
85629434e6
commit
e24b22ea7f
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,4 +1,15 @@
|
||||
|
||||
9.2.0 / 2020-08-10
|
||||
==================
|
||||
|
||||
* Add `--block-external-urls` flag to forbid external navigation attempts (fix #978, PR#1012)
|
||||
* Restore Docker docs in README, now that Docker build-on-release has been fixed (fix #848)
|
||||
* Emit TS type declarations, and type NativefierOptions (PR #1016)
|
||||
* Emit a warning about incorrectly-named "Electron" process when building windows apps under non-Windows and without Wine (fix #1022)
|
||||
* Add unified {build,test} watch mode, using `concurrently` (PR #1011)
|
||||
* Bump default Electron to 9.2.0
|
||||
* Bump eslint to 7.x
|
||||
|
||||
9.1.0 / 2020-07-18
|
||||
==================
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nativefier",
|
||||
"version": "9.1.0",
|
||||
"version": "9.2.0",
|
||||
"description": "Wrap web apps natively",
|
||||
"license": "MIT",
|
||||
"author": "Goh Jia Hao",
|
||||
|
Loading…
x
Reference in New Issue
Block a user