migaku-official / Migaku-Anki-Addon

GNU General Public License v3.0
13 stars 1 forks source link

Fix Qt6 issues + new version handling #81

Closed hgiesel closed 11 months ago

hgiesel commented 11 months ago

This once again tackles https://discord.com/channels/752293144917180496/1169181029983059988/1169181029983059988

It also updates the new supported maximum version to 23.10. This required changing a bit of logic in anki_version.py, as Anki uses a new versioning scheme since its latest version.

The rest of the changes changes are Qt6 fixes or black. I smushed them into one commit accidentally 🙏

hgiesel commented 11 months ago

Not sure, why I had to merge main again 🤔