LINE for Windows 歷史版本列表 Page7

最新版本 DBeaver 23.1.4

LINE for Windows 歷史版本列表

與你的朋友保持聯繫,無論何時何地。在移動中使用智能手機上的 LINE for Windows,在辦公室或家中使用 LINE for Windows。對長話機說是。隨時享受免費,高質量的通話。從你的智能手機和 PC。您可以通過點擊免費下載按鈕,從我們的網站下載 PC 離線安裝程序的 LINE .LINE 功能:免費即時消息,無論何時何地,無論何時何地,隨時隨地與朋友交流免費即時消息,一對一和群聊。所... LINE for Windows 軟體介紹


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

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

What's new in this version:

Fixed:
- an issue where app.relaunch loses args when execPath is specified
- context menu not showing all items on macOS when dock is not hidden
- support for Wayland client-side decorations
- a typo in the section on debugging with VSCode

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

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

What's new in this version:

Fixed:
- an issue where app.relaunch loses args when execPath is specified
- support for Wayland client-side decorations
- a typo in the section on debugging with VSCode

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

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

What's new in this version:

Fixed:
- Added support for --ozone-platform-hint flag on Linux
- Fixed a Windows Control Overlay issue where a window taken directly from minimized to maximized state could have incorrect hover state

TablePlus 4.10.1 Build 202 查看版本資訊

更新時間:2022-08-04
更新細節:

What's new in this version:

- [PostgreSQL] Supported SNI
- Updated app layout, improved UI/UX
- Bug fixes and improvements

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

更新時間:2022-08-04
更新細節:

What's new in this version:

Fixed:
- Do not exit when logging initialization fails
- Fixed WCO not responding to touch events on windows

Other Changes:
- Updated Chromium to 104.0.5112.81

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

更新時間:2022-08-04
更新細節:

What's new in this version:

Fixed:
- WCO not responding to touch events on windows
- webContents.getUserAgent() incorrectly returning an empty string unless previously set
- context menu not showing all items on macOS when dock is not hidden

Other Changes:
- Disabled GPU acceleration on VMware on Linux

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

更新時間:2022-08-04
更新細節:

What's new in this version:

Fixed:
- Fixed WCO not responding to touch events on windows
- Fixed webContents.getUserAgent() incorrectly returning an empty string unless previously set
- Fixed an issue in which calling setBounds() after e.preventDefault in a 'will-move' or 'will-resize' event wouldn't change the window's shape until the mouse button was released
- Fixed context menu not showing all items on macOS when dock is not hidden

Other Changes:
- Fixed page size always being restricted to 4k on Linux arm64
- Security: backported fix for CVE-2022-2478
- Security: backported fix for chromium:1334864

OCCT 11.0.11 查看版本資訊

更新時間:2022-08-03
更新細節:

What's new in this version:

Enterprise:
- Fixed: a regression caused the csv file only to contain enabled sensors. It will now contain all sensors regardless if they're enabled or not, as intended.

Nextcloud 3.5.4 查看版本資訊

更新時間:2022-08-03
更新細節:

What's new in this version:

- Add and use DO_NOT_REBOOT_IN_SILENT=1 parameter for MSI to not reboot during the auto-update
- Always run MSI with full UI

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

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

What's new in this version:

Breaking Changes:
- Removed the skip-taskbar feature on Linux
- Renderers are now sandboxed by default unless nodeIntegration: true or sandbox: false is specified
- Added safeguards when building native modules with nan. Use node-gyp >=8.4.0 and electron-rebuild >=3.2.9 for when rebuilding native modules

Features:
Additions:
- Added a warning for building native modules with node-gyp and electron-rebuild, asking users to upgrade to >=8.4.0 for node-gyp and >=3.2.8 for electron-rebuild if using Electron 20 or higher
- Added app.isHidden() to check if the app is hidden (e.g. with Command-H) on macOS
- Added browserData to app.setPath/getPath
- Added immersive dark mode on Windows
- Added support for HIDDevice.forget()
- Added support for panel-like behavior. Window can float over full-screened apps
- Enabled systemPreferences.subscribe{Local|Workspace}Notification to take a null value for the event parameter
- Fixed an issue where the PDF Viewer would fail if a user attempted to reload

Fixed:
- Fixed 20.0.0-beta.8 X11 crash regression
- Fixed _dyld_missing_symbol_abort crash on macOS when using c++ native modules
- Fixed serial-port-added and serial-port-removed events not firing
- Fixed a potential printing hang
- Fixed an issue where invalid print job settings would correctly call back Invalid print settings as the failure reason, but would then not terminate the print job, leading to an eventual crash on exit
- Fixed an issue with fullscreen transitions when HTML fullscreen is requested
- Fixed child about:blank windows from inheriting their parents' preload scripts when sandbox: false and nodeIntegrationInSubFrames: true
- Fixed initialization race when registering partition allocator on macOS
- Fixed native module compilation issues on arm
- Fixed spontaneous crashing in native modules that depended on nan
- Updated Windows Control Overlay buttons to look and feel more native on Windows 11

Other Changes:
- Added a TRACE call named crash_reporter::Start under the electron category for crash_reporter::Start()
- Added deprecation warning for the new-window event
- Added minimum GITHUB_TOKEN permissions
- Fixed an issue where BrowserViews didn't always visually update after call to setBounds
- Fixed child_process.spawn ENOENT error with cwd option
- Minimum required node version to install the electron npm package is now >10
- On Linux, changed the libgdk-pixbuf dependency to be dynamically linked rather than statically linked
- Re-enabled symbol generation on 32-bit Windows
- Temporarily disabled symbol generation on 32-bit Windows due to issues with symbol generation on that platform
- WebContents for <webview> are now only created after the 'will-attach-webview' event is emitted and preventDefault is not called