tag:github.com,2008:https://github.com/ppodds/AAAAnimation/releases Release notes from AAAAnimation 2021-12-31T10:55:54Z tag:github.com,2008:Repository/438336955/v1.0.3 2021-12-31T11:07:40Z v1.0.3 <p>Fix: Lucida Console is not compatible with some device</p> <p>I think this problem is related to screen DPI, but I am not sure.</p> <p>Knows bugs:</p> <ul> <li>It would trigger a system alert sound sometimes, I guess it may cause by the do-nothing loop. This problem also existed in previous versions.</li> <li>In some devices, ASCII player would not play ASCII animation, but if you try several times, it would work. I don't know what happen.</li> </ul> ppodds tag:github.com,2008:Repository/438336955/v1.0.2 2021-12-30T19:27:28Z v1.0.2 <p>Fix: msleep cause drop too many frames</p> <p>msleep is not good, so I use a worse method to replace it. However, this idea works excellent. 🤔🤔🤔</p> <p>Known problem:<br> It would trigger a system alert sound sometimes, I guess it may cause by the do-nothing loop. This problem also existed in previous versions.</p> ppodds tag:github.com,2008:Repository/438336955/v1.0.1 2021-12-29T18:48:46Z v1.0.1 <p>Fix: sometimes ASCII animation plays faster than the media player.</p> <p>Note:<br> Replace QThread::wait with QThread::msleep because the former doesn't work properly.</p> ppodds tag:github.com,2008:Repository/438336955/v1.0.0 2021-12-29T13:09:21Z v1.0.0 <p>A beta release only has basic features. It may contain several bugs.</p> ppodds