6.5.0
The first stable release of the ESR 128
branch is now available. The underlying architecture for how Waterfox is developed is being overhauled and, as such, warrants a major version number increase to 7.0
; therefore, this release branch will be 6.5.x
. The ‘G’ is also being dropped from the version number.
Changes
- A re-jig of the system requirements to run Waterfox. We now expect the same minimum as Windows 10. For posterity, that essentially means for our x86 builds, any CPU that supports
SSE3
1. - We have now bumped the “tuned” CPU code generation to match Skylake2 processor instruction sets. This should result in better performance if you have an Intel Skylake (or equivalent AMD processor) or better.
New Features
- You should now see a Table of Contents in the Preferences page, for easier navigation of settings.
- You can now set any URL as the new tab page by setting the
browser.newtab.url
preference inabout:config
3. - The old school password manager has been re-implemented, available at
about:passwords
. - The old school configuration manager has been re-implemented, available at
about:cfg
. Thanks to @black7375 for the help with this.
Footnotes
-
The specific hardware instruction sets required are
CMPXCHG16B
,LAHF/SAHF
, andPrefetchW
. ↩ -
If you do not have an Intel Skylake (or equivalent or lesser) processor, you will still be able to run Waterfox. ↩
-
Please note, if using a root domain, make sure to append a trailing slash
/
; otherwise, the address bar will be focused when opening a new tab. ↩