Skip to content

0.114.0

Compare
Choose a tag to compare
@wbouvy wbouvy released this 18 Jul 09:14
· 8 commits to main since this release

0.114 (2022-07-18)

  • Added support for textual shortcuts in from and to:
    • "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.