Improve responsiveness of cancel button

This commit is contained in:
Evan Su 2022-05-14 22:01:20 -04:00 committed by GitHub
parent 867c2222f6
commit c7b4cb4e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
# v1.28 (ETA: 2 days)
<ul>
<li>✓ Software OpenGL rendering on Windows (for Windows on ARM compatibility)</li>
<li>✓ Improve responsiveness of cancel button (instant cancel when pressed instead of delays)</li>
<li>✓ Software OpenGL rendering on Windows (for Windows on ARM compatibility and older hardware)</li>
<li>✓ Progress, speed, and ETA for combining/compressing files, recombining files, and splitting files</li>
<li>✓ Improve overall IO performance</li>
<li>✓ Much smoother Reed-Solomon decryption flow, slightly better performance</li>