Skip to content

Releases: rsdoiel/skimmer

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

refinements and bug fixes

13 Oct 01:12
Compare
Choose a tag to compare

This release fixes a bug where relative URLs in an items' link were not expanded.

cleaning up code, bug fixes, focusing functionality

12 Oct 15:50
Compare
Choose a tag to compare

This release is about refining the proof of concept and see if this will be useful. In interactive mode the commands "supported" will be enter to move to next item, "n" to mark the current item read and move to the next item, "s" to make the current item saved and move to next item.

trimming features, writing up ideas

10 Oct 15:06
Compare
Choose a tag to compare

This is a further exploration of skimmer, a proof of concept, minimal feed reader. The "fetch" process is done anytime you invoke skimmer with a "urls" file. The read mode is done anytime you invoke with a ".skim" file. The interactive mode has been refined to just five actions. Press enter to move to next item without changing state, press "n" to mark an item as read, press "s" to save and item, "t" to tag and item and "q" to quit interactive mode.