Enclosure support added
This release improves enclosure handling saving them as a their own column in the items SQLite 3 table. The enclosure column is of type JSON.
For existing skim databases you need to add the enclosures as type JSON to the items table.
alter table items add enclosures json default ''