0.9 RC
Pre-release
Pre-release
On the heels of 0.9 beta, the Release Candidate comes with a bunch of fixes (#794,#798, #803 by @KitsuneRal; #795, #801 by @nvrWhere) and general codebase improvements (#791 by @KitsuneRal). On top of that:
- @KitsuneRal reintroduced
QImage
-returningavatar()
API toRoomMember
that has previously been dropped inUser
, as porting of Quaternion to libQuotient 0.9 needed that (#796) - @nvrWhere added helper functions for replies and threads to
RoomMessageEvent
(#789) - @KitsuneRal (with a lot of input from @nvrWhere) started work on API to facilitate power level checking (#799); expect more awesome API in 0.9.x cycle later on
- As a last minute change, the Matrix API backend has been upgraded to Matrix (pre-)1.12; this required small improvements in GTAD, so those who generate API files should make sure to update the respective Git submodule (#804 by @KitsuneRal)
Full Changelog: 0.9-beta1...0.9-rc1