Skip to content

Enclosure support added

Compare
Choose a tag to compare
@rsdoiel rsdoiel released this 11 Oct 01:56
· 16 commits to main since this release

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 ''