tag:github.com,2008:https://github.com/66-m/sorting-visualizer/releasesRelease notes from sorting-visualizer2023-10-27T19:19:31Ztag:github.com,2008:Repository/542204422/v1.3.42023-10-27T19:48:51Zv1.3.4<h3>What's Changed</h3>
<ul>
<li>Introduced several new visuals
<ul>
<li>Plane</li>
<li>Disparity Plane</li>
<li>Pyramid</li>
<li>Morphing Shell</li>
<li>Disparity Chords</li>
<li>.. and more</li>
</ul>
</li>
<li>Enhanced the Cube visual</li>
<li>Updated MultiGradient saturation and brightness</li>
<li>Improved visual time performance for arrays with more than 2000 elements</li>
<li>Refactored and simplified the build and run modules</li>
<li>Fixed outdated dependencies</li>
<li>Increased the maximum number of sortable elements to 20,000</li>
<li>Made items in the runall-settings panel moveable -> custom run-order</li>
<li>Addressed various bugs</li>
</ul>66-mtag:github.com,2008:Repository/542204422/v1.3.32023-09-24T18:15:08Zv1.3.3<h3>What's Changed</h3>
<ul>
<li>Added new sorting algorithms and visuals - in total now 22 sorting algorithms and 19 visuals.</li>
<li>Enhanced Sphere and Cube visuals.</li>
<li>Introduced Image Horizontal and Vertical.</li>
<li>Switched renderer from P2D to P3D.</li>
<li>Fixed various bugs for better stability.</li>
</ul>66-mtag:github.com,2008:Repository/542204422/v1.3.22022-09-30T14:59:25Zv1.3.2<h3>What's Changed</h3>
<ul>
<li>bugfix - cancel button not being disabled after sorting</li>
<li>bugfix - mute checkbox not working if activated before sorting</li>
<li>bugfix - unwanted shuffle reset after sorting</li>
<li>removed unused dependencies - Visualizer should now work on Mac</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/CompilerStuck/sorting-visualizer/commits/v1.3.2">https://github.com/CompilerStuck/sorting-visualizer/commits/v1.3.2</a></p>66-mtag:github.com,2008:Repository/542204422/v1.3.12022-09-28T20:05:35Zv1.3.1<h3>Features</h3>
<ul>
<li>Changing the array size</li>
<li>Selecting algorithms / Run all algorithms</li>
<li>Changing the shuffle type</li>
<li>Selecting one of 16 Visualizations - two of those are 3D Models</li>
<li>Selecting different color gradients and creating your own!</li>
<li>Showing Measurements during the execution</li>
<li>Sorted Percentage</li>
<li>Counting Comparisons</li>
<li>Measuring the estimated Real Time</li>
<li>Counting Swaps</li>
<li>Counting Writes to the main Array</li>
<li>Counting Writes to possible auxiliary Arrays</li>
<li>Displaying a comparison table at the end to compare algorithms</li>
<li>Playing / Muting Sound</li>
<li>Canceling the current execution</li>
</ul>66-m