Releases: thatsOven/sorting-visualizer
Releases · thatsOven/sorting-visualizer
v2024.10.12
fix garbage collector apparently newer cython has different values for reference counting than the older one? i don't even know anymore this toolchain is so unstable
v2024.10.7
change wait order for sorts this way stats don't get immediately reset after shuffles
v2024.9.25
add HeatBarGraph visual
v2024.8.4
v2024.7.19
add dynamic module importing allows to add modules without recompiling the program
v2024.6.29
fix CustomImage edge case
v2024.6.11
fix heliumsort
v2024.6.8
v2024.5.25
fixes - fix FeatureSort - add error message for invalid unique divisor - correctly rescale speed for size-mlt < 1 - add minSize parameter for runAll sorts - add unique limit for runAll sorts
v2024.5.22
update HeliumSort implementation