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'.
 Pale Moon 軟體舊版本 Download Page4 | 2024 軟體跟著走

Pale Moon 歷史舊版本 Page4

最新版本 [var.version]

Pale Moon 歷史版本列表

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

Pale Moon (32-bit)Pale Moon (64-bit)


Pale Moon 31.3.0 (64-bit) 查看版本資訊

更新時間:2022-09-27
更新細節:

What's new in this version:

Changes/fixes:
- Implemented .at(index) JavaScript method on built-in indexables (Array, String, TypedArray)
- Implemented the use of EventSource in workers
- Enabled the sending of the Origin: header by default on same-origin requests
- Changed how Pale Moon is built. We are now using Visual Studio 2022 on Windows, and have made build system changes to reduce build times and pressure on the linker on all platforms
- Changed how Pale Moon handles standalone wave audio files (.wav). See implementation notes
- Improved string normalization
- Updated the handling of CSS "supports" to now accept unparenthesized strings (spec update)
- Updated the handling of flex containers in web pages for web compatibility
- Fixed various issues when building for Mac OS X
- Fixed various C++ standard conformance issues in the source code
- Fixed several issues building on SunOS and Linux with various configurations and gcc versions
- Fixed an issue with regular expressions' dotAll syntax and usage. See implementation notes
- Switched custom hash map to std::unordered_map where prudent
- Cleaned up and updated IPC thread locking code
- Removed spacing for accessibility focus rings in form controls to align styling of them with expected metrics
- Removed the unnecessary control module for building with non-standard configurations of the platform
- Removed the -moz prefix from min-content and max-content CSS keywords where it was still in use
- Security fixes: CVE-2022-40956 and CVE-2022-40958
- UXP Mozilla security patch summary: 2 fixed, 11 not applicable

Streamlabs OBS 1.11.2 查看版本資訊

更新時間:2022-09-21
更新細節:

Streamlabs OBS 1.11.1 查看版本資訊

更新時間:2022-09-14
更新細節:

TeXstudio 4.3.1 查看版本資訊

更新時間:2022-08-27
更新細節:

What's new in this version:

- bug fix release

Zotero 6.0.13 查看版本資訊

更新時間:2022-08-22
更新細節:

What's new in this version:

- Fixed “Show in Page” for annotations in notes (since 6.0.12)
- Fixed “Show in Page” not working when opening an unloaded PDF tab (since 6.0.5)
- PDF reader fixes
- Properly preserve text selection on zoom or window resize
- Fixed keyboard shortcuts not working after clicking on gray margins
- Various improvements to Citavi import
- Properly update items list when emptying trash

Zotero 6.0.12 查看版本資訊

更新時間:2022-08-16
更新細節:

What's new in this version:

Functionality changed or added:
- Added Back button to PDF reader toolbar for in-PDF links (also available via keyboard shortcuts)
- Added “Create Book Section” and “Create Book from Book Section” context-menu options
- Allow scrolling tabs with mouse wheel

Fixed:
- Fixed copying of standalone attachments between libraries
- Fixed importing of standalone attachments from Zotero RDF
- Preserve embedded PDF annotations when merging duplicate items
- Fixed event title (e.g., Conference Name) not appearing for some citation styles (since 6.0.10)
- Fixed Performer for Audio Recording not showing up as author in citations (since 6.0.10)
- Don't preselect Act for multiple sources in classic citation dialog
- Fixed problems downloading large PDFs from ScienceDirect
- Fixed last-selected PDF tab not being selected on startup
- Fixed existing PDF tabs not being reused for same file after restart
- Don't create extra newlines when dragging annotations to notes
- Fixed advanced search of feed that hasn't yet been selected in library view
- Fixed Shift-Tab breaking on single-field creators
- Miscellaneous other bug fixes

TeXstudio 4.3.0 查看版本資訊

更新時間:2022-08-08
更新細節:

Pale Moon 31.2.0.1 (64-bit) 查看版本資訊

更新時間:2022-08-04
更新細節:

What's new in this version:

- This is a small out-of-band update to address the fact that the final builds did not include the intended NSS library update

Pale Moon 31.2.0 (64-bit) 查看版本資訊

更新時間:2022-08-02
更新細節:

What's new in this version:

Changes/fixes:
- Implemented CSS white-space: break-spaces for web compatibility.
- Implemented Intl.RelativeTimeFormat for web compatibility.
- Implemented "Origin header CSRF mitigation". This is still disabled by default to investigate potential issues with CloudFlare-backed sites.
- Implemented support for async generator methods in JavaScript.
- Added preliminary support for building on Apple Silicon like M1/M2 SoC.
- Added support for building with Visual Studio 2022.
- Improved the handling of CSS "sticky" elements in tables.
- Improved stack size limits on all platforms. See implementation notes.
- Updated function.toString handling to align with the updated JavaScript spec. This should improve web compatibility.
- Updated Unicode support to Unicode v11, and updated the ICU library accordingly. Building without ICU is no longer supported.
- Updated many in-tree third-party libraries to pick up various performance and stability improvements.
- Updated site-specific user-agent overrides to work around issues with Google fonts, Citi bank (again!) and MeWe.
- Removed some leftover (and unused) telemetry code in the platform and front-end.
- Fixed an issue with VP9 video playback on Windows on some systems.
- Fixed an issue with the add-ons manager not properly handling empty update URLs.
- Fixed a major performance regression on *nix based systems due to incorrect thread handling.
- Fixed volume handling when building with the sndio audio back-end.
- Pale Moon no longer applies content security policies to documents that are explicitly loaded as data documents or to images. See implementation notes.
- Cleaned up some unnecessary code from the source tree for unused build back-ends, Firefox marketplace "apps", and the rather ridiculous moz://a protocol handler.
- Updated NSS to 3.52.8 to pick up several defense-in-depth security fixes.
- UXP Mozilla security patch summary: 3 DiD, 12 not applicable.

Implementation notes:
- Prior to this version, Pale Moon would apply Content Security Policies (CSPs) to all requests made to servers that would respond with a policy header, as one would expect for strict use of CSPs as-intended. Unfortunately, Chrome has been less strict in applying these policies and specifically excluded applying these policies to images and "data documents". As a result, web compatibility became a problem for non-Google browsers with webmasters being oblivious about their overzealous CSPs deployed on websites, causing images (especially SVG) and data to not load or load properly. To align with mainstream browser behavior and improve web compatibility on misconfigured websites, we are now no longer applying CSPs to images or documents explicitly loaded as arbitrary data.
- We've adjusted default per-thread stack sizes in the platform to be more generous on all platforms. This allows the browser to render more deeply nested visual elements in web pages and the new limit matches the capabilities of mainstream browsers as a result. Please note that some custom builds may need to adjust their linker's stack sizes on some operating systems to come to a stable and usable build with this change since the new Goanna rendering depth requires this larger stack size to not run out of memory. The default per-thread stack size is now 2 MB with the exception of 32-bit Windows builds where 1.5 MB is used to go easy on its limited address space. Custom Linux builds with system-default small stack sizes should adjust their build configuration accordingly.

Zotero 6.0.10 查看版本資訊

更新時間:2022-07-19
更新細節:

What's new in this version:

Functionality changed or added:
- PDF reader improvements
- Switch between tools and colors with Option/Alt + 1/2/3/4 keys
- Enable text selection after selecting word/line with double/triple-click
- Improved whitespace handling when extracting text from some PDFs
- Note editor improvements
- Removed content width limit in separate note editor windows
- Use Markdown for direct plain-text copying
- Smarter note switching when switching between PDF reader tabs (details)
- When “Show Items from Subcollections” is enabled, removing an item from a collection now removes it from all subcollections as well
- Improved PDF saving from ScienceDirect on slow connections (details)
- Sort empty rows last for Date/Year columns when descending
- Added CSL 1.0.2 field mappings and citation locators (details)
- Custom note templates: Include quotation marks for {{highlight}} by default except when placed within blockquote
- Mendeley importer improvements
- Longer timeout for slow Mendeley API responses
- Better progress indication
- Better handling of interrupted imports
- Other miscellaneous improvements and bug fixes

Fixed:
- Fixed startup failure on some macOS systems (details)
- Prevent potential breakage at startup due to a plugin modifying item fields in the Zotero database