0.114.0
0.114 (2022-07-18)
- Added support for textual shortcuts in
from
andto
:- "now": converted to the request time
- a duration as an offset of now, i.e. "-10h" or "PT-10h": converted to now + offset, so -10h is 10 hours before now
- For example, to fetch messages in the past hour, a request could use
from=-1h&to=now
.
- For example, to fetch messages in the past hour, a request could use