Skip to content

0.9 RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@KitsuneRal KitsuneRal released this 22 Sep 18:42
· 67 commits to dev since this release
9827025

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-returning avatar() API to RoomMember that has previously been dropped in User, 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