MusicBee 歷史版本列表 Page2

最新版本 MusicBee 3.5.8698

MusicBee 歷史版本列表

如果您正在尋找一個適用於管理廣泛的音樂收藏的應用程序,易於使用和一個全面的功能設置 - MusicBee 是應用程序。 MusicBee 可以很容易地組織,查找和播放您電腦上的音樂文件,在移動設備上,並在 web.MusicBee 特點:ListenPlay 你的音樂,你所希望的方式。管理大型音樂庫,輕鬆地找到你想要什麼 hear.TagEasily 元數據添加到您的音樂與一些強大的 tools... MusicBee 軟體介紹


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

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

What's new in this version:

Fixed:
- a potential issue when setting backgroundColor on BrowserViews
- respecting aspect ratio when maximum size is set on BrowserWindow
- window frame glitch when calling setContentProtection

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

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

What's new in this version:

Fixed:
- BrowserView.setBackgroundColor() not working correctly
- a potential issue when setting backgroundColor on BrowserViews
- an issue where BrowserView may sometimes crash on browserView.webContents.destroy()
- an issue where BrowserViews crashed if view.webContents.destroy() is called after loading a URL
- crash in GTK open dialog when trying to preview huge image files
- default label text in GTK dialogs
- respecting aspect ratio when maximum size is set on BrowserWindow
- window frame glitch when calling setContentProtection

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

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

What's new in this version:

Fixed:
- a potential issue when setting backgroundColor on BrowserViews
- console windows from ELECTRON_RUN_AS_NODE instances

Other Changes:
- Updated Chromium to 96.0.4664.55

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

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

What's new in this version:

- Fixed a potential crash when importing media files or custom file types

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

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

What's new in this version:

Features:
Additions:
- Added 'dom-ready' event to WebFrameMain which emits when the frame's document is ready
- Added 'frame-created' event to WebContents which emits when a frame is created in the page
- Added WebHID support
- Added <webview>.sendToFrame() / frameId to 'ipc-message' event
- Added <webview> 'did-redirect-navigation' event
- Added app.configureHostResolver API for configuring DNS-over-HTTPS
- Added commandLine.removeSwitch to allow apps to remove command line switches from Chromiums internal command line representation
- Added frame property to the params object of the 'context-menu' event
- Added isIssuedByKnownRoot to ses.setCertificateVerifyProc callback
- Added isMainFrame argument to 'certificate-error' event
- Added safeStorage string encryption API
- Added textWidth option to dialog.showMessageBox() / dialog.showMessageBoxSync()
- Added webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID
- Added an Electron Fuse for enforcing code signatures on the app.asar file your application loads. Requires the latest asar module
- Added fuses to disable NODE_OPTIONS and --inspect debug arguments in packaged apps
- Added new data parameter to app.requestSingleInstanceLock()
- Added support for Windows Control Overlay on Windows
- Added support for the U2F Web API
- Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain

Improved:
- Began passing securityOrigin in details for permission request handlers for media requests in addition to permission check handlers
- Clicking a hyperlink in a PDF now does what you'd expect
- Emit a warning when setting a crash key name longer than the maximum allowed length
- Enabled sandboxing by default on WebContents which do not use Node or preloads
- NativeImage objects are now serializable over IPC
- The crashReporter API is now powered by Crashpad on Linux

Removed/Deprecated:
- Usage of the desktopCapturer.getSources API from the renderer process has been deprecated and will be removed

Fixed:
- Enables support for navigator.keyboard.lock()
- Fixed <webview> background transparency regression
- Fixed BrowserView.setBackgroundColor() not working correctly
- Fixed an issue where some transparent windows would show with a white background
- Fixed an issue where transparency was not always set correctly on webContents
- Fixed an issue where windows with vibrancy types set on them would incorrectly have a white instead of transparent background
- Fixed behaviour on posix when passing lists into app.requestSingleInstanceLock(additionalData) API
- Fixed crash in webview creation caused by UAF in the browser process
- Fixed crash when using singleton api with packaged apps on macOS
- Fixed detached DevTools window not closing when a menu item with the toggleDevTools role was triggered
- Fixed imageAnimationPolicy not being respected
- Having a secure CSP will no longer cause a CSP violation warning to appear in console
- ~/.config/{App Name} will no longer be incorrectly deleted if it is a symlink on unix systems

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

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

What's new in this version:

Fixed:
- BrowserView.setBackgroundColor() not working correctly
- an issue where BrowserView may sometimes crash on browserView.webContents.destroy()
- an issue where BrowserViews crashed if view.webContents.destroy() is called after loading a URL
- an issue where playing media would open Accessibility permissions dialog on macOS
- crash in GTK open dialog when trying to preview huge image files
- default label text in GTK dialogs

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

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

What's new in this version:

Features:
- Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain

Fixed:
- Changed WebHID to use disable-hid-blocklist flag to enable FIDO devices
- Fixed <webview> background transparency regression
- Fixed clipboard.writeBuffer(), clipboard.readBuffer() and clipboard.read()'s ability to manipulate platform-specific clipboard formats
- Fixed a crash when a BrowserWindow is closed subsequent to its webContents being destroyed
- Fixed a tracing agent-related crash when initializing Node.js in service workers
- Fixed an issue where Content-Disposition filenames would be incorrectly truncated at the first comma for a filename attachment which contained one
- Fixed an issue where MediaMetadata did not work properly
- Fixed an issue where app.getPath('crashDumps') returned an incorrect path for Linux
- Fixed an issue where clipboard.read() could cause crashes with custom clipboard formats
- Fixed an issue which caused print settings to not work properly when printing silently
- Fixed clipboard.read to once again work like clipboard.readBuffer
- Fixed crash when using sync dialog APIs immediately after async dialog APIs
- Fixed event with invalid timestamp in trace log

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

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

What's new in this version:

Features:
- Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain

Fixed:
- <webview> background transparency regression
- a crash when a BrowserWindow is closed subsequent to its webContents being destroyed
- a tracing agent-related crash when initializing Node.js in service workers
- an issue where Content-Disposition filenames would be incorrectly truncated at the first comma for a filename attachment which contained one
- an issue where MediaMetadata did not work properly
- an issue which caused print settings to not work properly when printing silently
- black window when screen capturing a content-protected BrowserWindow on Windows 10
- event with invalid timestamp in trace log

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