Skip to content

Releases: TypicalAM/goread

v1.7.3

03 Jan 17:52
Compare
Choose a tag to compare

Changelog

Fixes

  • New date formats are handled (solves #64)
  • Fall back to alphabetical sorting on unrecognised date format
  • Skip articles with empty titles

v1.7.2

02 Jan 17:29
Compare
Choose a tag to compare

Changelog

Fixes

  • Pressing g now doesn't crash specific feeds with magic thumbnail logic (solves #55)

v1.7.1

26 Nov 19:42
Compare
Choose a tag to compare

Changelog

Fixes

  • Made linter happy

Build

  • Updated the Dockerfile and added dependabot (Thank you @chenrui333!)

v1.7.0

22 Nov 22:00
Compare
Choose a tag to compare

Changelog

Features

  • Customizable keybindings (#20)
  • Read-only urls option (Thanks @Banh-Canh!)
  • Blacklisting and whitelisting keywords in articles (#54)
  • Pager support (#42)
  • Download icons
  • Editing configurations directly with goread edit x
  • CLI completion scripts (#58)

Also thanks to @chenrui333 for quickly noticing the version inconsistency!

Full Changelog: v1.6.5...v1.7.0

v1.6.5

19 Apr 11:28
Compare
Choose a tag to compare

Features

  • Better looking popups (now with resizing)
  • No network builds (solves #45)
  • New error popups

Fixes

  • Non-conflicting keybinds (solves #44)

Full Changelog: v1.6.4...v1.6.5

v1.6.4

19 Dec 17:49
Compare
Choose a tag to compare

Fixes

  • Article descriptions are now scaled correctly with screen width (solves #40)
  • urls.yml config is not overridden when incorrect (thanks to @itsjunetime)

Changelog

  • 4014a33 chore: bump up the version
  • ee39877 feat: better looking error msgs
  • 3a30641 Return error if failed to load Rss from file to prevent overriding of URLs
  • 4014a33 chore: bump up the version
  • 94b0ee0 fix: better wrapping of article descriptions

v1.6.3

19 Sep 12:15
Compare
Choose a tag to compare

Changelog

  • 672b094 chore: bump up the version
  • cf86166 feat: also include content in the viewport because of inconsistencies

v1.6.2

20 Aug 15:44
Compare
Choose a tag to compare

Features

  • Much faster fetching in the "All Feeds" category
  • Working saving/marking as read while filtering the list with /
  • Faster marking as read (note: this is a cache-breaking change)

Changelog

  • e99c328 chore: bump up the version
  • 61821d8 chore: remove redundant TODOs
  • 6052a8b feat: actions support filtered lists
  • 196160c feat: deleting, saving and marking now work on filtered lists
  • e0d1b1d feat: improve fetching all feeds by ignoring failed ones
  • fd6a9b0 feat: simplify adding articles as read (don't download everything)
  • 675420b fix: allow quitting when article fetching failed
  • af738d3 fix: don't delete when there's nothing to delete
  • 22787ea fix: inconsistent all feeds marking
  • 45d6637 fix: silly bug in mark as unread

v1.6.1

18 Aug 15:55
Compare
Choose a tag to compare

Features

  • "Marking as read" now works in all tabs
  • Fixed funky item ordering in the Download and All feeds tabs

Changelog

  • 6de8a05 chore: bump up the version
  • 68be24c feat: add a 5 second timeout to feed retrieval
  • f05cb2c feat: remove expired articles only on saving
  • b51d3f3 fix: better sorting of articles
  • a09b825 fix: working marking as read in 'all feeds'

v1.6.0

17 Aug 16:23
Compare
Choose a tag to compare

Features

  • Help now includes quick selection for lists
  • List doesn't panic when it has too many items

Changelog

  • d414537 Add support for reverse tab traversal
  • 2cc8b7b chore: bump up the version
  • 8baa00c feat: reverse tab traversal
  • 6bcb3ef feat: show list quick select in help menu
  • 0414ad6 fix: don't panic in list
  • 7ceda6c fix: don't panic when too many list items