Adobe DNG Converter 歷史舊版本 Page11

最新版本 Adobe DNG Converter 16.2

Adobe DNG Converter 歷史版本列表

Adobe DNG Converter 是一個免費的實用程序,可以將 600 多個攝像機的文件轉換為 DNG 格式,使您能夠輕鬆將相機專用的原始文件轉換為更通用的 DNG 原始文件.Digital Negative 的開發旨在解決缺乏專有和開放的標準每個數碼相機創建的獨特的原始文件。 DNG 允許攝影師將其原始相機文件歸檔為單一格式,便於將來進行編目和訪問。隨著格式規範免費提供,任何開發人員都可以... Adobe DNG Converter 軟體介紹


SnapDownloader 1.11.1 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed incorrect window height that impacted a few users

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

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

What's new in this version:

Fixed:
- crashes on latest gen Intel and Ryzen processors
- memory leak when requesting files in ASAR archive from renderer

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

更新時間:2021-06-03
更新細節:

What's new in this version:

Features:
- Added experimental cookie encryption support behind an Electron Fuse
- Added support for debug URLs such as chrome://gpucrash

Fixed:
- missing 'fetch' event in service workers for requests using a registered protocol
- pressing Alt with mouse click results in toggling menu bar
- pressing Alt+Shift and Alt+Ctrl toggling menu bar on KDE

Other Changes:
- Backported fix for 1090441,1173656,1181434,118811
- Fixed using custom v8 snapshots on Apple Silicon
- Updated Chromium to 91.0.4472.77

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

更新時間:2021-06-03
更新細節:

What's new in this version:

Fixed:
- drag and drop not working correctly for some x11 window managers
- missing 'fetch' event in service workers for requests using a registered protocol
- pressing Alt with mouse click results in toggling menu bar
- pressing Alt+Shift and Alt+Ctrl toggling menu bar on KDE

Other Changes:
- Fixed using custom v8 snapshots on Apple Silicon

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

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

What's new in this version:

- Fixed SHA issue when creating a universal macOS build

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

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

What's new in this version:

Stack Upgrades:
- Chromium 91.0.4472.69
- v91 blog post
- v90 blog post
- Node v14.17.0
- v14.17.0 release notes
- V8 v9.1
- v9.1 blog post
- v9.0 blog post

Breaking Changes:
- Fixed so window.open() parameter frameName is no longer set as window title
- Changed session.setPermissionCheckHandler(handler) to allow for handler's first parameter, webContents to be null

Features:
Additions:
- Added process.contextId used by @electron/remote
- Added process.contextIsolated property that indicates whether the current renderer context has contextIsolation enabled
- Added process.uptime() to sandboxed renderers
- Added roundedCorners option for BrowserWindow
- Added missing fields to the parameters emitted as part of the context-menu event
- Added new session.storagePath API to get the path on disk for session-specific data
- Added support for passing DOM elements over the context bridge
- Added support for registering Manifest V3 extension service workers.
- Added 'registration-completed' event to ServiceWorkers
- Added disposition, referrer and postBody to the details object passed to the window open handler registered with setWindowOpenHandler

Improvements:
- Additional permission checks are now routed through session.setPermissionCheckHandler. These include Notification.permission, and permission.query. Please note that the webContents parameter to the check handler can now be null
- Allowed skipping process type transformation in win.SetVisibleOnAllWorkspaces on macOS
- Reverted WebFrameMain.executeJavaScriptInIsolatedWorld()
- Made trafficLightPosition option work for customButtonOnHover window
- The submitURL option for crashReporter.start is no longer a required argument when uploadToServer is false
- Improved performance of napi_threadsafe_function

Removed/Deprecated
- Removed deprecated BrowserWindow extension APIs
- Removed deprecated shell.moveItemToTrash()
- Removed deprecated systemPreferences methods

Fixed:
- Fixed hiddenInset titleBarStyle's abnormal fullscreen titlebar. Fix hiddenInset titleBarStyle not working with trafficLightPosition option
- Fixed a use-after-free bug during shutdown when using off-the-record sessions
- Fixed an issue where contextBridge might incorrectly try to serialize some WebAssembly objects
- Fixed behavior of 302/303/307 redirect responses in the protocol module
- Made BrowserWindow.setWindowButtonVisibility work for window with customButtonsOnHover titlebar style
- Fixed a rare crash on boot
- Fixed permissions issue that was preventing the PDF viewer from displaying
- Fixed the possibility for incorrect visual artifacts when using vibrancy and making frameless windows fullscreen on macOS
- Fixed using vibrancy with titleBarStyle together resulting in weird window shadow on macOS
- Restored cross-platform noop implementation of app.setAppUserModelId
- Security: backported fix for chromium:1196683

Other Changes:
- Non-functional change; updates repository's issue template file
- Updated community discussions link in default Electron menu

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

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

What's new in this version:

Fixed:
- will-resize and will-move events not scaling the emitted newBounds rectangle to the appropriate Windows display scale factor
- incorrect value of document.focus when opening multiple windows on macOS

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

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

What's new in this version:

Fixed:
- webFrame spell checker APIs crashing when called in sandboxed renderer
- an issue where illegal access error could be thrown when nodeIntegrationInSubFrames is enabled
- an issue where extensions without a background page might not have file access
- an issue where the void function Menu.setApplicationMenu would return a value on some platforms
- corner radius for vibrancy view in macOS 11

Gradle 7.0.2 查看版本資訊

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

What's new in this version:

- Build fails with musl libc
- Fix incorrect exception thrown by file system watching when musl libc is used

Apache Tomcat 10.0.6 查看版本資訊

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

What's new in this version:

- Ensure the correct escaping of attribute values and search filters in the JNDIRealm
- HandlesTypes should include classes that use the specified annotation types on fields or methods
- Refactor the creation of WebSocket end point, decoder and encoder instances to be more IoC friendly. Instances are now created via the InstanceManager where possible