tag:github.com,2008:https://github.com/ppodds/AAAAnimation/releasesRelease notes from AAAAnimation2021-12-31T10:55:54Ztag:github.com,2008:Repository/438336955/v1.0.32021-12-31T11:07:40Zv1.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>ppoddstag:github.com,2008:Repository/438336955/v1.0.22021-12-30T19:27:28Zv1.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>ppoddstag:github.com,2008:Repository/438336955/v1.0.12021-12-29T18:48:46Zv1.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>ppoddstag:github.com,2008:Repository/438336955/v1.0.02021-12-29T13:09:21Zv1.0.0<p>A beta release only has basic features. It may contain several bugs.</p>ppodds