nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.6k stars 316 forks source link

Update our CI/CD Docker images to use Qt 6.6.3 #668

Open guihkx opened 3 months ago

guihkx commented 3 months ago

Qt 6.6.3 has been released today, and it will be the last release of the 6.6 series.

This release also fixes #611, so this is probably a good time to update the Qt 6 version we ship with our packages.

cc @zjeffer

nuttyartist commented 3 months ago

Yes! I'm waiting for Qt 6.7, it should support variable font files (https://www.qt.io/blog/text-improvements-in-qt-6.7) which will probably reduce our binary size a good deal.