Releases: rsdoiel/skimmer
updated dependencies
Proof of concept, updated dependencies. Dependbot was reporit high and critical dependencies. Turned out that colly has become very stale and appears inactive. I forked colly so I could update the dependencies that were problematic. If gocolly/colly should become active I'll drop using my fork.
Feed enclosure improvements
This is an initial attempt to add video enclosure support to skim2md.
Added download anchor elements to audio as well as experimental video elements.
Improved enclosure support
The generation of the audio element in skim2md now filters for audio content in the enclosure item of the feeds.
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 ''
Fixed mapping of items categories to tags
This is a minor fix release. gofeed item categories are now mapped into the "tags" scheme as JSON for the items SQLite3 table.
Licenses changes
License is now AGPL 3 or later.
maintenance release
Updated dependencies.
What's Changed
- Bump google.golang.org/protobuf from 1.26.0 to 1.33.0 by @dependabot in #10
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group across 1 directory by @dependabot in #11
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v0.0.11...v0.0.12
Maintenance release
This release is a maintenance release updating dependent libraries and compiled with Go 1.22.2.
incremental improvements and fixes
Full Changelog: v0.0.8...v0.0.10
refinements and new experiments
This release refines the skimmer experiment introducing an improved skim2md as well as an added tools html2skim which lets you take an HTML page contain links and treat it like a feed. Helpful for websites that don't provide a feed but do list links to articles or posts.