Windscribe 歷史版本列表 Page2

最新版本 Electron 29.0.1 (32-bit)

Windscribe 歷史版本列表

Windscribe 用於 Windows 的 VPN 是用於 PC 桌面的最容易使用和功能強大的 VPN 客戶端,您將使用它。不需要配置任何東西,只需安裝並忘記它。 Windscribe 允許你規避審查,安全的公共 Wifi,訪問被封鎖的內容和安全地共享文件。該應用程序包括同類最佳的防火牆,可禁用 VPN 隧道之外的所有 Internet 連接。與傳統的“kill-switch”不同,防火牆在發... Windscribe 軟體介紹


Electron 26.6.4 (64-bit) 查看版本資訊

更新時間:2024-01-04
更新細節:

Electron 28.1.0 (64-bit) 查看版本資訊

更新時間:2023-12-21
更新細節:

What's new in this version:

Features:
- Added an option in protocol.registerSchemesAsPrivileged to allow V8 code cache in custom schemes

Fixed:
- Fixed documentation of the default --inspect port
- Prevent node mode to be used as script runner by other apps on macOS

Other Changes:
- Security: backported fix for CVE-2023-7024
- Updated Chromium to 120.0.6099.71

Electron 27.2.0 (64-bit) 查看版本資訊

更新時間:2023-12-21
更新細節:

What's new in this version:

Features:
- Added an option in protocol.registerSchemesAsPrivileged to allow V8 code cache in custom schemes

Fixed:
- an issue where font requests were incorrectly being sent to dev tools multiple times per resource
- child window opening in non-active macOS apps
- documentation of the default --inspect port
- save to file option not working in performance tab of devtools
- Prevent node mode to be used as script runner by other apps on macOS

Other Changes:
- Security: backported fix for CVE-2023-7024
- Security: backported fix for CVE-2023-6508

Electron 26.6.3 (64-bit) 查看版本資訊

更新時間:2023-12-21
更新細節:

What's new in this version:

Features:
- Added an option in protocol.registerSchemesAsPrivileged to allow V8 code cache in custom schemes

Fixed:
- Fixed file paths passed to shell.showItemInFolder not being escaped in Linux
- Prevent node mode to be used as script runner by other apps on macOS

Other Changes:
- Security: backported fix for CVE-2023-7024
- Security: backported fix for CVE-2023-6508

Electron 28.0.0 (64-bit) 查看版本資訊

更新時間:2023-12-05
更新細節:

What's new in this version:

Breaking Changes:
- The BrowserWindow.getTrafficLightPosition() and BrowserWindow.setTrafficLightPosition() methods have been removed
- The app.runningUnderRosettaTranslation() method has been removed
- The ipcRenderer.sendTo() method has been removed
- The scroll-touch-{begin,end,edge} events have been removed
- Setting backgroundThrottling to false will disable frames throttling in the BrowserWindow for all WebContents displayed by it

Features:
Additions:
- Enabled ESM support
- For more details, see the ESM documentation
- The UtilityProcess API now supports ESM entrypoints
- Added several properties to the display object including detected, maximumCursorSize, and nativeOrigin
- Added support for ELECTRON_OZONE_PLATFORM_HINT environment variable on Linux

- In addition to enabling ESM support in Electron itself, Electron Forge also supports using ESM to package, build and develop Electron applications. You can find this support in Forge v7.0.0 or higher.

- Added API to help apps know when to avoid semitransparent backgrounds
- Added getWebRTCUDPPortRange and setWebRTCUDPPortRange APIs to specify UDP port range for WebRTC
- Added keyboardLock to ses.setPermissionRequestHandler(handler)
- Added mouse-enter and mouse-leave Tray events for Windows
- Added a generateTaggedPDF option to webContents.printToPDF() to allow generating tagged (accessible) PDFs
- Added a tabbingIdentifier property to BrowserWindow
- Added middle click mouse event to tray icon
- Added several properties to the display object including detected, maximumCursorSize, and nativeOrigin
- Added support for ELECTRON_OZONE_PLATFORM_HINT environment variable on Linux
- Added support for chrome.scripting extension APIs
- Added support for several more extensions manifest keys including host_permissions, author, and short_name
- Added the ability to send HTTP headers with webContents.downloadURL()
- Changed systemPreferences.getColor(name) to return an RGBA hex value (#RRGGBBAA) instead of a plain RGB (#RRGGBB) value
- Honor XDG dark theme preferences on Linux
- Improved compatibility with CommonJS modules in sandboxed preload scripts by passing dummy module.exports

Improved:
- Improved fork() and execve() performance for child_process API on Linux
- Fixed resizing performance issue on macOS
- Fixed opaque window performance regression on DWM
- Re-enabled partition alloc on macOS

Removed/Deprecated:
- The app.runningUnderRosettaTranslation property has been deprecated
- The gpu-process-crashed event on app has been deprecated
- The renderer-process-crashed event on app and crashed event on WebContents and <webview> have been deprecated

Fixed:
- Fixed an issue that prevented MessagePorts from being garbage collected when not referenced
- Fixed app incorrectly activating panel windows on macOS Sonoma
- Fixed file paths passed to shell.showItemInFolder not being escaped in Linux
- Fixed loading nested ESM dependencies in node_modules. Support the throwIfNoEntry option in fs.statSync/fs.lstatSync in asar files
- Fixed same-party cookie functionality for first party sets
- Use activateIgnoringOtherApps for focusing non-panels on macOS

Electron 27.1.3 (64-bit) 查看版本資訊

更新時間:2023-11-30
更新細節:

What's new in this version:

Fixed:
- Backported fix for AVX related crashes on certain linux machines
- Fixed a potential issue with async_hook corruption in some error contexts
- Fixed file paths passed to shell.showItemInFolder not being escaped in Linux

Electron 26.6.2 (64-bit) 查看版本資訊

更新時間:2023-11-30
更新細節:

What's new in this version:

Fixed:
- Backported fix for AVX related crashes on certain linux machines
- Fixed a potential issue with async_hook corruption in some error contexts
- Fixed file paths passed to shell.showItemInFolder not being escaped in Linux

Electron 27.1.2 (64-bit) 查看版本資訊

更新時間:2023-11-22
更新細節:

What's new in this version:

- Fixed resizing performance issue on macOS

Electron 26.6.1 (64-bit) 查看版本資訊

更新時間:2023-11-22
更新細節:

What's new in this version:

Fixed:
- an issue where text replacement UI on macOS could be off-center in some circumstances
- problem with bounds of maximized window when toggle BrowserWindow.setResizable function
- resizing performance issue on macOS

Electron 27.1.0 (64-bit) 查看版本資訊

更新時間:2023-11-16
更新細節:

What's new in this version:

Features:
- Added keyboardLock to ses.setPermissionRequestHandler(handler)

Fixed:
- "will-navigate" not being emitted when pressing links in chrome: pages
- a unexpectedly thrown error in some unsupported chrome extensions

Other Changes:
- Updated Chromium to 118.0.5993.144