Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ElectronNET.API from 8.31.2 to 13.5.1 #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps ElectronNET.API from 8.31.2 to 13.5.1.

Changelog

Sourced from ElectronNET.API's changelog.

13.5.1

ElectronNET.CLI:

  • New Feature: Using exit code instead of seek for the term 'error' (thanks TSrgy) #562
  • Fixed bug: Allow for property overrides to be passed in (thanks danatcofo) #531
    Use /p:propertyName=value or /property:propertyName=value to pass in property overrides. This is equivalent to the -p: option documented here: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish
  • Fixed bug: Add ability to pass an argument for "Version" for both the "dotnet publish" and "electron-builder" commands (thanks tub5) #546
  • Fixed bug: Version flag not persisting with the referenced executable (thanks tub5) #585
  • Fixed bug: Changes PublishSingleFile default to false for NET5 compatibility (thanks cristiangiagante) #570

ElectronNET.API:

  • New Feature: Native Electron 13.1.5 support, but not all new features (we search contributors)
  • Breaking API Changes (from native Electron 13.1.5):
    • Shell.MoveItemToTrashAsync renamed with Shell.TrashItemAsync
    • The deprecated extension APIs have been removed: BrowserWindow.GetAllExtensionsAsync(), BrowserWindow.RemoveExtension(), BrowserWindow.AddExtensionAsync(). Use the session APIs instead: Session.GetAllExtensionsAsync(), Session.RemoveExtension(), Session.LoadExtensionAsync().
  • New Feature: singleInstance handle command line arguments #520
  • New Feature: Add WebContents insertCSS functionality (thanks nfichter) #559
  • New Feature: Allow IpcMain to send IPC messages to BrowserViews (thanks nfichter) #560
  • New Feature: Add support for proxies that require basic username/password authentication (thanks nfichter) #561
  • New Feature: Add PostData to LoadURLOptions to allow http-posts in LoadURL calls (thanks Funkrusha) #547
  • Fixed bug: Fix splash screen interaction causing crashes, ghost dragging, and resizable behavior #540 (thanks MiniguyBrendan) #540
  • Fixed bug: Vibrancy serialization fix (thanks tantumalice) #573

Released

11.5.1

ElectronNET.CLI:

  • New Feature: Added new build and start commandline options for single exe (thanks nathanwienand) #506
  • New Feature: Set a description of the app in electron.manifest.json (thanks BurtsevC) #433
  • New Feature: Set a target for the start command (thanks gabecook) #463
  • New Feature: electronize init support for F# projects (thanks kojo12228) #457
  • New Feature: Linux support for the buildAll.sh (thanks duncanawoods) #465
  • Fixed bug: ERR_UNKNOWN_URL_SCHEME by intercepting file:// protocol (thanks duncanawoods) #467

ElectronNET.API:

  • New Feature: Native Electron 11.1.1 support, but not all new features (we search contributors)
  • Breaking API Changes (from native Electron 11.0): - Removed: BrowserView.{destroy, fromId, fromWebContents, getAllViews} and id property of BrowserView
  • New Feature: Upgrade to .NET 5 (thanks scottkuhl) #509
  • New Feature: Extension Method for adding the Electron static class members to the standard MS DI Containers, this is a QOL issue only. services.AddElectron() (thanks danatcofo) #528
  • New Feature: SetMenu completed for the Dock (MacOS) (thanks danatcofo) #528

Example for the Dock Menu

`Electron.Dock.SetMenu(new [] {

... (truncated)

Commits
  • c2a8c62 13.5.1
  • 1862094 Merge pull request #585 from tub5/bug/584
  • 0ad89c7 RequestSingleInstanceLockAsync callback does work now - bug fix #519
  • 0af664b If we provide the Version parameter and haven't included the version or produ...
  • afcd113 singleInstance handle command line arguments
  • 0e22ee3 Changed CLI help text
  • ce0cdf3 Update to native Electron 13.1.5, Update Changelog
  • 305544a Merge pull request #579 from tub5/bug/578
  • 78d9d60 Merge branch 'master' into bug/578
  • fdd643b Merge pull request #573 from tantumalice/serialization-fix
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [ElectronNET.API](https://github.com/ElectronNET/Electron.NET) from 8.31.2 to 13.5.1.
- [Release notes](https://github.com/ElectronNET/Electron.NET/releases)
- [Changelog](https://github.com/ElectronNET/Electron.NET/blob/master/Changelog.md)
- [Commits](ElectronNET/Electron.NET@8.31.2...13.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants