Skip to content

Releases: ppodds/AAAAnimation

v1.0.3

31 Dec 11:00
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release

Fix: Lucida Console is not compatible with some device

I think this problem is related to screen DPI, but I am not sure.

Knows bugs:

  • 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.
  • 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.

v1.0.2

30 Dec 19:27
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

Fix: msleep cause drop too many frames

msleep is not good, so I use a worse method to replace it. However, this idea works excellent. 🤔🤔🤔

Known problem:
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.

v1.0.1

29 Dec 18:48
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

Fix: sometimes ASCII animation plays faster than the media player.

Note:
Replace QThread::wait with QThread::msleep because the former doesn't work properly.

v1.0.0

29 Dec 13:09
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

A beta release only has basic features. It may contain several bugs.