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

Desktop: Update Electron to 7.1.11 #2464

Closed
wants to merge 1 commit into from
Closed

Desktop: Update Electron to 7.1.11 #2464

wants to merge 1 commit into from

Commits on Feb 8, 2020

  1. Desktop: Update Electron to 7.1.11

    This is only a minor bump but several issues have been fixed since 7.1.9:
    
    - Fixed an edge case in checkbox logic on Windows. electron/electron#21860
    - Fixed an issue where window.print() only worked once on a single BrowserWindow. electron/electron#21911
    - Fixed an issue where the credits set in About Panel credits were not dark mode aware on macOS. electron/electron#21924
    - Fixed error thrown when importing powerMonitor on Linux before app's 'ready' event. electron/electron#21941
    - Fixed fuzzy font rendering when hot-plugging displays on macOS Catalina. electron/electron#21872
    - Fixed BrowserWindow.setFocusable(true) not working on Windows. electron/electron#21855
    - Fixed set-cookie header not passed in net module. electron/electron#21770
    - Fixed an issue where custom stream protocols would sometimes not complete responses when the data stream ended. electron/electron#21758
    - Fixed crash when restoring minimized hidden window on Windows. electron/electron#21820
    - Fixed issue where non-zero size pixels in CSS styles could be rounded down to zero size pixels. electron/electron#21857
    - Fixed memory leak when using javascript generator functions. electron/electron#21773
    - Fixed potential hang when sending synchronous IPC messages on process shutdown. electron/electron#21776
    tessus committed Feb 8, 2020
    Copy the full SHA
    7ed30eb View commit details
    Browse the repository at this point in the history