Daum PotPlayer (64-bit) 歷史版本列表 Page15

最新版本 Daum PotPlayer 1.7.21915 (64-bit)

Daum PotPlayer (64-bit) 歷史版本列表

Daum PotPlayer 64 位是一個免費的多媒體播放器,支持各種不同的視頻編解碼器和格式。 Daum PotPlayer 已經包含內置的編解碼器,無需手動安裝。它還支持數字電視設備,網絡攝像頭,模擬,DXVA,現場直播等。下載適用於 Windows 的 Daum PotPlayer 64 位脫機安裝程序設置.Enhanced 硬件加速 使用 DXVA,CUDA,QuickSync 為最小... Daum PotPlayer (64-bit) 軟體介紹


Daum PotPlayer 1.7.21555 (64-bit) 查看版本資訊

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

What's new in this version:

- Added fast repeating function
- Fixed an issue that was abnormal when playing certain MP4 files
- Fixed an error problem in certain situations by changing the skin during playback

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

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

What's new in this version:

Features:
- Added support for Windows Control Overlay on Windows
- Added support for Windows Control Overlay on macOS

Fixed:
- an issue where BrowserView webContents would appear not to load in some circumstances
- 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
- black border around the page after resizing is disabled
- crash in seccomp sandbox with glibc 2.34

Other Changes:
- Backported fix for CVE-2021-30627
- Backported fix for CVE-2021-30631
- Backported fix for CVE-2021-30632
- Security: backported fix for CVE-2021-30625
- Security: backported fix for CVE-2021-30626
- Security: backported fix for CVE-2021-30628
- Security: backported fix for CVE-2021-30630
- Security: backported fix for CVE-2021-30633
- Security: backported fix for chromium:1238178
- Security: backported fix for chromium:1242257

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

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

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

What's new in this version:

Features:
- Fixed crash that occasionally happens when closing or opening BrowserWindows

Fixed:
- BrowserWindow's backgroundColor option not having an effect
- an issue where undocked devtools was not resizable on Windows
- transparent frameless windows having an opaque background when opened in a maximized state

Other Changes:
- Updated Chromium to 93.0.4577.63

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

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

What's new in this version:

Features:
- Added webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID
- Fixed crash that occasionally happens when closing or opening BrowserWindows

Fixed:
- crash when launching app with systemd v249
- transparent frameless windows having an opaque background when opened in a maximized state

Other Changes:
- Backported fix for chromium:1206289
- Backported fix for chromium:1227228
- Security: Backported fix for 1230767
- Security: backported fix for chromium:1216595
- Security: backported fix for chromium:1221047

OpenShot Video Editor 2.6.1 (64-bit) 查看版本資訊

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

What's new in this version:

- Auto migration of Crop keyframes from 2.5.1 projects (adds a crop effect and sets the equivellent keyframes). 100% backwards compatibility.
- Title Editor: TAB between fields
- Fix Windows drive letter regression, where saving projects on a different drive than the assets would cause corruption. 2.6.1 will also repairs any corruption detected in *.osp project files.
- Fix many broken language translations (pt_BR, sk, lt, ko)

Updating many language translations to 100%:
- Afrikaans
- Chinese (Simplified)
- Danish
- Dutch
- English (United Kingdom)
- Gaelic; Scottish
- German
- Japanese
- Polish
- Russian
- Spanish
- Chinese (Traditional)
- Turkish
- French

- Improved language translation testing scripts, and adding automated tests to fail GitHub PRs loudly if translations are broken
- Protection against many uninitialized variable errors, reported by Sentry.io
- Silenced a loud thumbnail server warning
- Prevent a divide by zero error on video preview resizing
- Updated credits and contributors
- Bumping version to 2.6.1 (minimum libopenshot 0.2.7, SO 21)

Flutter 2.5.0 查看版本資訊

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

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

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

What's new in this version:

- Security: Backported fix for 1228036
- Security: Backported fix for 1231134
- Security: Backported fix for 1233564
- Security: Backported fix for 1234009

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

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

What's new in this version:

Features:
- Added webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID
- Added support for Windows Control Overlay on Windows

Fixed:
- Fixed a crash in the repl when SharedArrayBuffer is disabled

Other Changes:
- Updated Chromium to 93.0.4577.58

MSI Kombustor 4.1.13.0 查看版本資訊

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

What's new in this version:

Added:
- support of AMD Radeon RX 6700M, RX 6800M, RX 6600 XT, RX 6600, RX 6600M and Radeon Pro W6800 and W6600
- support of NVIDIA RTX A2000

Fixed:
- support of NVIDIA GeForce RTX 3080 Ti and RTX 3070 Ti
- crash when DPI scaling (100%, 125%, 150%, ...) was changed at runtime by the user
- PhysX device name in the log file

- updated with latest GeeXLab SDK libs (v0.43.0) that include latest PhysX 4.1.2