Changelog for
libQuotient0_6-0.6.11-17.14.i586.rpm :
* Thu Oct 07 2021 Dead Mozay
- Update to version 0.6.11:
* Just after 0.6.10 was out another nasty bug has been discovered, preventing from proper usage of URLs with an unescaped double-hash (##), which may come when a matrix.to URL is generated for a bridged IRC channel (and it even got a very nice number #512). Aside from this fix, quotest will not return with success code 0 any more if it failed to even start testing for some reason (#496).
* Sun Oct 03 2021 Dead Mozay - Update to versiosn 0.6.10:
* Yet another maintenance release of the stable branch, fixing an issue (#510) with invites not showing up in some cases (especially on less active/smaller accounts).
* Sun Sep 12 2021 Dead Mozay - Update to version 0.6.9:
* Here\'s one more stable branch release of libQuotient, fixing a rare assertion failure due to uninitialised read marker when new events arrive and all history is already loaded.
* Tue Aug 24 2021 Dead Mozay - Update to version 0.6.8:
* Retain the current room member avatar when renaming the user for the room.
* When displaying the room, notification/highlight counters are no more reset. This never really worked, with the notification and highlight counts jumping to zero and then back to the original value if the timeline hasn\'t been completely read; now that read receipts are correctly sent, the counters can be left to the homeserver to update (while E2EE is not around).
* Fix the missing percent encoding in User::fetchProfile(), leading to problems around historical userids that still have slashes.
* CS API files have been regenerated from the new matrix-doc after revamping the layout and tooling; the library API didn\'t change, but doc-comments are now in Markdown rather than ReStructured Text.
* Update GTAD configuration to version 0.8 of the tool.
* Fix potential linking errors around quotient_common.h.
* Sun Jul 18 2021 Fabian Vogt - Updae to version 0.6.7:
* One more maintenance release at the stable branch, fixing gh#quotient-im/libQuotient#471 that affects NeoChat - thanks to AATTognarb for pinpointing and suggesting a fix to it.- Mention soversion in %files- Simplify %files- Use full tarball name- Don\'t install quotest and ndk-modules/Android.mk
* Thu Mar 18 2021 Dead Mozay - Update to version 0.6.6:
* Another update on the stable branch, to address #456 (possible crash on some malformed user ids).
* Wed Feb 24 2021 Dead Mozay - Update to version 0.6.5:
* Fix rich replies handling.
* Support abbreviated aka Reddit-style type specifiers in Matrix URIs (e.g., matrix:r/quotient:matrix.org)
* Sat Jan 16 2021 Luca Beltrame - Actually disable e2ee
* Fri Jan 15 2021 Dead Mozay - Update to version 0.6.4:
* Several fixes around homeserver resolution.
* Sun Jan 03 2021 Luca Beltrame - Add a build conditional for E2EE and disable it by default, as applications using libQuotient with E2EE enabled have stability issues and memory leaks- Run spec-cleaner
* Tue Dec 29 2020 Dead Mozay - 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!
* Sat Oct 24 2020 dead-mozayAATTopensuse.org- 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.
* Fri Jul 24 2020 Marcel Kuehlhorn - Update to 0.6.0 stable
* Tue Jun 09 2020 Marcel Kuehlhorn - Update to 0.6-beta1
* actually build against the packaged libQtOml instead of the intree version
* Sat Feb 22 2020 dead_mozayAATTopensuse.org- Update to version 0.6.0:
* Fix build on big-endian systems
* Use parsed RoomPowerLevelsEvent in room upgrading
* Add powerLevelForState()
* Mark methods as const.