TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 Firefox 軟體歷史版本 Download Page23 :: 軟體兄弟

Firefox 歷史版本列表 Page23

最新版本 [var.version]

Firefox 歷史版本列表

Mozilla Firefox 是一款功能全面的 Web 瀏覽器。 Firefox 包括彈出式窗口攔截,標籤瀏覽,集成的 Google,雅虎和必應搜索,簡化的隱私控制,簡化的瀏覽器窗口,顯示更多的頁面比任何其他瀏覽器和一些額外的功能,與您一起工作您可以在網上獲得最多的時間. 選擇版本:Firefox 57.0.3(32 位)Firefox 57.0.3(64 位) Firefox 軟體介紹

Firefox (32-bit)Firefox (64-bit)


Epic Pen 3.11.47 查看版本資訊

更新時間:2023-02-27
更新細節:

What's new in this version:

- Improvements made to usage telemetry

Darktable 4.2.1 查看版本資訊

更新時間:2023-02-23
更新細節:

What's new in this version:

Changed:
- JPEG files are identified using magic bytes instead of file extension. This helps in cases where JPEG images end up in files with unexpected extensions.
- Allow shortcuts to be assigned to the "quick access" style and preset menus at the bottom of the darkroom view
- Add a collapsible section to the sigmoid module so that controls not used in standard processing scenarios are hidden by default
- Some minor modifications to image overlays in culling view to make them less intrusive

Fixed:
- Fix possible bad pinned memory transfer on OpenCL
- Fix bug in date/time sanitization function that caused image capture timestamps to be corrupted when they contained a time zone with a negative offset.
- Fix toast messages containing "%"
- Fix collections module using exclude rules when the first filter is empty
- Fix RGB curve histogram display when "compensate middle gray" is set
- Fix possible infinite loop when a module fails to load
- Properly honor "hide histogram" setting when restarting
- Fix darktable-chart crash
- Fix Y0 mask calculations in the demosaic module
- Avoid using fscanf() for loading configuration to avoid broken Windows implementation
- Add RYB vectorscope option to the darktable configuration file to ensure proper histogram view settings on startup
- Ensure that wide popups are properly shown on the same display as the associated widget
- Fix possible crash in camera tethering
- Make yes/no buttons in dialog boxes respond to standard shortcuts alt+y and alt+n
- Fix preferences sanitization, which was completely ineffective due to incorrect loading order
- Add a link to the sigmoid module's online documentation
- Fix tooltip on color calibration expander
- Fix incorrect reporting of HEIF image bit depth, which resulted in incorrect color profile selection for images without embedded color profile data
- Fix snapshot invalidation, which was too pessimistic and made switching snapshots slow
- Fix some messages in LUT module

PCDJ DEX 3.20 查看版本資訊

更新時間:2023-02-23
更新細節:

Topaz Video AI 3.1.6 查看版本資訊

更新時間:2023-02-22
更新細節:

Epic Pen 3.11.46 查看版本資訊

更新時間:2023-02-17
更新細節:

What's new in this version:

- Minor bug fixes

VNC Server 7.0.1 查看版本資訊

更新時間:2023-02-16
更新細節:

What's new in this version:

- Fixed: Monitor selection is now possible again for Professional and Enterprise subscription holders

Epic Pen 3.11.45 查看版本資訊

更新時間:2023-02-15
更新細節:

What's new in this version:

- Added privacy policy to installer
- Updated EULA

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

更新時間:2023-02-15
更新細節:

What's new in this version:

New:
- It's now possible to import bookmarks, history and passwords not only from Edge, Chrome or Safari but also from Opera, Opera GX, and Vivaldi for all the folks who want to move over to Firefox instead
- GPU sandboxing has been enabled on Windows
- Note: A bug in the popular X-Mouse Button Control (XMBC) tool may cause mouse wheel scrolling to stop working. The author(s) are working on an update. Meanwhile, scrolling can be restored by reconfiguring XMBC: either disable the Make scroll wheel scroll window under cursor option in the global settings, or enable the Disable scroll window under cursor option if using a custom profile for Firefox.
- On Windows, third-party modules can now be blocked from injecting themselves into Firefox, which can be helpful if they are causing crashes or other undesirable behavior
- Date, time, and datetime-local input fields can now be cleared with Cmd+Backspace and Cmd+Delete shortcut on macOS and Ctrl+Backspace and Ctrl+Delete on Windows and Linux
- GPU-accelerated Canvas2D is enabled by default on macOS and Linux
- WebGL performance improvement on Windows, MacOS and Linux
- Enables overlay of hardware-decoded video with non-Intel GPUs on Windows 10/11, improving video playback performance and video scaling quality

Fixed:
- Various security fixes

Changed:
- Colorways are no longer available in Firefox, at least not in the same way. You can still access your saved and active Colorways by selecting Add-ons and themes from the Firefox menu. Additionally, you can now install Colorways from all of the previous collections by visiting Colorways by Firefox on the Mozilla Add-ons website.

Developer:
CSS:
- Container queries and container query length units are now supported by default. For more information on these queries and the related units of length, see the CSS Container Queries documentation
- The color-gamut media query is now supported
- The list attribute is supported in <input> elements with type="color" on Windows and Linux

JavaScript:
- Serialization of native Error types now includes the stack property in workers when using Worker.postMessage() and structuredClone(). With this addition, cloning native error stacks now works for all methods that use the structured clone algorithm, in both the main thread and workers. (See bug 1774866 for more details.)

APIs:
- The midi permission of the Permission API is now supported. This allows the permission status for using the Web MIDI API to be queried using navigator.permissions.query()
- ReadableStream now supports asynchronous iteration over the chunks in a stream using the for await...of syntax
- WebRTC now supports sending the set of available encodings when adding a tranceiver to a peer connection, and also getting the active encoding associated with a sender. Specifically, RTCPeerConnection.addTransceiver() now supports using the sendEncodings option in the init parameter object, and RTCRtpEncodingParameters.active can be used to determine whether or not the encoding is being used to send data. (See bug 1676855 for more details.)
- WebRTC methods RTCRtpSender.getParameters(), RTCRtpSender.setParameters(), and RTCRtpReceiver.getParameters() are now compliant with the specification

WebDriver conformance (WebDriver BiDi, Marionette):
WebDriver BiDi:
- Added support for the network.beforeRequestSent
- Added support for the browsingContext.captureScreenshot command to capture full page screenshots
- Added support for serialization and deserialization of generic platform objects
- Added a timestamp field to the browsingContext.domContentLoaded and browsingContext.load events
- Added a type field to the response for script.evaluate and script.callFunction to indicate either success or exception results

Marionette:
- The cache for known nodes (element and shadow root references) has been moved from the parent to the web content process following recent WebDriver classic changes
- Improved the JSON serialization and deserialization algorithms to be compliant with the WebDriver classic specification

Changes for add-on developers:
- The defaultZoomFactor property of tabs.ZoomSettings now returns the value of the default zoom factor setting

Enterprise:
- Various bug fixes and new policies have been implemented in the latest version of Firefox

Web Platform:
- Firefox now supports CSS named pages, allowing web pages to perform per-page layout and add page-breaks in a declarative manner when printing
- Firefox now supports CSS size container queries, see the MDN page for documentation on this feature

Foxit PDF Editor 12.1.1 查看版本資訊

更新時間:2023-02-15
更新細節:

Geekbench 6.0.0 查看版本資訊

更新時間:2023-02-15
更新細節:

What's new in this version:

New and Updated Real-World Tests:
Geekbench tests have always been grounded in real-world use cases and use modern. With Geekbench 6, we’ve taken this to the next level by updating existing workloads and designing several new workloads, including workloads that:
- Blur backgrounds in video conferencing streams
- Filter and adjust images for social media sites
- Automatically remove unwanted objects from photos
- Detect and tag objects in photos using machine learning models
- Analyse, process, and convert text using scripting languages

Modern Data Sets:
We also updated the datasets that the workloads process so they better align with the file types and sizes that are common today. This includes:
- Higher-resolution photos in image tests
- Larger maps in navigation tests
- Larger, more complex documents in the PDF and HTML5 Browser tests
- More (and larger) files in the developer tests

True-to-Life Scaling:
- The multi-core benchmark tests in Geekbench 6 have also undergone a significant overhaul. Rather than assigning separate tasks to each core, the tests now measure how cores cooperate to complete a shared task. This approach improves the relevance of the multi-core tests and is better suited to measuring heterogeneous core performance. This approach follows the growing trend of incorporating “performance” and “efficient” cores in desktops and laptops (not just smartphones and tablets).