Skip to content

Upgrade to electron@13.6.9

Julien Sagot requested to merge sagotch@ElectronJS-upgrade into develop

See #510 (closed)

  • 13.6.9

    • Fixed to ensure that chromium binds to wayland interface versions it supports #32652
  • 13.6.8

    • Fixed crash when calling webContents.setZoomFactor(1.0). #32617 (Also in 14, 15, 16, 17)
    • Backported fix for CVE-2021-38010. #31904
    • Backported fix for CVE-2021-38012. #32014
    • Backported fix for CVE-2021-38019. #32017
    • Backported fix for CVE-2021-4079. #32228
    • Backported fix for CVE-2021-4098. #32183
    • Backported fix for CVE-2021-4100. #32186
  • 13.6.7

    • Fixed crash when playing media files on Windows 7/8 or macOS 10.11/10.12. #32348 (Also in 14, 15, 16, 17)
    • Fixed incorrect skipTransformProcessType option parsing in win.setVisibleOnAllWorkspaces(). #32394 (Also in 14, 15, 16, 17)
    • Backported fix for CVE-2021-38006. #32172
    • Backported fix for CVE-2021-38017. #32034
    • Backported fix for CVE-2021-38018. #32023
    • Backported fix for CVE-2021-4058. #32225
    • Backported fix for CVE-2021-4059. #32212
    • Backported fix for CVE-2021-4078. #32218
  • 13.6.6

    • Fixed a JavaScript exception from webContents if render frame was disposed in WebFrameMain, resets the value of render_frame_disposed_ after updating render frame host. #32130 (Also in 14, 15, 16)
    • No Notes. #32241 (Also in 14, 15, 16, 17)
    • Backported fix for CVE-2021-4056. #32237
    • Backported fix for CVE-2021-4057. #32234
    • Backported fix for CVE-2021-4102. #32194
  • 13.6.3

    • Fixed window frame glitch when calling setContentProtection. #31829 (Also in 14, 15, 16)
    • Generate valid config.gypi file in Node.js headers. #31989 (Also in 14, 15, 16)
    • Backported fix for CVE-2021-38005. #31921
    • Backported fix for CVE-2021-38007. #31912
    • Backported fix for CVE-2021-38011. #31901
  • 13.6.2

    • Fixed an issue where Content-Disposition filenames would be incorrectly truncated at the first comma for a filename attachment which contained one. #31691 (Also in 14, 15, 16)
    • Fixed an issue which caused print settings to not work properly when printing silently. #31618 (Also in 14, 15, 16)
    • Backported fix for CVE-2021-37998. #31678
    • Backported fix for CVE-2021-38001. #31673
    • Backported fix for CVE-2021-38002. #31671
    • Backported fix for CVE-2021-38003. #31665
    • Backported fix for chromium:1252858. #31682
Edited by Julien Sagot

Merge request reports