Releases: VolfLife/Playlist-Generator
v4.27
v4.26
v4.25
v4.24
v4.23
v4.22
v4.21
-
Interface improvements for the Generator and Editor
-
Fixed GUI rendering issue where main window could fail to display
-
The function of editing the names of several selected tracks has been implemented
-
This can be done in two ways:
-
Double-click on a track in the table to change its name
-
Select a track in the table and start changing its name in the input field
-
-
v4.20
v4.19
v4.18
Shuffling algorithm update
-
The algorithm was divided into primary and secondary shuffling
-
The main shuffling of the tracks will always be performed according to the Fisher-Yeats method
-
Added configurable Extra swaps algorithm
-
Performs additional track permutations
-
Now optional (previously always applied)
-
-
-
Reverse Step improvements:
-
The mandatory use of a reverse step when using a shadow seed was removed
-
The restriction of the block size for reverse shuffling was removed
-
-
New Extra swaps & Reverse step value rules:
-
0or empty = disabled -
1= auto-calculated swaps/auto-selected block size -
N= exact number of swaps/block size
-