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

Upgrade electron to 19 #6032

Merged
merged 2 commits into from Aug 8, 2022
Merged

Upgrade electron to 19 #6032

merged 2 commits into from Aug 8, 2022

Commits on Jul 14, 2022

  1. Upgrade electron to 19

    Electron 15 has been [unsupported for some time now][1]. Unfortunately, electron 15 also has a [critical bug][2], which causes it to crash immediately when trying to render natively under wayland. This change upgrades the electron dependency to version 19, which is supported, and has fixed the bug.
    
    I compiled the desktop app with electron 19 and played around with it a little, and I did not experience any strange behavior.
    
    [1]: https://www.electronjs.org/docs/latest/tutorial/electron-timelines
    [2]: electron/electron#32487
    GrantMoyer committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a5d71c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    377d30a View commit details
    Browse the repository at this point in the history