Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Nativefier v43.1.3

Compare
Choose a tag to compare
@ronjouch ronjouch released this 15 May 17:28
· 283 commits to master since this release

πŸ‘‹ dear users. Two announcements in this release:

This release (43.1.3) is the last release supporting Node 10.x
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.
It's time for a bump; the next release will be 44.0.0 and will require Node 12.

Also, introducing CATALOG.md,
a list of build commands contributed by the Nativefier community, to help you
nativefy "complicated" apps that need a bit of elbow grease to work.
When stuck nativefying a specific site, go take a look, it might give you ideas :) .

  • Fix crash on tab close (only try to inject CSS for valid web requests) (#939, PR #1181)
  • Fix considering shop.foo.com and blog.foo.com as internal (PR #1171)
  • CATALOG.md: build command library (fix #1166) (PR #1178)
  • Bump default Electron to 12.0.7