Skip to content

Releases: mhtvsSFrpHdE/prefetch

4.0.5

24 Dec 00:26
Compare
Choose a tag to compare
  • Another try to fix command line arguments not work 8480b8b

4.0.4

19 Dec 14:50
Compare
Choose a tag to compare
4.0.4 Pre-release
Pre-release
  • Fix *.cache.ini ignore command line arguments and always write to prefetch.cache.ini 402e484

4.0.3

02 Dec 03:48
Compare
Choose a tag to compare
  • Fix delete twice when read buffer is disabled 9bee4a6
    Recent change, see ReadBufferSize for more details
    If you have read buffer enabled at 4.0.2, this bug has no effect on you

4.0.2

01 Dec 00:36
Compare
Choose a tag to compare
4.0.2 Pre-release
Pre-release

4.0.1

13 Nov 10:34
Compare
Choose a tag to compare
  • Fix explorer lnk hack not work after 22H2 f6855c2

4.0

14 Oct 06:43
Compare
Choose a tag to compare
4.0

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.

3.3

18 Sep 14:29
Compare
Choose a tag to compare

3.2.1

16 Sep 07:51
Compare
Choose a tag to compare

Another try to

  • Fix scrollbar position when mainwindow hide->show #39 4f805d6

3.2

16 Sep 04:49
Compare
Choose a tag to compare
3.2
  • Resizable UI f664396
  • New setting 6832622
    • Position
    • Width, Height
    • Resizable On/Off
  • Fix resize not work bd9aabd

3.1

16 Sep 04:45
Compare
Choose a tag to compare
3.1

Without gdb, it's hard to tell why the program is crashed,
especally for running speed there are no bounds check at all.

By use LastKnownLocation report, I can use "binary search" that cuts source code half by half,
until crash point were hit.