4.1
This is a dumb update, if you try not to dumb, stay 4.0.7
.
However, you can make a backup and update to this version
to see if you can find any bug before 4.2
release.
- Fix scan folder sec lack translate 1c2d492
- Rename
pause
andresume
command tostop
andstart
d4a0812
Whenpause
requested, this program does not reserve intermediate run state.
And when requestresume
, prefetch will run from beginning,
and run immediately (discard unfinished prefetch interval).
You can also typeresume
without have to typepause
first.
Therefore, this should be calledstop
andstart
.
Due to no longer providedpause
andresume
command,
This change breaks forward compatible, but is not a giant feature pack.
So version number will increase to4.1
instead of5.0
. - Update command interface wiki page about stop and start
Move pause and resume to deprecated command - Use mutex to process pause #64 4ff199c
Maintenance update - Fix source code with same name in different folder "multiple definition" 6fdad94
Maintenance update - Move thread access from main thread to other thread #65
Maintenance update and really dumb