File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- ## unreleased
1+ ## v0.16.7 (2022-06-19)
22
33* * (util.formatter)* Added support for parsing ` img ` tags
44 * By default, the ` alt ` or ` title ` attribute will be used as plaintext.
55* * (types)* Added ` notifications ` object to power level content class.
66* * (bridge)* Added utility methods for handling incoming knocks in
77 ` MatrixHandler ` (thanks to [ @maltee1 ] in [ #103 ] ).
8+ * * (appservice)* Updated ` IntentAPI ` to add the ` fi.mau.double_puppet_source `
9+ to all state events sent with double puppeted intents (previously it was only
10+ added to non-state events).
811
912[ #103 ] : https://github.com/mautrix/python/pull/103
1013
Original file line number Diff line number Diff line change 1- __version__ = "0.16.6 "
1+ __version__ = "0.16.7 "
22__author__ = "Tulir Asokan <[email protected] >" 33__all__ = [
44 "api" ,
You can’t perform that action at this time.
0 commit comments