OpenGL Extension Viewer 歷史版本列表 Page9

最新版本 OpenGL Extension Viewer 6.4.4

OpenGL Extension Viewer 歷史版本列表

OpenGL Extension Viewer 是可靠的 Windows 程序,它顯示供應商名稱,實現的版本,渲染器名稱和當前 OpenGL 3D 加速器的擴展。許多 OpenGL 擴展以及諸如 GLU,GLX 和 WGL 等相關 API 的擴展已由供應商和供應商組定義。擴展註冊表由 SGI 維護,包含所有已知擴展的規範,作為相應規範文檔的修改。註冊管理機構還定義了命名約定,創建新擴展的指導原則和... OpenGL Extension Viewer 軟體介紹


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

更新時間:2021-01-13
更新細節:

What's new in this version:

Features:
- Made win.setAspectRatio() work on Windows

Fixed:
- Fixed a crash that could occur on app quit when using the remote module
- Fixed an issue where BrowserViews couldn't be effectively reparented
- Fixed an issue where non-draggable regions on BrowserViews could have incorrectly calculated bounds
- Fixed an issue where some draggable regions were not clickable when loaded into BrowserViews on Windows
- Fixed the pretty-print JavaScript feature in DevTools not functioning correctly

Other Changes:
- Updated Chromium to 87.0.4280.141
- Fixed chrome.webRequest extensions API not intercepting any requests

PHP 7.4.14 (64-bit) 查看版本資訊

更新時間:2021-01-06
更新細節:

PHP 8.0.1 (64-bit) 查看版本資訊

更新時間:2021-01-06
更新細節:

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

更新時間:2020-12-22
更新細節:

What's new in this version:

Fixed:
- protocol methods not being accessible via remote.protocol
- readdir/readdirSync (w/ withFileTypes) failing on a deep directory within archive
- a memory leak in desktopCapturer.getSources
- an issue where SIGINT was improperly handled in Node.js processes
- an issue where renderer process stack traces were broken with contextIsolation enabled
- an issue where some async_hooks were not properly emitted after an error in the renderer process
- an issue whereby remote.screen EventEmitter methods are undefined in the renderer

PHP 8.0.0 (64-bit) 查看版本資訊

更新時間:2020-12-16
更新細節:

What's new in this version:

Improvements and new features:
- Union Types
- Named Arguments
- Match Expressions
- Attributes
- Constructor Property Promotion
- Nullsafe Operator
- Weak Maps
- Just In Time Compilation
- And much much more...

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

更新時間:2020-12-12
更新細節:

What's new in this version:

Fixed:
- Added Electron DLLs like libGLESv2.dll to symbol server. #26965 (Also in 9, 10, 12)
- Fixed an issue that a message box in GTK contains no buttons. #26916 (Also in 10, 12)
- Fixed an issue where event.reply could sometimes not deliver a reply to an IPC message when cross-site iframes were present. #26926 (Also in 9, 10, 12)
- Fixed an occasional crash on Windows related to NativeViewHost::SetParentAccessible. #26951 (Also in 9, 10, 12)

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

更新時間:2020-12-12
更新細節:

What's new in this version:

Fixed:
- Fixed "screen" methods to be reassignable again. #26873 (Also in 12)
- Fixed systemPreferences.effectiveAppearance returning systemPreferences.getAppLevelAppearance(). #26878 (Also in 9, 10, 12)
- Fixed callbacks passed via the remote module not being released after all references are dropped. #26836 (Also in 12)
- Fixed uncaught promise rejection when creating webContents with javascript disabled. #26870 (Also in 10, 12)

Other Changes:
- Updated Chromium to 87.0.4280.88

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

更新時間:2020-12-08
更新細節:

What's new in this version:

Fixed:
- Added default Bluetooth permission strings to info.plist
- Fixed an issue where IsMaximized would incorrectly return false for some windows on Windows
- Fixed an issue where draggable regions did not work exclusively on BrowserViews on Windows
- Fixed an issue where draggable regions in BrowserWindow causes BrowserView to become draggable in non-correspondent places
- Fixed import of unpacked node modules

PHP 7.4.13 (64-bit) 查看版本資訊

更新時間:2020-11-25
更新細節:

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

更新時間:2020-11-24
更新細節:

What's new in this version:

Fixed:
- Fixed <webview> render-process-gone event dispatch
- Fixed contentTracing.stopRecording() not rejecting when there is no trace in progress
- Fixed screen methods not being accessible via remote.screen
- Fixed a crash when calling webContents.fromId with an unknown ID