Nativefier Versions Save

Make any web page a desktop application

v47.2.1

1 year ago

v47.2.0

1 year ago

v47.1.3

2 years ago
  • Auto-internal URLs: add VMWare Workspace ONE + SecurID (PR #1391, fix #1390)
  • --counter: accept colon character; useful for time-tracking apps with hour:min in title (PR #1378)
  • Windows: correctly set notifications name - not electron.app.YOURAPPNAME (PR #1394)
  • macOS: support "universal" architecture (fix #1384 #1398, PR #1386)
  • macOS: fix "Open In New Tab" (fix #1260, PR #1385)
  • macOS: Change "Paste and Match Style" shortcut to match Apple's HIG guidelines (PR #1387, fix #404)
  • macOS: Bump minimum macOS version from 10.9 to 10.10 (see #1404) This has been effectively been the case since a long time, it was just misdocumented. Thus, not really a breaking change, and not major-bumping.
  • CATALOG.md: add a new "General recipes" section, with one to restore app position/size (PR #1349)
  • Bump default Electron to 18.2.0 (from 18.0.3), with security fixes: 18.0.4, 18.1.0, 18.2.0
  • Update dependencies
  • CI: Add integration testing to the app, using Playwright (PR #1397)
  • CI: Speed it up by parallelizing tasks
  • CI: Bump max tested version of Node for CI/Publish from 17 to 18

Note: versions [ 47.1.0, 47.1.1, 47.1.2 ] failed to fully publish on npm / docker-hub due to CI bugs resolved with 47.1.3. Please disregard them and use 47.1.3.

v47.0.0

2 years ago

Major-bump default Electron to 18.0.3 (from 16.2.2), with Chrome 100.

As usual, we did our best to adapt to breaking changes in Electron 17/18, but patches welcome to fix regressions. If you are hit by a regression but are unable to submit a patch, then you can temporarily:

  • Revert to Nativefier 46.2.1
  • Stay on 47.0.0, but use old Electron 16.x with e.g. --electron-version 16.2.2

Electron 17/18 major release notes with breaking changes:

Detailed release notes:

v46.2.0

2 years ago

v46.1.1

2 years ago

v46.1.0

2 years ago
  • Add flag --strict-internal-urls to disable domain and subpath matching (PR #1340 @hbridge)
  • Add flag --quiet flag to suppress all log output (PR #1342 @Nickersoft)
  • Fix flag --file-download-options (PR #1350 @abhi12299, #1275)
  • Allow setting default app destination with env. var. NATIVEFIER_APPS_DIR (PR #1339 @mattruzzi, #1336)
  • Bump default Electron to 16.0.8, from 16.0.6
  • Upgrade dependencies
  • Docs:
    • CATALOG.md: Document GCal needs lying about useragent for working notifications (fix #1292)
    • API.md: Fix broken "insecurity options" link (PR #1345 @ZacharyTalis)
    • README.md: mention Snap & AUR repos
    • HACKING.md: add triage guidelines

v46.0.4

2 years ago
  • CI: (Attempt to) push tag, not unreadable SHA

v46.0.3

2 years ago
  • CI: Push Docker image to our org, not my personal account