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

Fix Electron 12 compatibility #139

Merged
merged 4 commits into from
May 2, 2021

Commits on Apr 29, 2021

  1. Remove remote and renderer support

    Removing remote to be compatible with Electron 12 and removing renderer
    support so we don't need to implement workarounds for use of remote.
    dusansimic committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    2d48a9b View commit details
    Browse the repository at this point in the history
  2. Update readme

    dusansimic committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c0a5ec4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Fix grammar

    Fix grammar in error message and readme.
    
    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    dusansimic and sindresorhus committed May 2, 2021
    Configuration menu
    Copy the full SHA
    d44c10e View commit details
    Browse the repository at this point in the history
  2. Check for renderer process only on creation

    Check for renderer process only when creating context menu, not when
    require-ing the module.
    dusansimic committed May 2, 2021
    Configuration menu
    Copy the full SHA
    c86e561 View commit details
    Browse the repository at this point in the history