Construct 2 歷史版本列表 Page3

最新版本 Wayk Now 2020 2.2.0

Construct 2 歷史版本列表

Construct 2 是一款專門為 2D 遊戲設計的功能強大的開創性的 HTML5 遊戲創作者。它允許任何人建立遊戲 - 無需編碼!使用 Construct 2 進入遊戲創作的世界。以有趣和引人入勝的方式教授編程原則。製作遊戲而不必學習困難的語言。快速創建模型和原型,或使用它作為編碼的更快的替代.Construct 2 特點:Quick& Easy讓你的工作在幾個小時甚至幾天而不是幾個星... Construct 2 軟體介紹


Opera Portable 66.0.3515.72 查看版本資訊

更新時間:2020-02-13
更新細節:

What's new in this version:

- Unable to play video on Netflix right after Opera installation
- Wrong cursor and X color of the search fields on Bookmark/History sidebar panels
- Google Translator blocks PDF viewer
- Crash at static void `anonymous namespace”::PureCall()
- Bad colors in Personal news when dark theme turned on
- Dragging speed dial root folders in bookmarks sidebar makes duplicates
- Fix background tabs loading issues
- Crash at opera::RichHintDisplayHandlerViews::OnWidgetDestroying(views::Widget*)
- Crash at base::Value::Clone()

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

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

What's new in this version:

Fixed:
- an issue where sending complex objects over IPC could in some cases cause the renderer process to be terminated
- crash with Date.toLocaleString for invalid locale and locale of the format [email protected]
- flash plugin not working
- issue where renderers could crash during GC when using the contextBridge module
- netLog.stopLogging returning undefined instead of the path to the log

Wayk Now 2020 1.3.0 查看版本資訊

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

What's new in this version:

Improvements:
- Improved user experience when switched to the Winlogon desktop on multi-monitor servers
- Improved user interface when managing certificate exceptions on Windows

Fixes:
- Fixes a potential crash when starting a session recording
- Fixes a potential layout issue with the Windows client on multi-monitor systems
- Properly report the system unique ID in the Linux client interface

RPCS3 0.0.8-9512 查看版本資訊

更新時間:2020-02-06
更新細節:

Wayk Now 2020 1.2.0 查看版本資訊

更新時間:2020-02-05
更新細節:

What's new in this version:

Improvements:
- Improved user feedback when logging into and registering a machine for unattended access with Wayk Den
- Optimized session recording for playback in VLC
- Updates on Windows can now be user-initiated from within Wayk Now

Fixes:
- Fixes a potential crash when using very long Wayk Den URLs
- Fixes an issue where the registration state of a computer on den.wayk.net might be incorrectly determined
- Fixes an issue where Windows installer incorrectly claims a reboot will be required on update or removal
- Fixes session recording speed when the encoding FPS exceeds the current frame rate

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

更新時間:2020-02-04
更新細節:

What's new in this version:

Changes:
- Upgraded to Chromium 80.0.3987.86 (New since Electron 7: Chromium 79, 80)
- Upgraded to Node 12.13.0 (New since Electron 7: Node 12.9, 12.10, 12.11, 12.12, 12.13)
- Upgraded to V8 8.0 (New since Electron 7: V8 7.9, 8.0)
- IPC between main and renderer processes now uses the Structured Clone Algorithm

Features:
- Added --enable-api-filtering-logging command-line switch, which enables caller stack logging for desktopCapturer and remote APIs that can be blocked or filtered
- Added app.getApplicationNameForProtocol()
- Added app.setAboutPanelOptions() support for credits and iconPath on Windows
- Added BrowserWindow.moveAbove(mediaSourceId)
- Added contents.getAllSharedWorkers() and contents.inspectSharedWorkerById(workerId) to allow inspection of specific shared workers
- Added Notification() options' timeoutType property to allows users to set timeout type for Linux and Windows notifications
- Added Notification() options' urgency property to allow customization of Linux-based notifications
- Added session.addWordToSpellCheckerDictionary API to support custom words in the
- Added session.downloadURL() to allow downloads to trigger without a BrowserWindow
- Added systemPreferences.getMediaAccessStatus().screen for detecting the new macOS Catalina permissions
- Added trafficLightPosition option in BrowserWindow API to allow custom positioning of traffic lights
- Added tray.displayBalloon() options: iconType, largeIcon, noSound and respectQuietTime
- Added tray.focus(), which returns focus to the taskbar notification area
- Added tray.removeBalloon(), which removes an already displayed balloon notification
- Added WebContents.printToPDF() support for fitToPageEnabled and scaleFactor
- Added win.accessibleTitle property to augment the window title for screen readers
- Added options to enable customization of print page headers and footers
- Added support for picture-in-picture mode for video elements
- Added support for the built-in spellchecker. We will use the OS spellchecker on macOS and hunspell on all other platforms
- Added the ability to prevent documents from being added to recent documents on Windows in open dialogs
- Enable macOS users to fallback to item removal when when shell.moveItemToTrash fails
- Exposed webContents.executeJavaScriptInIsolatedWorld
- Exposing methods required by capturing a hidden webContents
- Added BrowserWindow.will-move event support on macOS
- Improved TouchBarButton and TouchBarLabel a11y with the new accessibilityLabel property

Fixes:
- Added name of module to context-aware deprecation warning
- Fixed Linux console warning about gtk_disable_setlocale()
- Don't destroy active menus created as local objects in javascript
- Fixed BrowserWindow.fromWebContents() to return null when no window is found for consistency with other APIs
- Fixed a crash that could occur when calling crashReporter.getUploadedReports
- Fixed a potential crash on faulty deviceNames in webContents.print()
- Fixed an issue in the remote module which could cause the name of the Object constructor to be overwritten globally
- Fixed an issue that prevented setuid binaries from being launched from the renderer process on Linux
- Fixed an issue where menu.closePopup() would have no effect if called too soon after menu.popup()
- Fixed an issue where net requests with redirection mode 'error' could incorrectly follow a redirect
- Fixed an issue where microtasks could sometimes be scheduled too eagerly, causing crashes when invoking Electron APIs during promises in certain situations
- Fixed an issue where sites using ShadowDOMV0, CustomElementsV0, or HTMLImports would not load properly
- Fixed an issue with Node.js context initialization in renderer processes
- Fixed async Node APIs not working after received IPC message
- Fixed compilation error for native modules building with VS 2015
- Fixed crash when doing redirect navigation with webRequest listener
- Fixed debug symbol files on linux not containing private symbols
- Fixed disabling color correct rendering with --disable-color-correct-rendering
- Fixed issue with when playing videos or audio Electron would ask for accessibility access
- Fixed memory leak when using protocol.registerSchemeAsPrivileged api
- Fixed printing
- Fixed setting content-type header with charset breaking protocol APIs
- Fixed several deprecation warnings in Electron code
- Fixed some systemPreferences.getColor() inconsistencies on macOS
- Fixed white flash after restoring an app from the background
- Prevented 'Reopen windows?' dialog from appearing on macOS after a crash
- Re-enable DOM storage quota enforcement but change limit from 10MiB to 100MiB
- Removed unnecessary chromium patch for browser compositor on mac
- setLayoutZoomLevelLimits no longer works in Electron 8, so emit a warning message when using it. The function will be removed in Electron 9
- Fixed a crash that could occur if a WebContents was destroyed during a navigation event
- Fixed bug in 8.0.0 beta releases that prevented the dictionarySuggestions property from being populated correctly when the built-in spellchecker is enabled

Other Changes:
- Added Windows on Arm (64 bit) release
- Added Windows on Arm node header files to checksum file
- Deprecated the default value of app.allowRendererProcessReuse
- Deprecated <webview>.getWebContents() due to its dependency on the remote module
- Fixed first beta version choosing logic
- Made strip_absolute_paths_from_debug_symbols to false in debug.gn
- No-notes
- Removed undocumented ipcRenderer.sendToAll()

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

更新時間:2020-01-30
更新細節:

What's new in this version:

- Fixed an edge case in checkbox logic on Windows
- Fixed an issue where window.print() only worked once on a single BrowserWindow
- Fixed an issue where the credits set in About Panel credits were not dark mode aware on macOS
- Fixed error thrown when importing powerMonitor on Linux before app's 'ready' event
- Fixed fuzzy font rendering when hot-plugging displays on macOS Catalina

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

更新時間:2020-01-23
更新細節:

What's new in this version:

Fixes:
- Fixed BrowserWindow.setFocusable(true) not working on Windows
- Fixed set-cookie header not passed in net module
- Fixed an issue where custom stream protocols would sometimes not complete responses when the data stream ended
- Fixed crash when restoring minimized hidden window on Windows
- Fixed issue where non-zero size pixels in CSS styles could be rounded down to zero size pixels
- Fixed memory leak when using javascript generator functions

Other Changes:
- Fixed potential hang when sending syncronous IPC messages on process shutdown

Opera Portable 66.0.3515.27 查看版本資訊

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

What's new in this version:

- Bookmarks menu is not readable in dark mode after hovering
- [macOS] screenshot is resized
- [Mac] Anchor onboarding widget to history icon on sidebar
- [Mac] Popup looks bad with mode change
- Enable feature on stable/beta
- [Mac] Onboarding popup doesn’t follow the browser window
- Promote O66 to stable

Wayk Now 2020 1.1.0 查看版本資訊

更新時間:2020-01-14
更新細節:

What's new in this version:

New features:
- Initial support for unattended access on Ubuntu Linux

Improvements:
- Adds the capability to generate on-demand minidumps for diagnostic purposes on Windows
- Improved handling and detection of dropped or interrupted network connections
- Improved reliability for the Windows unattended service
- Initial Polish localization

Fixes:
- Fixes a bug that could cause the client to crash if the server fails to initialize one or more virtual channels
- Fixes a bug that could prevent changing the personal password via the Linux options window
- Fixes a layout bug when switching between scaled and automatic zoom modes on Linux
- Fixes a potential crash in macOS when entering an empty password on the login dialog
- Fixes a potential crash in the Windows unattended service when the personal password is missing from the configuration file
- Fixes a potential crash when hot-unplugging a display with an active connection
- Fixes a potential crash when passing an empty remote execution command on macOS
- Fixes an issue on Ubuntu 19.10 where the session window menu bar is hard to see
- Fixes an issue that may cause connections to the Windows unattended service to fail intermittently
- Fixes an issue where an automatically rotated personal password may not be reflected immediately in the Window unattended service