Skip to content

Releases: rsdoiel/skimmer

Feed enclosure improvements

11 Oct 15:30
Compare
Choose a tag to compare

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

11 Oct 14:08
Compare
Choose a tag to compare

The generation of the audio element in skim2md now filters for audio content in the enclosure item of the feeds.

Enclosure support added

11 Oct 01:56
Compare
Choose a tag to compare

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

08 Aug 16:28
Compare
Choose a tag to compare

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

20 May 21:14
Compare
Choose a tag to compare

License is now AGPL 3 or later.

maintenance release

03 May 21:34
a47e263
Compare
Choose a tag to compare

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

Full Changelog: v0.0.11...v0.0.12

Maintenance release

16 Apr 19:36
Compare
Choose a tag to compare

This release is a maintenance release updating dependent libraries and compiled with Go 1.22.2.

incremental improvements and fixes

23 Jan 00:59
Compare
Choose a tag to compare

refinements and new experiments

08 Dec 01:55
Compare
Choose a tag to compare

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.

feed processing improvement

25 Oct 13:58
Compare
Choose a tag to compare

Added some sensitization between feed retrieval and before feed parse. Might be a good spot to hook in lua filters eventually.

Full Changelog: v0.0.6...v0.0.7