diff --git a/CHANGELOG.md b/CHANGELOG.md index e79153e..a80cd46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ +47.1.0 / 2022-05-02 +=================== + + * 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) + * CI: Add integration testing to the app, using Playwright (PR #1397) + * CI: Speed it up by parallelize tasks + * CI: Bump max tested version of Node for CI/Publish from 17 to 18 + * Update dependencies + * Bump default Electron to 18.2.0 (from 18.0.3), with security fixes: + https://github.com/electron/electron/releases/tag/v18.0.4 + https://github.com/electron/electron/releases/tag/v18.1.0 + https://github.com/electron/electron/releases/tag/v18.2.0 + 47.0.0 / 2022-04-10 =================== diff --git a/package.json b/package.json index a5c2fd1..dabb7b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "47.0.0", + "version": "47.1.0", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",