- Update to version 0.6.3:
* (#412 with an additional fix in e7c9ca9) Take profile data from
the previous user state for users who already left
* (693241d) Fix defunct network requests stalling the request queue
* (e81117f, 6e8be18) Minor performance improvements on loading
rooms and accounts involving many users (0.7 will have more work
on handling that)
* (2340f3d) Power level events are properly redacted now locally
* (ff2cb9f) Work around lack of native Qt support for request
bodies in DELETE requests
* (97b0bec) Fix a few cases of insufficient escaping in
Quotient::Uri (thanks to nephele for reporting)
* (#421) Fix incorrect processing when a network request
(especially for .well-known) returns 404 with non-empty body
that is not JSON (which is quite usual when a .well-known
record is missing)
* (66972c8) Room tags that start with . (fullstop) are no more
considered correct and will get u. in front of them.
* Many thanks for all the help in testing and contributing!
OBS-URL: https://build.opensuse.org/request/show/859181
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=5
- Update to version 0.6.2:
* More stringent serverpart checks in user ids.
* Uri::toUrl() now returns an actually working matrix.to link.
* The biggest change in this release is a rewrite of the code
maintaining user profiles (generic and per-room).
The new code is simpler, faster and occupies less memory -
a hat-trick of optimisation. The improvement is most noticeable
when opening bigger rooms with many users (such as Matrix HQ).
* Trying to set displayname or avatar URL to an empty value with
Synapse homeservers led to an obscure error;
now it works as it should.
* Another noticeable change is that the library should be more
robust against gateway/CDN/proxy errors that sometimes bring
unexpected responses (e.g. an HTML payload when JSON is expected).
* Quotest: added a test for changing the user display name
* User::bridged() and User::rawName() has long been useless,
as Matrix stopped using bridge postfixes - they are deprecated now.
* Smaller optimisations, cleanup and documentation updates, as usual.
OBS-URL: https://build.opensuse.org/request/show/843760
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=4