Skip to content

4.2.3

Compare
Choose a tag to compare
@mhtvsSFrpHdE mhtvsSFrpHdE released this 02 Feb 10:27
· 50 commits to master since this release
bca766b

If you don't use Firefox, this version is ignored.
Only bundled prefetch.ini is changed and can download separably.

  • Fine optimize for Firefox 0840f34
    Cheers! Regex used on 4.2.2 take 120 second to execute and load 7600 files,
    Now it take 8.14 second to execute and load only 326 files.
    Firefox start speed remains same.

To exclude files in version 2.0 way, look at IsFirefoxFile,
each group of ^(?!.*<string>) is stand for exclude file.
For example, exclude another user profile directory abcdefgh.default,
insert ^(?!.*abcdefgh.default) between exist exclude groups.