Skip to content

4.0

Compare
Choose a tag to compare
@mhtvsSFrpHdE mhtvsSFrpHdE released this 14 Oct 06:43
· 135 commits to master since this release

Warning

By default, the new version won't start if the following condition not match:

Translate support

Now you can create your own translate file without recompile entire program.
Program have the following language file built in:

  • en_US: English
  • zh_CN: 谷歌翻译 / 简体中文

See these link for more information:

New build system

Although load translate file is possible, but it may hurt program start speed.
You can see three different branches in release package:

  • prefetch.exe Standard version
  • prefetch_verbose.exe Standard +Log
  • prefetch_performance.exe Standard -Translate

The performance one is designed to run as fast as possible.
However, feature like log and translate are sacrificed.