Pale Moon (32-bit) 歷史舊版本 Page2

最新版本 Pano2VR 6.1.9

Pale Moon (32-bit) 歷史版本列表

Pale Moon 是開源的,基於 Goanna 的 Web 瀏覽器,可用於 Microsoft Windows 和 Linux(其他操作系統正在開發中),重點在於效率和易用性。確保充分利用您的瀏覽器!Pale Moon 為您提供瀏覽體驗,完全由自己開發的瀏覽器完全構建,源自 Firefox / Mozilla 代碼,並通過精心挑選的功能和優化來改進瀏覽器的速度,資源使用,穩定性和用戶體驗,同時提... Pale Moon (32-bit) 軟體介紹


Pale Moon 28.9.1 (32-bit) 查看版本資訊

更新時間:2020-04-10
更新細節:

What's new in this version:

Bug fixes:
- Re-imported the ExtensionStorage js module for use by browser extensions
- Fixed an issue with the WebRequest module having erroneously un-processed build directives in it. This might have caused some subtle website breakage
- Removed the use of high-resolution Windows system timers from the layout refresh driver; this should help with some performance and battery life issues
- Fixed an issue where various parts of hardware acceleration weren't properly linked when changing the option from preferences. If you have changed the preferences option to "use hardware acceleration when available" between 28.9.0 and this release, it is recommended that you go into preferences and toggle the option off/on to the preferred setting to correct any discrepancies.
- Fixed an issue with building the user-agent string using the build date as ID
- Fixed an issue with the release of document content viewers
- Fixed an issue with handling functions with rest parameters
- Unified XUL Platform Mozilla Security Patch Summary: 2 Defense-in-depth, 14 not applicable

Pano2VR 6.1.4 查看版本資訊

更新時間:2020-04-04
更新細節:

Pale Moon 28.9.0.2 (32-bit) 查看版本資訊

更新時間:2020-03-25
更新細節:

What's new in this version:

- Fixed an issue with browser migration and initialization code causing various browser run-time problems
- Fixed an issue with cache behavior where some users would have trouble having their windows and tabs restored in "soft refresh" mode (see v28.9.0 release notes).
To solve this, we reverted to the previous (pull from cache) mode for now while we investigate the cause.

Pale Moon 28.9.0.1 (32-bit) 查看版本資訊

更新時間:2020-03-25
更新細節:

What's new in this version:

- This is a small update to address a breaking issue with user-agent override strings, causing problems on certain websites for a number of our users

Pale Moon 28.9.0 (32-bit) 查看版本資訊

更新時間:2020-03-24
更新細節:

What's new in this version:

New features:
- Implemented asynchronous iterators (await iterator.next() and for await loops) (ES2018)
- Implemented promise-based media playback
- Implemented non-standard legacy CSSStyleSheet rules functions
- Implemented the html5 <dialog> element. To switch this on, flip dom.dialog_element.enabled to true.
- Implemented the optional hiding of pinned tabs in CtrlTab/AllTab panes. (controlled through the preferences browser.ctrlTab.hidePinnedTabs and browser.allTabs.hidePinnedTabs)
- Added 1.25x playback speed to html media elements
- Added a hidden pref (browser.places.smartBookmarks.max) to control the sizes of default smart bookmarks categories

Changes/fixes:
- Aligned document.open() with the overhauled specification
- Aligned the way DOM styles are computed with mainstream browser behavior
- Removed the (unused) DOM promise implementation
- Enabled seeking to next frame in media files
- Enabled dynamic UA updates for emergency use
- Implemented rule processing stub for font-variation-settings
- Increased the maximum XML nesting depth to 2048 levels for extreme corner cases and to conservatively align with other browsers
- Improved the privacy of geolocation lookup calls, with thanks to a generous service donation from ip-api.com
- Improved reporting of the operating system in site-specific user-agent overrides
- Improved table drawing performance again after the rewrite for sticky positioning making it slower
- Updated CSP processing to allow custom scheme wildcards to be specified without a port
- Aligned the behavior of outlines with other browsers when dealing with CSS-repositioned elements
- Changed the way hardware acceleration is controlled from the application
- Changed the default monospace font for main languages from Courier New to Consolas
- This provides a more balanced font for fixed-width text that is slightly more condensed and more in line with the naturally compacter variable-width fonts used everywhere else
- Changed the browser's behavior when restoring tabs from previous sessions. To prevent stale pages, it will now by default perform a "soft refresh" of the page instead of drawing it purely from cache without checking if the page needs updating. If you prefer the old behavior, set browser.sessionstore.cache_behavior to 0 in about:config
- Updated NSPR to 4.24 and NSS to ~3.48.1-RTM, removing the previous custom patch level with NSS being able to support custom rounds for DBM now
- For extensive release notes with all NSS changes, see NSS_Releases
- Implemented an NSS performance optimization for Master Password use with limited effect
- Fixed some potential crashing scenarios with WebGL on Linux
- Completely removed showModalDialog
- Disabled some logging in production builds
- Removed various gadgeteering/redundant/dead DOM APIs (casting/presentation, FlyWeb)
- Removed support for a number of critical libraries being system-supplied
- Removed "Copy raw data" button from the troubleshooting information page, since it's never used by us in that format, and users mistakenly keep using it instead of copying text
- Removed a bunch of Android and iOS support code
- Fixed an issue with form elements sometimes being incorrectly disabled
- Fixed several crashes
- Fixed an issue with Captive Portal detection sometimes firing even when disabled by the user
- Performed various tree-wide code cleanups
- Backed out a large code cleanup patch for causing subtle issues in website operation (e.g. WordPress). This will have to be revisited later; the reintroduced code is not in use in practice
- Cleaned up the application updater code

Security-related fixes:
- Fixed a potential pointer issue in cubeb. DiD
- Disabled allowing remote jar: URIs by default for security reasons. If you need this functionality for your non-standard environment, you can enable it with the preference network.jar.block-remote-files, but please consider moving away from this method of providing web-based applications.
- Removed a potentially dangerous and otherwise ineffective optimization from the JavaScript engine.
- Fixed unwanted behavior where created/focused pop-up windows could potentially cover the DOM fullscreen notification, hiding it from users. (CVE-2020-6810)
- Fixed an issue where copying data as a curl request from developer tools would not properly escape parameters. (CVE-2020-6811)
- Updated our sctp library code with several upstream fixes
- Unified XUL Platform Mozilla Security Patch Summary: 4 fixed, 3 already mitigated, 1 rejected, 11 not applicable

Pano2VR 6.1.3 查看版本資訊

更新時間:2020-03-18
更新細節:

What's new in this version:

Fixed:
- Low-resolution floor plans used within the Map Element in Simple Floor Plan mode will no longer show as a broken image
- A floor plan added to the Tour Map before adding nodes will no longer disappear
- Distance placeholders are now working in logic blocks

Pale Moon 28.8.4 (32-bit) 查看版本資訊

更新時間:2020-03-01
更新細節:

What's new in this version:

- Implemented optional catch binding (ES2019)
- Fixed a hazardous crash related to module scripting

Pale Moon 28.8.3 (32-bit) 查看版本資訊

更新時間:2020-02-18
更新細節:

What's new in this version:

Changes/fixes:
- Fixed an issue in CSP blocking requests without a port for custom schemes
- Fixed a potentially hazardous crash in layers
- Fixed random crashes on some sites using IndexedDB
- Changed the way the application can be invoked from the command-line to prevent a whole class of potential exploits involving modified omnijars
- If your special-needs environment requires that you launch the browser with custom browser/gre omnijars from the command-line, you must set the UXP_CUSTOM_OMNI environment variable before launch from this point forward
- Fixed an issue in the html parser after using HTML5 template tags, allowing JavaScript parsing and execution when it should not be allowed, risking XSS vulnerabilities on sites relying on correct operation of the browser. (CVE-2020-6798)
- Unified XUL Platform Mozilla Security Patch Summary: 2 fixed, 2 DiD, 10 not applicable

Pale Moon 28.8.2.1 (32-bit) 查看版本資訊

更新時間:2020-02-05
更新細節:

What's new in this version:

- This is a minor release in response to YouTube deprecating their old web UI. This change will enable the new YouTube UI by default.

Pale Moon 28.8.2 (32-bit) 查看版本資訊

更新時間:2020-01-28
更新細節:

What's new in this version:

Changes/fixes:
- Reverted the addition of JavaScript regular expression lookarounds since the implementation caused crashes. We'll have to revisit this later
- Fixed an issue where FTP servers would hang the browser if they were not sending answers according to the protocol specification
- Added a workaround for GitHub trying to enforce more Google-isms (which we don't support at this time) to browsers that identify as "Firefox-alike"