todoist-shortcuts-nativefier
todoist-shortcuts-nativefier copied to clipboard
chore(deps): bump nativefier from 8.0.7 to 50.0.1
Bumps nativefier from 8.0.7 to 50.0.1.
Release notes
Sourced from nativefier's releases.
Nativefier v50.0.1
- Windows: Fix "Maximize window visual glitch" (fix #1447) (PR #1448)
- External URL protocols: add zoommtg as no-confirmation (PR #1463)
- CATALOG.md: MS Teams CSS inject (PR #1469), WhatsApp native macOS look CSS (PR #1468)
- Bump default Electron from 19.0.17 to 19.1.4, with security fixes
- Upgrade CLI & App dependencies
- CI: test on 12 and 19, now that 19 is out
Nativefier v50.0.0
[BREAKING] Block some external URLs from opening outside of Nativefier (fix #1459) This is a security fix, all users are encouraged to upgrade.
This will, for security, block loading 2 kinds of external (out of Nativefier) URLs: One: using dubious URL schemes, two: including nasty characters. Blocking URLs will be accompanied by a window explaining what's going on, and linking to a discussion thread where you can report false positives. Hopefully not BREAKING much (the behavior should now be aligned with what browsers do), but web weirdness happens. Shout and we'll tweak.
Also,
- Fix double-navigation to pages (fix #1452)
- Upgrade cli+app dependencies
- Bump default Electron to 19.0.17 (from .14), with security fixes
Nativefier v49.0.1
- Bump default Electron to 19.0.14 (from .10), with security fixes. Changelogs: .11, .12, .13, .14.
- macOS: Move handling of "Universal" apps to electron-packager instead of our own thing (PR #1443
@TheCleric
)- Upgrade cli+app dependencies
Nativefier v49.0.0
[BREAKING] 49.0.0 doesn't have more breaking changes than 48.0.0, but I'm releasing a new major release anyway to signal one particularly noteworthy breaking change in Electron 19 that I failed to pass along to you in 48.0.0: The
ia32
arch (a.k.a.i386
orx86/32bit
) is no longer supported.People still running Nativefier apps on old ia32 machines, feel free to keep using Nativefier <= 48.0.0, passing a flag
--electron-version 18.x.y
, but be aware you're on your own, with no new Electron security patches! Starting with 49.0.0, it's no longer possible to build ia32 apps. Please don't report issues about it, the deprecation is an upstream Electron/Chromium decision, and there's nothing we will do about it. Thx@TheCleric
for the catch.Also,
- macOS: Fix "main window cannot be activated" (fix #1415, PR #1417)
@spywhere
... (truncated)
Changelog
Sourced from nativefier's changelog.
50.0.1 / 2022-11-07
- Windows: Fix "Maximize window visual glitch" (fix #1447) (PR #1448)
- External URL protocols: add zoommtg as no-confirmation (PR #1463)
- CATALOG.md: MS Teams CSS inject (PR #1469), WhatsApp native macOS look CSS (PR #1468)
- Bump default Electron from 19.0.17 to 19.1.4, with security fixe
- CI: test on 12 and 19, now that 19 is out
- Upgrade CLI & App dependencies
50.0.0 / 2022-09-17
[BREAKING] Add validation to opening external URLs in desktop handler (fix #1459) This will, for security, refuse loading of certain external of two kinds. One: using dubious URL schemes, two: including nasty characters. Blocking URLs will be accompanied by a window explaining what's going on, and linking to a discussion thread where you can report false positives. Hopefully not BREAKING much (the behavior should now be aligned with what browsers do), but web weirdness happens. Shout and we'll tweak.
Also,
- Fix double-navigation to pages (fix #1452)
- Upgrade cli+app dependencies
- Bump default Electron to 19.0.17 (from .14), with security fixes
49.0.1 / 2022-08-28
- Bump default Electron to 19.0.14 (from .10), with security fixes
- macOS: Move handling of "Universal" apps to electron-packager instead of our own thing (PR #1443)
- Upgrade cli+app dependencies
49.0.0 / 2022-07-30
[BREAKING] 49.0.0 doesn't have more breaking changes than 48.0.0, but I'm releasing a new major release anyway to signal one particularly noteworthy breaking change in Electron 19 that I failed to pass along to you in 48.0.0: The
ia32
arch (a.k.a.i386
orx86/32bit
) is no longer supported.People still running Nativefier apps on old ia32 machines, feel free to keep
... (truncated)
Commits
ec0c146
Update changelog forv50.0.1
379e807
Bump default Electron from 19.0.17 to 19.1.42335dbc
Bump axios from 0.x to 1.x. No breaking changes for us, https://github.com/ax...f42e946
Relock app dependencies14f8535
Relock CLI dependenciesf046b61
Maximize window visual glitch on Windows fix (fix #1447) (PR #1448)1fd0467
CI: test on 12 and 19, now that 19 is outba7244f
External URL protocols: add zoommtg as no-confirmationf22750b
CATALOG.md: Microsoft Teams with css inject (PR #1469)229bc71
CATALOG.md: WhatsApp custom CSS for native-looking app on macOS (#1468)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)