mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 14:17:29 +00:00
Update changelog for v44.0.0
This commit is contained in:
parent
5d67156deb
commit
69bc3306f9
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,4 +1,25 @@
|
||||
|
||||
44.0.0 / 2021-06-04
|
||||
===================
|
||||
|
||||
* **[BREAKING]** Nativefier now requires node>=12.9 and npm>=6.9 (#1192)
|
||||
We do our best to support the oldest Node we can (what Debian stable ships),
|
||||
but we are also constrained by what our _own_ Node dependencies require.
|
||||
Now is the time for a bump.
|
||||
|
||||
* Feature: Provide easy-to-use user-agent shortcodes (e.g. `firefox`) (#1198)
|
||||
* Feature: Organize CLI flags into groups (for better `--help` usability) (#1191)
|
||||
|
||||
* Fix broken window popups (fix #1197, PR #1203)
|
||||
* Fix allowing non-ascii app names like 微信读书 (fix #1056, PR #1207)
|
||||
* Fix considering `login.microsoftonline.com` as internal login page (#1205)
|
||||
* Bump default Electron from 12.0.7 to 12.0.10 with a couple of fixes. See changelogs for:
|
||||
[12.0.8](https://github.com/electron/electron/releases/tag/v12.0.8),
|
||||
[12.0.9](https://github.com/electron/electron/releases/tag/v12.0.9),
|
||||
[12.0.10](https://github.com/electron/electron/releases/tag/v12.0.10).
|
||||
|
||||
* Maintenance: docs, tests tooling, deps bumps
|
||||
|
||||
43.1.3 / 2021-05-15
|
||||
===================
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nativefier",
|
||||
"version": "43.1.3",
|
||||
"version": "44.0.0",
|
||||
"description": "Wrap web apps natively",
|
||||
"license": "MIT",
|
||||
"author": "Goh Jia Hao",
|
||||
|
Loading…
Reference in New Issue
Block a user