Wondershare MirrorGo 歷史版本列表 Page3

最新版本 Electron 14.2.3 (64-bit)

Wondershare MirrorGo 歷史版本列表

從電腦上完全控制你的手機,在大屏幕上享受你的社交生活,使用 MirrorGo 安卓錄像機為 Windows PC 玩你的鼠標和鍵盤的手機遊戲.享受您的手機遊戲在您的計算機上。在 PC 上快速回復社交軟件和短信息。將數據從 PC 傳輸到手機。完全兼容 Windows 10. Wondershare MirrorGo 功能:Play Android 上的計算機遊戲 只需點擊你想玩的遊戲的圖標,你就可... Wondershare MirrorGo 軟體介紹


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

更新時間:2021-10-20
更新細節:

What's new in this version:

Features:
- Began passing securityOrigin in details for permission request handlers for media requests in addition to permission check handlers

Fixed:
- Fixed a potential crash when setting nativeTheme.themeSource on macOS
- Fixed possible 'Object has been destroyed' error when calling window.open with a frame name and using setWindowOpenHandler
- Generate valid config.gypi file in Node.js headers
- Removes several Chromium private APIs from Mac Apple Store builds

Other Changes:
- Changed Web Serial to use ses.setDevicePermissionHandler to allow developers more control over Web Serial permissioning

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

更新時間:2021-10-15
更新細節:

What's new in this version:

Features:
- Added commandLine.removeSwitch to allow apps to remove command line switches from Chromiums internal command line representation

Fixed:
- 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
- Fixed black window when screen capturing a content-protected BrowserWindow on Windows 10
- Fixed crash when changing zoom level for webview

Other Changes:
- Updated Chromium to 94.0.4606.81

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

更新時間:2021-10-09
更新細節:

What's new in this version:

Fixed:
- Fixed an potential crash in WebContents::MessageTo when a render frame has been destroyed
- Fixed issue where non-resizable frameless windows aren't draggable

Other Changes:
- Backported fix for 1251688
- Updated Chromium to 94.0.4606.71

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

更新時間:2021-10-09
更新細節:

What's new in this version:

Fixed:
- Fixed issue where non-resizable frameless windows aren't draggable
- Removed expired DST Root CA X3 from the bundled trust store

Other Changes:
- Security: backported fix for CVE-2021-37967
- Security: backported fix for CVE-2021-37968
- Security: backported fix for CVE-2021-37970
- Security: backported fix for CVE-2021-37975
- Security: backported fix for chromium:1248665

pgAdmin 4 6.00 查看版本資訊

更新時間:2021-10-07
更新細節:

What's new in this version:

New features:
- Added support for OWNED BY Clause for sequences

Housekeeping:
- Revisit all the CREATE and DROP DDL’s to add appropriate ‘IF EXISTS’, ‘CASCADE’ and ‘CREATE OR REPLACE’
- Port browser tree to React
- Port object nodes and properties dialogs to React
- Port Grant Wizard to react
- Remove GPDB support completely

Fixed:
- Fixed an issue where grant wizard is unresponsive if the database size is huge
- Added support to create the Partitioned table using COLLATE and opclass
- Ensure that in the Query History tab, query details should be scrollable
- Fixed an issue where collapse and expand arrows mismatch in case of nested IF
- Fixed an issue where the last message is not visible in the Debugger
- Updated query error row selection color as per dark theme style guide
- Fixed an issue where the drop cascade button enables for Databases
- Fixed an issue where Refresh view options are not working for materialized view
- Fixed keyerror issue in schema diff for ‘attnum’ and ‘edit_types’ parameter
- Ensure that RLS names should not be editable in the collection node of properties tab
- Fixed an issue where Execute button of the query tool gets disabled once we change anything in the data grid
- Ensure that SQL help should work for EPAS servers

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

更新時間:2021-10-05
更新細節:

What's new in this version:

Fixed:
- Fixed "Failed to serialize arguments" error when emitting 'context-menu' event for webview
- Removed expired DST Root CA X3 from the bundled trust store

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

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

What's new in this version:

Features:
- Added WebHID support
- Added frame property to the params object of the 'context-menu' event
- Added isMainFrame argument to 'certificate-error' event
- Added textWidth option to dialog.showMessageBox() / dialog.showMessageBoxSync()

Fixed:
- Let's Encrypt DST Root CA X3 certificate expiration
- a crash in navigator.fonts.query()
- an issue where BrowserView dragging behavior was inconsistent with MacOS window dragging
- an issue where button labels in file choosers were improperly localized on Linux(Also in 14, 16)
- an issue where changes to draggable regions in a BrowserWindow incorrectly affected those in an attached BrowserView
- an issue where non-resizable non-fullscreenable windows with aspect ratios set could return incorrect results for isMaximized()
- an issue where out-of-focus BrowserViews could not be immediately dragged
- an issue where some calls to crypto.createPrivateKey made with algorithms unsupported by BoringSSL cause a crash when invoking methods on their return values
- black border around the page after resizing is disabled
- crash caused by double free when destroying WebContents
- crash in v8 due to (Check failed: !regexp_stack_->is_in_use())

Other Changes:
- Updated Chromium to 94.0.4606.61

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

更新時間:2021-09-22
更新細節:

What's new in this version:

Breaking Changes:
- nativeWindowOpen: true is now the default

Features:
Additions:
- 'dom-ready' event to WebFrameMain which emits when the frame's document is ready
- 'frame-created' event to WebContents which emits when a frame is created in the page
- <webview>.sendToFrame() / frameId to 'ipc-message' event
- <webview> 'did-redirect-navigation' event
- app.configureHostResolver API for configuring DNS-over-HTTPS
- location and modifiers to the event properties provided in the 'before-input-event' WebContents event
- safeStorage string encryption API
- signal option to dialog.showMessageBox
- webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID
- an Electron Fuse for enforcing code signatures on the app.asar file your application loads. Requires the latest asar module
- experimental cookie encryption support behind an Electron Fuse
- fuses to disable NODE_OPTIONS and --inspect debug arguments in packaged apps
- missing resourceType conversions for webRequest listener details: font, ping, cspReport, media, webSocket
- new MenuItem.userAccelerator property to read user-assigned macOS accelerator overrides
- new app.runningUnderARM64Translation property to detect when running under Rosetta on Apple Silicon, or WOW on Windows for ARM
- new imageAnimationPolicy web preference to control how images are animated
- resize edge info to BrowserWindow's will-resize event
- support for Windows Control Overlay on Windows
- support for Windows Control Overlay on macOS
- support for debug URLs such as chrome://gpucrash
- support for directing Chromium logging to a file with --log-file=.../path/to/file.log. Also, it's now possible to enable logging from JavaScript by appending command-line switches during the first JS tick
- support for sending Blobs over the context bridge

Improvements:
Extended continue-activity event API to support webpageURL property from NSUserActivity

Fixed:
Fixed a crash when selecting and opening files in a native file dialog on Mac
Fixed a crash when selecting files in a native file dialog on Windows and Linux
Fixed an issue where GDK_BACKEND was being propagated to subprocesses on Linux
Fixed potential crash when programmatically closing a draggable frameless child window
Fixed typescript export definitions such that not-exported values are not declared in the exports interface
Installing the electron package on an M1 macbook while using an x64 version of node will now automatically download the arm64 version of Electron instead of the x64 version
Electron Fuses are now in a consistent order across platforms
Fixed an issue where fs.promises.readFile would improperly error when passing a FileHandle to the path argument
Fixed BrowserWindow's backgroundColor option not having an effect
Fixed CORS preflight request always being cancelled when connecting via proxy requiring authentication for apps that had registered WebRequest listeners
Fixed documentEdited status not updating close button for frameless window on macOS
Fixed requestFullscreen inside webview does not make the element take fullscreen
Fixed select-bluetooth-device firing on Windows
Fixed a crash in the repl when SharedArrayBuffer is disabled
Fixed a crash when process.exit is called and nativeWindowOpen is enabled
Fixed a crash when calling the webContents.on('login') callback synchronously
Fixed a hang when denying a window.open using setWindowOpenHandler when nativeWindowOpen: false
Fixed a potential crash that would occur with draggable regions on Windows
Fixed a potential crash when calling app.quit() on macOS
Fixed a potential crash when setting vibrancy on macOS
Fixed an issue on Mac where an application could not capture its own window using the desktop capture or getMediaSourceId APIs
Fixed an issue on Windows where empty console windows were appearing when --enable-logging was present
Fixed an issue present in webView where the leave-html-full-screen event is not emitted if the user exits fullscreen with esc instead of by clicking into the webView
Fixed an issue where BrowserWindows would not properly honor transparency: true or a backgroundColor being set in their constructor options
Fixed an issue where Electron would sometimes not honor the user-defined Downloads directory
Fixed an issue where BrowserView webContents would appear not to load in some circumstances
Fixed an issue where self.module.paths wouldn't work in Workers
Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS
Fixed an issue where background color would not be correctly applied to BrowserViews on Windows when either the x or y coordinate is negative (off-screen)
Fixed an issue where custom traffic lights could be covered by BrowserViews on macOS
Fixed an issue where draggable regions sometimes did not work properly when DevTools is open
Fixed an issue where dropdown menus did not work in DevTools when contextIsolation was enabled
Fixed an issue where multiple calls toBrowserWindow.setResizable() can cause the zoom button to incorrectly be disabled on macOS
Fixed an issue where request headers were cleared if the optional "requestHeaders" parameter was not included in the webRequest.onBeforeSendHeaders callback response object
Fixed an issue where right-clicking in the devtools console throws an error
Fixed an issue where the TouchBarScrubber crashes when showArrowButtons is enabled if items is an empty array
Fixed an issue where the setAlwaysOnTop value would sometimes not be preserved for child windows on macOS
Fixed an issue where the traffic lights would get double-drawn when exiting fullscreen and adding a BrowserView on macOS
Fixed an issue where the user-data directory was incorrect in unpackaged apps
Fixed an issue where toggling documentEdited status on macOS with titlebarStyle: 'hiddenInset' inadvertently moves the traffic light location
Fixed an issue where undocked devtools was not resizable on Windows
Fixed an issue with PDF loading on Windows, where metadata was not loading correctly and causing the PDF to load as a blank page
Fixed beta-only bug that caused mouse clicks to not be processed in frameless windows
Fixed crash when clicking links with target=_blank from webview
Fixed crashes in debug builds caused by microtasks policy mismatch
Fixed crashes on latest gen Intel and Ryzen processors
Fixed crashes on macOS when Geolocation was used
Fixed frameless window having wrong traffic lights position on macOS 11
Fixed hover state not clear bug when BrowserWindow is not resizable
Fixed issue where the update permission prompt would cause 100% CPU spin while the prompt was open
Fixed key window status on mac when opening panels or using custom window switchers (Also in 12, 14)
Fixed media key globalShortcuts on macOS
Fixed memory leak when creating notification on macOS
Fixed memory leak when requesting files in ASAR archive from renderer
Fixed missing 'fetch' event in service workers for requests using a registered protocol
Fixed page title not being updated on child windows without navigation entries under nativeWindowOpen
Fixed potential corruption of piped response data when using interceptHttpProtocol/registerHttpProtocol (Also in 11, 12, 13, 14)
Fixed pressing Alt with mouse click results in toggling menu bar
Fixed pressing ESC not exiting fullscreen from webview
Fixed pressing Alt+Shift and Alt+Ctrl toggling menu bar on KDE
Fixed rare crash in UpdateDraggableRegions
Fixed redirects between locations in custom protocols
Fixed sending intermediate certificates with 'select-client-certificate' event callback
Fixed shifted character getting changed in menu accelerator
Fixed some console messages still being printed to logs when the LogJsConsoleMessages feature was disabled
Fixed stack overflow crash in v8 on windows 32-bit builds
Fixed systemPreferences.getSystemColor returning colors missing alpha values
Fixed the 'did-fail-load' event not being emitted when the 'certificate-error' handler allowed an error through
Fixed the <select> element dropdown not appearing on Windows or Linux
Fixed the color select eyedropper not working within DevTools
Fixed the spelling of 'attachment' in 'Content-Disposition' header when using the webRequest module
Fixed titlebar showing under simple fullscreen mode
Fixed transparent frameless windows having an opaque background when opened in a maximized state
Fixed tray.setTitle not respecting ANSI colors if a font type was specified

Other Changes:
- Backported fix for 1216190
- Fixed app.getPath('logs') returning the wrong path on Linux and Windows
- Fixed a feature flag issue where spellchecker methods returned empty suggestion lists on Windows
- Web Serial API is no longer experimental

pgAdmin 4 5.70 查看版本資訊

更新時間:2021-09-09
更新細節:

What's new in this version:

New:
- Added support for the truncate table with restart identity
- Make code folding case insensitive in the code mirror
- Added database and server information on the Maintenance process watcher dialog
- Allow the referenced table to be the same as the local table in one to many relationship for ERD Tool
- Make closing tabs to be smarter by focusing on the appropriate tab when the user closed a tab
- Set PSQLRC and PSQL_HISTORY env vars to apt. user storage path in the server mode
- Housekeeping

Fixed:
- an issue where privileges were revoked using SQL query on objects like tables that do not correctly show in SQL tab
- an issue where the user can not paste the updated table header in safari 12 and 13 browsers
- Ensure that trigger function SQL should have ‘create or replace function’ instead of ‘create function’ only
- blank screen issue on windows and also made changes to use NWjs manifest for remembering window size
- the export image issue where relation lines are over the nodes
- width limitation issue in PSQL tool window
- an issue where columns with sequences get altered unnecessarily with a schema diff tool
- Ensure that the lock panel should not be blocked for larger records
- Partially fixes the data output panel display issue
- an issue where whitespace in function bodies was not applied while generating the script using Schema Diff
- Introduced OAUTH2_SCOPE variable for the Oauth2 scope configuration
- Enables pgAdmin to retrieve user permissions in case of nested roles which helps to terminate the session for AWS RDS
- no attribute ‘_asdict’ error when connecting the database server
- errors related to HTML tags shown in the error message for JSON editor
- UnboundLocalError where local variable ‘user_id’ referenced before assignment
- Renamed ‘Auto rollback?’ to ‘Auto rollback on error?’
- the JSON editor issue of hiding the first record
- Ensure that deleting a database should not automatically connect to the next database
- Ensure that pgAdmin should not fail at login due to a special character in the hostname
- an issue where multiple query tool tabs getting closed for the single close event

pgAdmin 4 5.60 查看版本資訊

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

What's new in this version:

New features:
- Added support to copy SQL from main window to query tool
- Added support for formatted JSON viewer/editor when interacting with data in a JSON column

Housekeeping:
- Rename the “Resize by data?” to “Columns sized by” and disabled the ‘Maximum column width’ button if ‘Columns sized by’ is set to ‘Column data’

Fixed:
- Ensure that the login account should be locked after N number of attempts. N is configurable using the ‘MAX_LOGIN_ATTEMPTS’ parameter
- CSRF errors for stale sessions by increasing the session expiration time for desktop mode
- an issue in the search object when searching in ‘all types’ or ‘subscription’ if the user doesn’t have access to the subscription
- an issue where paste is not working through Right-Click option on PSQL
- TypeError ‘NoneType’ object is not sub scriptable
- incorrect tablespace options in the drop-down for move objects dialog
- an issue where the titles in query tabs are different
- incorrect binary path issue when the user deletes the binary path from the preferences
- Ensure that all the required options should be loaded when the Range data type is selected while creating a custom data type
- dashboard server activity issue when active_since parameter is None
- an issue where even if the user is locked, he can reset the password and can login into pgAdmin