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

最新版本 Pale Moon 32.3.1 (64-bit)

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

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


Dolibarr 14.0.1 查看版本資訊

更新時間:2021-08-19
更新細節:

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

更新時間:2021-08-17
更新細節:

What's new in this version:

Changes/fixes:
- Implemented promise.allSettled()
- Implemented global origin on windows and workers
- Improved performance of memory allocations
- Updated libcubeb to the current development version
- This improves OSS compatibility and addresses potential crashes, performance issues and security issues
- Updated SQLite to 3.36.0
- Improved thread safety of the web content cache
- Added several fixes to avoid potential crashes and security issues
- Unified XUL Platform Mozilla Security Patch Summary: 5 DiD, 12 not applicable

Streamlabs OBS 1.3.3 查看版本資訊

更新時間:2021-08-10
更新細節:

Balabolka 2.15.0.795 查看版本資訊

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

What's new in this version:

- Added the using of the Sogou translation service
- Decreased duration of pauses between sentences for Google Text-To-Speech
- Resources for Bulgarian, Czech, Hungarian and Slovak languages were updated

Balabolka 2.15.0.794 查看版本資訊

更新時間:2021-08-01
更新細節:

What's new in this version:

- Added new options to the window for translation services
- Resources for Bulgarian and Slovenian languages were updated

Fixed:
- the using of the Naver Papago and Reverso translation services
- the using of Naver Text-To-Speech
- small bugs

pdfFactory 7.46 查看版本資訊

更新時間:2021-07-28
更新細節:

What's new in this version:

- New EV certificates

Streamlabs OBS 1.3.2 查看版本資訊

更新時間:2021-07-27
更新細節:

Balabolka 2.15.0.793 查看版本資訊

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

What's new in this version:

- Added the using of IBM Watson Language Translator and PROMPT.One
- Added the button "Extract Text and Save as Text Files" to the "Batch File Converter" window
- Fixed the application minimizing when the window for online text-to-speech services is opened
- Updated the using of the Baidu Translate service
- Resources for Bulgarian, Chinese (Simplified) and Spanish languages were updated

DbVisualizer 12.1.1 (64-bit) 查看版本資訊

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

What's new in this version:

Fixed:
Compare:
- Compare grid ignores differences

DB Support: MySQL:
Data tab:
- Data changed in a SQL commander is not visible in the Data Tab

DB Support: PostgreSQL:
DDL Generator:
- Some data views are unavailable when in evaluation mode

Data tab:
- The visibility of the Data tab filter pane is not preserved at restart

Database Profile: View:
- DataView could not be created for viewer='xxx'

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

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

What's new in this version:

Changes/fixes:
- "Web Developer" is now called "Developer Tools" in the menus.
- Updated and aligned about:home, the QuickDial page and logopage styling.
- Re-organized the privacy category in the preferences window.
- Enabled brotli compression for http for sites that support it. See implementation notes.
- Implemented EventTarget as a constructor.
- Updated Windows 10 toolkit styling.
- Updated the port blacklist (removed 10080). See implementation notes.
- CSS: Implemented calc() and animation support for stroke-dashoffset.
- Added support for checking boolean preferences to chrome CSS style sheets, to support more advanced theming options.
- Added support for dynamic dark color capable themes in CSS.
- Updated ResizeObserver implementation to a more recent specification. See implementation notes.
- Removed a metric ton of Macintosh code.
- Removed obsolete system theme support from the layout engine.
- Fixed several crashes.
- Linux: blocked particularly old versions of Mesa/Nouveau drivers due to issues.
- Security issues addressed: CVE-2021-30547 and several other issues that don't have a CVE number.
- Unified XUL Platform Mozilla Security Patch Summary: 3 fixed, 3 DiD, 2 deferred (DiD), 12 not applicable.

Implementation notes:
- Brotli compression (introduced a few years back) has originally been restricted to https only in web browsers because there was some concern about interaction with middleware boxes with poor design trying to transparently recompress data not recognizing the new compression stream type and causing failures. The kind of processing done in those boxes (SDCH) has long since been deprecated. Since then, the segregation for Brotli between http and https has been maintained by Chrome and Firefox as a vessel to further promote https over http by artificially keeping http less efficient (denying the use of the more dense Brotli compression). Since there is no technical reason not to enable Brotli over http, we will accept (by way of Accept-encoding) Brotli over plain http from this version on, offering up to 20% less bandwidth use when servers also support it.
- We maintain a blacklist of ports that should not be addressed from a browser (primarily to prevent scripted abuse). Not too long ago we updated these ports with a number of additional (higher range) ones, including port 10080 (Amanda). Unfortunately there is too much overlap with other common services/devices that also use this (arbitrarily chosen) port, so we've removed this particular port again from our blacklist.
- The ResizeObserver implementation was changed to now support the updated specification for this API, including the experimental properties contentBoxSize and borderBoxSize which allows finer control to respond to size changes of elements. The old spec sizing property of contentRect remains supported for web compatibility.