Releases: TheMightyGit/rssole
Releases · TheMightyGit/rssole
v0.1.19
Changelog
- 6399333 A new way of sanitizing HTML, updated deps. (#143)
v0.1.17
Changelog
- 76768d4 fixes #137 - removed html2text option that creates bogus html when links are present in te summary
- 8213cf2 update deps
v0.1.15
Changelog
- eef698c General settings (#127)
- 6257e02 bugfix: freshen urls in readcache on feed not modified to prevent eviction (#126)
- 72ae458 use last-modified and etag when fetching feeds (#123)
v0.1.14
Changelog
- 1ed0cc3 add w3c feed validator link to log tab (#122)
- b682665 source largest story content from even more fields ( fixes #113 ) (#121)
- bfdba51 use smarter technique for readcache (extend the lifetime of found read stories, expire the rest over time) (#120)
v0.1.13
Changelog
- 02fa3ea fixes #114 - extract youtube style media:content thumbnail and description (#117)
v0.1.11
Changelog
- b8ecec8 Bump golang.org/x/net from 0.12.0 to 0.14.0 (#99)
- c69d900 Update README.md (#104)
- d590481 Update items.go.html to fix classname typo (#105)
- ab6b26f add Makefile (useful for me, not required for building) (#100)
- 6fb007d better layout for item meta line (#103)
- eb5e501 replace links with inner text when turning html to plain text (#106)
- 57acb1e show version (#101)
- 67d0bec use slog instead of log (getting ready for go 1.21) (#102)
v0.1.10
Changelog
- 634425a Fix (some) data races. Make accordion stay open. Use longest of Description or Content for story. (#97)