Firefox (64-bit) 歷史版本列表 Page162

最新版本 Darktable 4.6.1

Firefox (64-bit) 歷史版本列表

Mozilla Firefox 64 位是一個快速,功能全面的免費網頁瀏覽器。 Firefox 包括彈出式窗口攔截,標籤瀏覽,集成的 Google,雅虎和必應搜索,簡化的隱私控制,簡化的瀏覽器窗口,向您顯示比其他任何瀏覽器更多的頁面,以及一些與您一起工作的附加功能你在網上獲得最多的時間。您可以通過點擊免費下載按鈕,從我們的網站下載 Firefox 的 PC 脫機安裝程序.查看新的 Firefox,... Firefox (64-bit) 軟體介紹


Corsair Utility Engine - iCUE 3.16.56 查看版本資訊

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

DisplayCAL 3.8.1.0 查看版本資訊

更新時間:2019-05-19
更新細節:

What's new in this version:

Added in this release:
- Feature Linux: Preliminary experimental Wayland support under GNOME 3 using colord (requires ArgyllCMS 2.1 or newer as well). Caveats do apply:
- Window placement and ordering is completely up to the compositor under Wayland. There is generally no way for an application to place its own windows at specific relative locations or z-orders. As a result of this, the measurement window cannot stay always on top or be automatically centered. Extra care needs to be taken that other windows are not placed on top.
- Video card gamma table (videoLUT) access is handled by colord. Some functions like viewing current videoLUT contents may not be available.
- The measurement window color depth is limited to 8 bits per channel per pixel (but dithering is used to achieve a higher effective color depth).
- The measurement window may be subject to desktop-wide color management in upcoming versions of Wayland (although the display device is inhibited during measurements via the org.freedesktop.ColorManager.Device D-Bus API which should prevent this, and as a fallback a linear calibration sRGB profile is temporarily installed during measurements if the D-BUs API is unavailable, which should result in an identity transform, i.e. effectively no color management, as well as linear video card gamma tables).
- Application support for color management under Wayland via colord still seems to lacking (although the list may well be out-of-date).
- Only tested under GNOME 3 (Fedora 30, Ubuntu 19.04). Support for other desktop environments will need to be implemented separately until Wayland gains a color management and calibration/profiling protocol.
- Feature LG OLED 3D LUT format

Changed in this release:
- Enhancement If the currently used ArgyllCMS version is not a standard version, but also not a beta, do not offer to switch to an installed official stable version if it's otherwise the same version number.
- Enhancement Include Quantum Dot LED (Samsung QLED Q9F) spectral sample colorimeter correction when importing for i1 Display Pro and ColorMunki Display (sourced from community colorimeter corrections database).
- UI Linux (Debian, Fedora, Ubuntu): Use wxPython Phoenix if installed.
- Prisma, Resolve: Set pattern generator background color to pattern color if using fullscreen patterns.-

Fixed in this release:
- Moderate UnicodeDecodeError when a CCSS file contains unicode characters in the display device description (regression of a change in DisplayCAL 3.8 to use localized technology descriptions, SVN revision r5810).
- Minor APL calculation for Prisma and Resolve pattern generators was off by a few percent depending on pattern area and current pattern color.
- Minor Quick reporting on calibrated or uncalibrated display did not try to detect output levels if set to “Auto”.
- Trivial More gracefully deal with faulty tags in ICC profiles (fixes ICC profile information unhandled exception for colord-created profiles with malformed targ tags).
- Trivial UI Correctly update the audio button state on progress dialogs when changed on a previous window.
- Cosmetic UI Various minor potential rendering glitches.
- Cosmetic UI macOS (standalone application bundle): Splash screen did not animate.
- Cosmetic UI Linux: Add work-arounds for various Wayland-related wxPython rendering quirks and bugs (e.g. spacing around windows, popup menu placement).
- Trivial Linux: Try to work around sporadic colord profile installation quirks (“The profile was not added in time”).

Quantum GIS 3.6.3 (64-bit) 查看版本資訊

更新時間:2019-05-19
更新細節:

MongoDB Compass 1.18.0 查看版本資訊

更新時間:2019-05-17
更新細節:

Voxengo Span 3.4 查看版本資訊

更新時間:2019-05-17
更新細節:

Firefox Portable 66.0.5 查看版本資訊

更新時間:2019-05-15
更新細節:

Photo Mechanic 6.0 (build 3143) 查看版本資訊

更新時間:2019-05-15
更新細節:

What's new in this version:

- Fixed: Shift-Up/Down arrow keys work in reverse for a range selection on the Contact Sheet.
- Fixed: View crop crashes in PM6.
- Fixed: AutoPlay launching PM when PM is already running produces error instead of performing ingest/open operation.
- Fixed: Navigator/Favorites doesn't see new folders that PM creates. User must refresh manually.
- Keyboard shortcuts related to right click menu in Navigator have been revamped.
- Updated Photo Mechanic installer to improve the user experience. In particular, managing of the optional third-party GStreamer install should be easier

rekordbox 5.6.0 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Compatible unit added: DDJ-200 (plug-and-play support)

Improved:
- Pitch Bend sensitivity when the XDJ-RX2 is connected

Fixed:
- Letterboxed video was partly blacked out when zooming in using Touch FX
- Improved stability and fixes for other minor issues

Firefox 60.6.3 ESR (64-bit) 查看版本資訊

更新時間:2019-05-09
更新細節:

Node.js 12.2.0 (64-bit) 查看版本資訊

更新時間:2019-05-09
更新細節:

What's new in this version:

Changes:

Deps:
- Updated llhttp to 1.1.3. This fixes a bug that made Node.js' HTTP parser refuse any request URL that contained the "|" (vertical bar) character (Fedor Indutny) #27595.

Tls:
- Added an enableTrace() method to TLSSocket and an enableTrace option to tls.createServer(). When enabled, TSL packet trace information is written to stderr. This can be used to debug TLS connection problems (cjihrig)

Cli:
- Added a --trace-tls command-line flag that enables tracing of TLS connections without the need to modify existing application code (cjihrig)
- Added a --cpu-prof-interval command-line flag. It can be used to specify the sampling interval for the CPU profiles generated by --cpu-prof (Joyee Cheung)

Module:
- Added the createRequire() method. It allows to create a require function from a file URL object, a file URL string or an absolute path string. The existing createRequireFromPath() method is now deprecated (Myles Borins)
- Throw on require('./path.mjs'). This is technically a breaking change that should have landed with Node.js 12.0.0. It is necessary to have this to keep the possibility for a future minor version to load ES Modules with the require function (Myles Borins)

Repl:
- The REPL now supports multi-line statements using BigInt literals as well as public and private class fields and methods (Ruben Bridgewater)
- The REPL now supports tab autocompletion of file paths with fs methods (Anto Aravinth)

Meta:
- Added Christian Clauss to collaborators