Skip to content

Releases: thatsOven/sorting-visualizer

v2024.10.12

14 Oct 16:48
Compare
Choose a tag to compare
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

07 Oct 23:42
Compare
Choose a tag to compare
change wait order for sorts

this way stats don't get immediately reset after shuffles

v2024.9.25

25 Sep 18:21
Compare
Choose a tag to compare
add HeatBarGraph visual

v2024.8.4

04 Aug 16:50
Compare
Choose a tag to compare
add a couple features

- add development release
- you can now add visual styles and sound systems through the external folder

v2024.7.19

19 Jul 19:53
Compare
Choose a tag to compare
add dynamic module importing

allows to add modules without recompiling the program

v2024.6.29

30 Jun 12:25
Compare
Choose a tag to compare
fix CustomImage edge case

v2024.6.11

26 Jun 13:24
Compare
Choose a tag to compare
fix heliumsort

v2024.6.8

08 Jun 20:29
Compare
Choose a tag to compare
the version....

v2024.5.25

26 May 16:56
Compare
Choose a tag to compare
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

23 May 21:43
Compare
Choose a tag to compare
update HeliumSort implementation