Bump version to 0.4.1
This commit is contained in:
parent
aaf32d8820
commit
c2648be1e3
@ -1,10 +1,12 @@
|
|||||||
# unreleased
|
# v0.4.1 (2023-03-15)
|
||||||
|
|
||||||
* Added `in_thread` parameter to `evt.reply()` and `evt.respond()`.
|
* Added `in_thread` parameter to `evt.reply()` and `evt.respond()`.
|
||||||
* By default, responses will go to the thread if the command is in a thread.
|
* By default, responses will go to the thread if the command is in a thread.
|
||||||
* By setting the flag to `True` or `False`, the plugin can force the response
|
* By setting the flag to `True` or `False`, the plugin can force the response
|
||||||
to either be or not be in a thread.
|
to either be or not be in a thread.
|
||||||
|
* Fixed static files like the frontend app manifest not being served correctly.
|
||||||
* Fixed `self.loader.meta` not being available to plugins in standalone mode.
|
* Fixed `self.loader.meta` not being available to plugins in standalone mode.
|
||||||
|
* Updated to mautrix-python v0.19.6.
|
||||||
|
|
||||||
# v0.4.0 (2023-01-29)
|
# v0.4.0 (2023-01-29)
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "0.4.0"
|
__version__ = "0.4.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user