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 Page1 | 2024 軟體跟著走

Pale Moon 歷史舊版本 Page1

最新版本 [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 32.3.1 (64-bit) 查看版本資訊

更新時間:2023-07-18
更新細節:

What's new in this version:

Fixed:
- intermittent crashes related to the performance API
- intermittent issues with JavaScript malfunctioning in chrome scripts (causing faults in the UI and extensions)

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

更新時間:2023-07-12
更新細節:

What's new in this version:

Changes/fixes:
- Added the (hidden) preference browser.history.menuMaxResults to allow users to control how many history entries are listed in the menu. Setting this to 0 will hide history menu entries altogether, and any positive number configures how many entries the entries are limited to. The default if not defined is 15.
- Switched C++ language level used to C++14 on all platforms

Web compatibility and scripting improvements:
- Implemented geometry .from* static constructors for web compatibility
- Implemented partial support for CSS calc() in color keywords
- Implemented Array "find from last" feature (findLast and findLastIndex)
- Implemented Object.hasOwn(object,property)
- Implemented several additional Intl API methods and functions. This improves web compatibility with sites making use of things like hourCycle, advanced DateTimeFormat, Intl.Locale, and Intl as a constructor.

- Cleaned up some unused code
- Removed support for Mozilla "experiment" type extensions
- Improved the JavaScript garbage collector's sweeping. This should fix a few intermittent crashes and improve performance.
- Implemented some structural changes to the source to make future porting easier, and preparing for switching to C++17
- Removed handling of symlinks for directory linstings to prevent potential security issues by walking symlinks when uploading. This effectively reverts a change made in Firefox 50 where this functionality was introduced. A case of "Not such a good idea after all" ;-)
- Updated the list of extensions on Windows treated as "executable"
- Security issues addressed: CVE-2023-37208
- Made preparations for for requiring Authorization in CORS ACAH preflight
- Since no browser honors this part of the spec at the moment this is left disabled until there is consensus among browsers
- UXP Mozilla security patch summary: 2 fixed, 2 rejected, 20 not applicable

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

更新時間:2023-06-19
更新細節:

What's new in this version:

Fixed:
- a crash in devtools in some OOM situations
- crashes when internal script execution was blocked by extensions
- crashes with WebComponents' ::slotted selector
- Disabled incremental cycle collector by default to avoid performance regressions
- Updated the default override for chase.com to work around issues

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

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

What's new in this version:

Changes/fixes:
- Implemented dynamic module imports
- Implemented exporting of async functions in modules
- Implemented JavaScript class fields
- Implemented logical assignment operators ||=, &&= and ??=
- Implemented a solution for websites using the officially deprecated ambiguous window.event. This is disabled by default but can be enabled through about:config's dom.window.event.enabled preference
- Implemented self.structuredClone() (this may be very obscure to anyone except web developers. Apologies ;-)
- Implemented Element.replaceChildren. Once again primarily a web developer note
- Improved Shadow DOM :host matching
- Implemented WebComponents' CSS ::slotted() and related functionality
- Improved page caching in our memory allocator
- Added support for FFmpeg 6.0, especially important for bleeding-edge Linux distros
- Fixed a potential drawing deadlock for images, specifically SVG. This solves a number of hang-on-shutdown scenarios
- Fixed various crashes related to WebComponents and our recent JavaScript work
- Fixed various build-from-source issues on secondary target platforms
- Fixed various small browser front-end scripting issues that could lead to errors or broken functionality
- Fixed handling of async (arrow) functions declared inside constructors
- Fixed various small JavaScript conformance issues
- Fixed an issue where JavaScript (only in modules) would not properly create async wrappers
- Updated the DOM Performance API to the current spec (User Timing L3)
, especially if you intend to use this in web content for critical functionality
- Updated keypress event handling to send keypress events on Ctrl+Enter
- Updated internal JavaScript structures to make future porting easier, as well as improve JavaScript performance
- Updated window handling and styling on Mac
- Updated the Freetype lib to 2.13.0
- Updated the Harfbuzz lib to 7.1.0
- Updated our DNS lookup calls to use inet_ntop() instead of the deprecated inet_ntoa()
- Updated the Fetch API to use the global's base URL instead of the entry document's base URL for spec compliance
- We no longer support the outmoded fontconfig on GTK systems
- We no longer parse or return the body of known-empty responses from servers (content-length of 0, or in case of HEAD or CONNECT methods)
- Implemented scaled font caching on GTK, improving performance
- Fixed a build issue when building for Linux on ARM64 on later distros
- Split out more parts of the browser into separate .dll files on Windows to reduce compiler strain and an oversized xul.dl
- Removed mozilla::AlignedStorage (code cleanup)
- Builds for FreeBSD now use xz for packaging instead of bzip2. By request, we now also offer GTK2 builds for FreeBSD
- Merged the preference dom.getRootNode.enabled into the dom.webcomponents.enabled pref
- Fixed a potential DoS issue with JPEG decoding
- Fixed a potential issue in Windows widget code that could lead to crashes
- Disabled potentially hazardous external protocols on Windows
- Added known-problematic .dlls to the internal blocklist
- Security issues addressed: CVE-2023-32209, CVE-2023-32214 and several others that do not have a CVE designation
- UXP Mozilla security patch summary: 4 fixed, 1 rejected, 27 not applicable

Descript 62.1.0 查看版本資訊

更新時間:2023-04-18
更新細節:

SysTools Outlook Recovery 9.0 查看版本資訊

更新時間:2023-04-18
更新細節:

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

更新時間:2023-04-18
更新細節:

What's new in this version:

Changes/fixes:
- Fixed a crash in CompareDocumentPosition with Shadow DOM
- Fixed a crash with display:contents styling
- Added a preference to disable the TLS 1.3 protocol downgrade sentinel (see implementation notes)
- Changed the way large clipboard copy/paste operations are handled, improving privacy (see implementation notes)
- Improved filename safety when saving files to prevent potential environment leaks (bis)
- Improved sanity checks of MIME type headers
- Security issues addressed: CVE-2023-29545 and CVE-2023-29539
- UXP Mozilla security patch summary: 2 fixed, 1 rejected, 49 not applicable

App Builder 2023.15 查看版本資訊

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

Termius 7.57.0 查看版本資訊

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

What's new in this version:

Termius 7.57.0
- Change log not available for this version


Termius 7.56.4
- Change log not available for this version


Termius 7.56.1
- Change log not available for this version


Termius 7.56.0
- Change log not available for this version


Termius 7.55.2
- Change log not available for this version


Termius 7.54.2
- Change log not available for this version


Termius 7.54.1
- Change log not available for this version


Termius 7.53.0
- Fixed issues when SSH connections with keys could not start


Termius 7.52.1
- Change log not available for this version


Termius 7.52.0
- Change log not available for this version


Termius 7.51.1
Fixed:
- incorrect handling of mouse events in the terminal
- issues with keyboard-interactive prompts


Termius 7.51.0
Fixed:
- incorrect handling of mouse events in the terminal
- issues with keyboard-interactive prompts


Termius 7.50.1
- Made keyword highlighting enabled by default
- Fixed the display of keyboard-interactive prompts during the SSH connection process
- Fixed an issue potentially causing the desktop app to be out of sync with the mobile apps


Termius 7.50.0
- Change log not available for this version


Termius 7.49.0
- Ability to have up to 16 sessions in Split View
- Ability to resize a Split View pane
- Improved SFTP read and write performance
- Identity autocomplete in the Username and Password fields. It is now easy to find the right identity and create one based on the credentials from other hosts
- Minor UI/UX improvements


Termius 7.48.0
- Change log not available for this version


Termius 7.47.0
- Custom layouts in Split View: a pane can now be split vertically or horizontally
- Ability to move a session in Split View back to a separate tab
- Suggestions for directories in Autocomplete
- Better performance of the terminal in SSH sessions
- A fix for the issue with FIDO2 keys in hostchains
- Several more bugfixes and improved stability


Termius 7.46.2
- Change log not available for this version


Termius 7.45.3
- Stability improvements


Termius 7.45.1
- Added the ability to execute a command or snippet in all terminals in a split view
- Added the ability to open Termius in a new window
- Provided various UX/UI improvements
- Fixed issues with connecting to Mikrotik devices through SFTP


Termius 7.44.0
- Snippets and SFTP are no longer paid features
- A new option in the host context menu allowing you to copy and share an ssh link
- Ability to generate security keys (ed25519-sk, ecdsa-sk)
- Ability to import discoverable (aka resident) SSH keys from FIDO2 devices
- Performance improvements to SFTP concerning file transfer from local to remote hosts
- Double click on a history item connects you to the host
- Fixed the inability to re-connect and a few other issues


Termius 7.43.3
- Split view. You can open up to 4 terminals inside a single tab.
- Enterprise SSO. Termius supports more than 30 identity providers.


Termius 7.42.2
- Fixed incorrectly displayed value of the subscription price


Termius 7.42.1
- Fix connections with parameters set in the group


Termius 7.42.0
- Fixed the Autocomplete functionality behaving incorrectly in local and SSH connections with PowerShell
- Stability and performance improvements


Termius 7.41.3
- Fixed a sync issue caused by the import functionality


Termius 7.41.2
- Snippet Packages allows organizing snippets into one-level groups to put the same type of snippets in one place and simplify snippet management in general.
- It's easier now to create port forwarding rules
- Added support for discoverable (resident) ecdsa-sk and ed25519-sk keys


Termius 7.40.2
- Fixed an issue causing a blank screen on start


Termius 7.40.1
- Automatic detection of server OSes allowing Termius to show their logos instead of generic icons
- ed25519-sk and ecdsa-sk keys are working without admin permissions on Windows
- The DigitalOcean integration imports a Droplet’s public IP address if it exists, otherwise - a private one
- Fixed sorting by name
- Fixed an issue causing the terminal to have incorrect size in Telnet sessions
- Renamed the subscription plans


Termius 7.39.0
- Ability to execute a snippet in all active sessions


Termius 7.38.2
- Sync with AWS and DigitalOcean clouds. Automatic sync of changes in your infrastructure at AWS or DigitalOcean to Termius will save you from the nightmare of updating data every time your system scales up/down
- Added the ability to manually switch between the app's color schemes
- Added the ability to switch terminal emulation types in Preferences
- Updated color palettes in some of the terminal themes
- Fixed an issue causing the terminal to have incorrect size in Telnet sessions
- Fixed inability to use port forwarding with host chaining
- Fixed an issue with the input mode in terminal session sharing
- Stability and performance improvements


Termius 7.37.2
- Fixed an issue with CSV import


Termius 7.37.0
- Host chaining setting in groups for easier management of infrastructure involving advanced security. It's now possible to specify a host chain consisting of jump or bastion host servers for many hosts at once – by specifying it in the group containing the hosts
- Ability to generate a biometric key based on the Secure Enclave and use it for SSH authentication. The function is available for MacOS and can be found on the Keychain screen
- Ability to import from CSV and MobaXterm
- Performance improvements concerning scrolling in the terminal


Termius 7.36.1
- Stability improvements


Termius 7.35.5
- Fixed an issue preventing the app from a restart after an update has been downloaded


Termius 7.35.4
- Autocomplete for snippets
- New terminal color schemes: Dracula, Nord Light, Nord Dark, Monokai
- New fonts: Meslo Nerd Font, JetBrains Mono Nerd Font, Fira Code Nerd Font and Cascadia Code
- Fixed an incorrect order of running snippets on Windows
- Security improvements and more bugfixes


Termius 7.34.1
- Stability improvements


Termius 7.32.0
- Made it possible to use an empty password during SSH authentication
- Stability improvements


Termius 7.28.0
- Made it possible to generate ED25519, ECDSA and RSA keys (on the Keychain screen)
- Brought back the SFTP path input field
- Fixed issues with adding tags


Termius 7.27.0
- Added an option to open file for SFTP with download/upload
- Added autosave indicators to the edit forms
- Fixed snippet execution on hosts running Windows
- Termius for Teams: fixed multiple group sharing confirmation
- Some UI improvements and UI-related bugfixes


Termius 7.26.2
- Stability improvements


Termius 7.26.1
- Added support for TOTP as a second authentication factor
- Other stability and security improvements


Termius 7.24.1
- Live terminal sessions - ability to share a session with other Termius users
- The '+ New' / edit forms have been reworked and now save changes automatically


Termius 7.23.2
Added:
- single sign-on via Apple ID and Google Account
- support for the new format of PuTTY keys (PPK3)
- verbose connection logs to help troubleshoot connection issuesa


Termius 7.22.1
- Improved import from SecureCRT - made it possible to import Keys, Passwords, and Port Forwarding rules
- Other stability and security improvements

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

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

What's new in this version:

Changes/fixes:
- Shadow DOM and CustomElements, collectively making up WebComponents, have been enabled by default which should bring much broader web compatibility to the browser for many a site that uses web 2.0+ frameworks. See implementation notes.
- Tab titles in the browser now fade if they are too long instead of using ellipses, to provide a little more readable space to page titles. Note that this may require some updates to tab extensions or themes.
- A number of site-specific overrides have been updated or removed because they are no longer necessary or current with the platform developments in terms of web compatibility. We could use your help evaluating the ones that are still there; see the issue on our repo
- Updated our promises and async function implementation to the current spec
- Implemented Promise.any()
- Fixed several crashes related to regular expression code
- Improved regular expression object handling so it can be properly garbage collected
- Fixed some VP8 video playback
- Fixed an issue where the caret (text cursor) would sometimes not be properly visible
- Updated the embedded emoji font
- Implemented the :is() and :where() CSS pseudo-classes
- Implemented complex selectors for the :not() CSS pseudo-class
- Implemented the inset CSS shorthand property
- Implemented the env() environment variable CSS function. See implementation notes
- Implemented handling for RGB encoded video playback (instead of just YUV)
- Implemented handling for full-range videos (0-255 luminance levels) giving better video playback quality
- Removed the WebP image decoder pref. See implementation notes
- Enabled the Web text-to-speech API by default (only supported on some operating systems)
- Updated NSPR to 4.35 and NSS to 3.79.4
- Cleaned up unused "tracking protection" plumbing. See implementation notes
- Cleaned up URI Classifier plumbing (Google SafeBrowsing leftover)
- Fixed several intermittent and difficult-to-trace crashes
- Improved content type security of jar: channels
- Improved JavaScript JIT code generation safety
- Fixed potential crash scenarios in the graphics subsystem
- Improved filename safety when saving files to prevent potential environment leaks
- Security issues addressed: CVE-2023-25751, CVE-2023-28163 and several others that do not have a CVE
- UXP Mozilla security patch summary: 1 fixed, 4 DiD, 14 not applicable