Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Waterfox 53.0

What’s new in Waterfox 53.0?
  • Updated to Firefox 53.0
  • The Git repo now includes the mozilla-release commit history to allow easier merging
  • Delay in macOS release as I’ve lost all of my private keys for my previous Apple Developer ID certs and am awaiting the 5 cert limit to be lifted. I’ve heard this can take a while so will try to push as I can’t make any new Mac releases without one.
  • NPAPI Plugins and unsigned extensions should still run
Future Developments
  • Trials are being dont with ffmpeg. I’m planning to add support for every audio/video format that isn’t supported natively on the platform Waterfox is run on and allowing support for more codecs such as HEVC etc on top. The UK doesn’t suffer the same patent issues as the US in releasing software that uses H.26X
  • I’m going through all the 3rd party libraries used by the Mozilla platform to make sure they are updated often instead of waiting for them to eventually get merged into mozilla-release
What features does Waterfox currently have?
  • Compiled with Clang-cl on Windows, Clang+LLVM on Linux
  • Disabled Encrypted Media Extensions (EME)
  • Disabled Web Runtime (deprecated as of 2015)
  • Removed Pocket
  • Removed Telemetry
  • Removed data collection
  • Removed startup profiling
  • Allow running of all 64-Bit NPAPI plugins
  • Allow running of unsigned extensions
  • Removal of Sponsored Tiles on New Tab Page
  • Addition of Duplicate Tab option (toggle with browser.tabs.duplicateTab, thanks to PandaCodex)
  • Locale selector in about:preferences > General (further improved by PandaCodex)
N.B.
  • When using a profile shared by Firefox, sponsored tile and snippet URLs may overwrite default Waterfox settings, enabling them again
  • Automatic updates will be delayed by 24 hours to make sure there aren’t any pressing issues before seeding to everyone.

What’s new in Waterfox 52.0.2?
  • Attempt to fix future issues with search engine getting replaced upon update. Unfortunately, your search preference will be edited with this update, but hopefully should stop getting overwritten with future updates.
  • Fully gutted and removed slowStartup, BrowserUITelemetry & UITour, BrowserUsageTelemetry
  • Update
    Zaloguj lub Zarejestruj się aby zobaczyć!
    to include Mozilla commit history, old repo moved to
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • Updated to Firefox 52.0.2
  • Disabled PulseAudio and enabled ALSA for Linux builds


Instalka (Windows):
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable (Windows):
Zaloguj lub Zarejestruj się aby zobaczyć!

Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Pale Moon 27.3.0

  • A major development update. Many things have changed in the media back-end, but please understand that some things are still a work in progress, and you may still encounter some html5 video playback issues with MSE.

    Changes/fixes:
  • Fixed up, checked and enabled vertical text writing modes!
  • Pale Moon will now be able to display vertical, right-to-left script.
  • Added the option to reset non-default profiles.
  • Fixed various issues in the WebP image decoder.
  • Added internally-supported document types to allowed <embed> types.
  • Fixed locale selection in ICU after update to ICU58.
  • (Note: Pale Moon uses the system locale for date formatting, not the browser locale)
  • Re-implemented the previous spellchecker dictionary logic (allow user override of document/element language, improve logic and make it unambiguous).
  • Ongoing fixes for the MP4 parser and MSE.
  • Made HTML Media Elements' preload attribute MSE-spec compliant.
  • The preload attribute on HTML media elements is now ignored in the case of an MSE source. This prevents an issue with sourceopen not firing when preload="none".
  • Fixed some issues with Windows WMF media playback.
  • Fixed an issue with Synced preferences sometimes overwriting stored individual preferences.
  • Fixed display of RSS folder icons.
  • Fixed issues with custom context menus.
  • Fixed an issue importing bookmarks with separators losing their extra data.
  • Changed the way numeric addresses are handled in the address bar so it doesn't perform a search when it shouldn't.

    Added an option (browser.sessionstore.cache_behavior) to control from which source restored tabs pull their page content:
  • = load restored tab data from cache (current behavior, default)
  • = refresh restored tab data from the network
  • = refresh stored tab data from the network and bypass any cached data.
  • Improved upon a v27 performance regression with SVG scaling.
  • Improved performance by being more selective which CSS animations to process.
  • As a side-effect, elements changing their display from "none" to something visible now also animate.
  • Increased memory allocation for the use of very large PAC files.
  • Added menu entries for the permissions manager and improvements to its function and display.

    Added preferences to control "highlight all" behavior of the find bar:
  • accessibility.typeaheadfind.highlightallbydefault = true/false highlight all found words by default.
  • accessibility.typeaheadfind.highlightallremember = true/false remember the last-used state of Highlight All.
  • Added devtools command-line options.
  • Added remote IP and protocol to Devtools->Network entry details.
  • Added support for <details> and <summary> HTML tags.
  • Fixed a regression in the MSIE profile migrator.
  • Removed migration of browser-specific settings when migrating data from IE/Safari.
  • Implemented optional parameters for permessage-deflate in preparation for RFC7692 errata making acceptance of them mandatory (and to prevent web compat issues doe to the current conflicting text of it).
  • Made the image document favicon skinnable.
  • Aligned DOM selection addRange with the spec.
  • Exposed mozAnon constructor js binding to system scopes for XHR.
  • Enhanced form data handling from JavaScript.

    Security/privacy changes:
  • Updated NSS to 3.28.4-RTM to address a number of issues.
  • Added support for RSA-AES(-GCM)-SHA256/384 suites to broaden compatibility.
  • Reconfigured networking security: disabled static DHE suites by default, enabled all RSA-AES(-GCM)-SHA256/384 suites in their stead.
  • Fixed referrer policy keyword to align with the current spec ("cross-origin" vs "crossorigin").
  • Added an option to display punycode domain for IDN websites to combat phishing.
  • This is enabled by default for domain-validated https sites.
  • Preference: browser.identity.display_punycode
  • = Display IDN name in identity panel (previous behavior)
  • = Display punycode name for DV SSL domains (default)
  • = Also display punycode for HTTP sites if IDN name used
  • Fixed an issue to prevent contacting remote servers when a connection might get blocked.
  • Fixed 3 public security flaws in libevent, which may affect Mozilla-based products. DiD
  • Fixed several memory- and thread-safety hazards.
  • Fixed an address bar spoofing issue. (CVE-2017-5451)
  • Fixed a potentially exploitable crash with HTTP/2. (CVE-2017-5446)
  • Fixed several security hazards in XSLT processing. (CVE-2017-5438) (CVE-2017-5439) (CVE-2017-5440)
  • Fixed several security hazards in old protocols. (CVE-2017-5444) (CVE-2017-5445)
  • Fixed out-of-bounds access in text formatting. (CVE-2017-5447)
  • Fixed a potentially exploitable issue with innerText. (CVE-2017-5442)
  • Fixed a potentially exploitable issue in graphite font shaping.
  • Fixed a potentially exploitable crash with credential-authentication.
  • Fixed out-of-bounds access with text selection in rare cases.
  • Fixed a security hazard in the ANGLE library.

Instalka 32 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Instalka 64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!


Portable 32 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable 64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Cyberfox 52.1.1
Cyberfox 52.1.1
  • Fixed: Blank do not track dialogue in tab preferences
  • Fixed: Uses of fullstops at end of in tab preference text
  • Added: learn more links to plugins FAQ pages
  • Added: Visual toggling of browser plugin preferences based on all plugins disabled setting
  • Moved: Browser restart required message to plugins preference box description
  • Fixed: Bug 1342427 - Setting Web Feeds in Application Preferences to "Add Live Bookmarks" then reselecting it appears to revert to "Preview in Nightly"
  • Fixed: No bug, Automated blocklist update from host bld-linux64-spot-303
  • Updated: Update _Build files
  • Cyberfox Installer:
  • Fixed: Capitalization of "cyberfox.VisualElementsManifest.xml" by installer
  • CyberCTR:
  • Fixed: Packaging bug with CyberCTR during compilation
  • Fixed: Quit menu text not showing on Linux
  • Fixed: Error trying to load overlay xul file that no longer exist
  • Removed: Unused mac overlay xul

Cyberfox 52.1.0
  • Fixed: No bug, Automated blocklist update from host bld-linux64-spot-305
  • Privacy: Don't parse addon information to addon discovery url
  • Fixed: Browser hang in addons discovery page in about:addons when noscript addon installed
  • Fixed: Improve update notification bar UI
  • Updated: Update language patche files
  • Various security fixes
  • Various stability and regression fixes
32 bit (Intel):
Zaloguj lub Zarejestruj się aby zobaczyć!

64 bit (Intel):
Zaloguj lub Zarejestruj się aby zobaczyć!


32 bit (Amd):
Zaloguj lub Zarejestruj się aby zobaczyć!

64 bit (Amd):
Zaloguj lub Zarejestruj się aby zobaczyć!


Portable 32 bit (Intel):
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable 64 bit (Intel):
Zaloguj lub Zarejestruj się aby zobaczyć!


Portable 32 bit (Amd):
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable 64 bit (Amd):
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37834
Reakcje/Polubienia
33958
Mozilla Firefox 53.0.2
Version 53.0.2, first offered to Release channel users on May 5, 2017
Fixed
  • Make form validation errors and date picker panel visible to the user (Bug 1341190)

  • Various security fixes
Changed
  • The non-standard showDialog argument to window.find is now ignored (Bug 1348409)
Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Waterfox 53.0.1
  • Remove limitations for Windows XP/Vista users. Built targetting SUBSYSTEM:5.02 (Windows XP quits immediately on start, probably due to unsupported features on XP. Vista runs fine with various features disabled)
  • Use built in OS location services. This will require permissions from your OS, which should ask when Waterfox tries to utilise the API (tested on Windows 7+ and macOS, will get MLS API key as well for unsupported systems)
  • Fixed add-on corruption issue on add-ons with no manifest ID
  • macOS builds are now available
Windows:
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable:
Zaloguj lub Zarejestruj się aby zobaczyć!


macOS:
Zaloguj lub Zarejestruj się aby zobaczyć!


Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Waterfox 53.0.3
Fixed:
  • Fix hangs when using a proxy with NTLM authentication (bug 1360574)
  • Fix excessive resource usage from the captive portal detection service (bug 1359697

Changed:
  • Bump preloaded security information expiration times (bug 1364240)
Wszystkie wersje (Windows, Linux, MacOS):
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37834
Reakcje/Polubienia
33958
Mozilla Firefox 54.0
header-logo.3a1dbd13f2ae.png

Version 54.0, first offered to Release channel users on June 13, 2017
Info o wydaniu:
Zaloguj lub Zarejestruj się aby zobaczyć!

Strona pobierania:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Waterfox 54.0.0.1
  • Disable building of pingsender executable
  • Give users choice to use Google’s Widevine CDM for HTML5 EME/DRM. Note: No proprietary binaries are included by default, they are optionally downloaded in Preferences > Content
Wszystkie wersje:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry