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

Releases: nativefier/nativefier

Nativefier v47.2.1

27 Jun 20:02
Compare
Choose a tag to compare

Nativefier v47.2.0

30 May 14:23
Compare
Choose a tag to compare

Nativefier v47.1.3

02 May 04:32
Compare
Choose a tag to compare
  • 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.

Nativefier v47.0.0

10 Apr 17:31
Compare
Choose a tag to compare

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:

Nativefier v46.2.1

10 Apr 15:32
Compare
Choose a tag to compare

Nativefier v46.2.0

21 Mar 03:46
Compare
Choose a tag to compare

Nativefier v46.1.1

15 Feb 04:07
Compare
Choose a tag to compare

Nativefier v46.1.0

06 Feb 23:08
Compare
Choose a tag to compare

Nativefier v46.0.4

06 Jan 15:51
Compare
Choose a tag to compare
  • CI: (Attempt to) push tag, not unreadable SHA

Nativefier v46.0.3

06 Jan 15:33
Compare
Choose a tag to compare
  • CI: Push Docker image to our org, not my personal account