QCoro 0.12.0 Release Announcement
This release brings support Qt 6.9 and dev and a bunch of bugfixes - so mostly a maintenance release. No new features, this time.
As always, big thanks to everyone who reported issues and contributed to QCoro. Your help is much appreciated!
Bugfixes
- Fixed typo in QNetworkReply example (#257, Mikhail Yatsenko)
- Don't discard result from QFile::open() in (#261, Nicolas Fella)
- Fixed missing co_await in QIODevice documentation (#264, rsp4jack)
- Fixed MSVC build due to language-extension-token warning (#266, DeveloperPaul123)
- Fixed infinite recursion with debug builds on libstd++ (#268, Jared Van Bortel)
- Fixed QCoro's compile definitions leaking to user code (#267, #275, Daniel Vrátil)
- Fixed build against Qt 6.9 (#276, Nicolas Fella)
Full changelog
Support
If you enjoy using QCoro, consider supporting its development on GitHub Sponsors or buy me a coffee on Ko-fi (after all, more coffee means more code, right?).