Update changelog for `v47.1.0`

This commit is contained in:
Ronan Jouchet 2022-05-02 00:09:07 -04:00
parent eb81f0c3b2
commit 26bd19d6b0
2 changed files with 23 additions and 1 deletions

View File

@ -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
===================

View File

@ -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",