Skip to content

Releases: TheMightyGit/rssole

v0.1.19

10 Nov 13:38
6399333
Compare
Choose a tag to compare

Changelog

  • 6399333 A new way of sanitizing HTML, updated deps. (#143)

v0.1.18

26 Aug 15:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.17...v0.1.18

v0.1.17

12 Dec 14:24
Compare
Choose a tag to compare

Changelog

  • 76768d4 fixes #137 - removed html2text option that creates bogus html when links are present in te summary
  • 8213cf2 update deps

v0.1.16

03 Oct 10:26
Compare
Choose a tag to compare

Changelog

v0.1.15

30 Aug 16:18
eef698c
Compare
Choose a tag to compare

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

25 Aug 15:50
1ed0cc3
Compare
Choose a tag to compare

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

23 Aug 15:45
02fa3ea
Compare
Choose a tag to compare

Changelog

  • 02fa3ea fixes #114 - extract youtube style media:content thumbnail and description (#117)

v0.1.12

23 Aug 11:27
5413b6c
Compare
Choose a tag to compare

Changelog

v0.1.11

11 Aug 13:48
eb5e501
Compare
Choose a tag to compare

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

07 Aug 18:02
634425a
Compare
Choose a tag to compare

Changelog

  • 634425a Fix (some) data races. Make accordion stay open. Use longest of Description or Content for story. (#97)