mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 10:08:55 +00:00
Update changelog for v45.0.7
This commit is contained in:
parent
dab770f719
commit
e9e523d957
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,3 +1,20 @@
|
||||
|
||||
45.0.7 / 2021-12-06
|
||||
===================
|
||||
|
||||
* Use userAgentFallback for user-agent injection (PR #1316)
|
||||
* Fix `--upgrade` (PR #1286)
|
||||
* Bump default Electron to 13.6.3 with fixes & security fixes
|
||||
- 13.6.3: https://github.com/electron/electron/releases/tag/v13.6.3
|
||||
* Maintenance: documentation, scripts, dependencies bumps
|
||||
* Display "we need your help" message when running CLI:
|
||||
|
||||
```
|
||||
Hi! Nativefier is minimally maintained these days, and needs more hands.
|
||||
If you have the time & motivation, help with bugfixes and maintenance is VERY welcome.
|
||||
Please go to https://github.com/nativefier/nativefier and help how you can. Thanks.
|
||||
```
|
||||
|
||||
45.0.6 / 2021-11-22
|
||||
===================
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nativefier",
|
||||
"version": "45.0.6",
|
||||
"version": "45.0.7",
|
||||
"description": "Wrap web apps natively",
|
||||
"license": "MIT",
|
||||
"author": "Goh Jia Hao",
|
||||
|
Loading…
Reference in New Issue
Block a user