v1.1.0
- Fix thread persistence (store now receives
ThreadMetadatacorrectly). - Drop Python 3.11-only features. Now works cleanly on Python 3.10.
- Allow the
payloadfield onActionto be undefined by defaulting toNone
Breaking:
- Restrict the
iconfield onCustomSummary,CustomTask, andEntitySourcetypes toIconName(previouslystr). - Update all
ThreadItemConvertermethods to be asynchronous.