Skip to content

Releases: veeso/tuifeed

tuifeed 0.4.2

30 Mar 14:07
869090c
Compare
Choose a tag to compare

0.4.2

Released on 30/03/2025

  • issue 16: filter out old articles from the history.
  • issue 17: mark as all read feature. Use V to mark all articles from a source as read. Use CTRL+V to mark all articles from all sources as read.
  • issue 18: first article is not marked as read when first loaded. Also mark source as read if all articles are read

tuifeed 0.4.1

24 Mar 12:32
56f38c8
Compare
Choose a tag to compare

0.4.1

Released on 24/03/2025

  • fixed a panic occurring on release versions due to ugly unwrap

tuifeed 0.4.0

24 Mar 12:06
3c90bbf
Compare
Choose a tag to compare

0.4.0

Released on 24/03/2025

  • issue 4: highlight new articles
  • issue 14 fix: create config dir at first run
  • fix: first article has width 1
  • issue 11: add support for local file. Specify local file with file:///path/to/rss.xml in the URL field

tuifeed 0.3.2

30 Aug 09:32
Compare
Choose a tag to compare

0.3.2

Released on 30/08/2022

  • Fixed articles sorted by date

tuifeed 0.3.0

29 Aug 10:18
Compare
Choose a tag to compare

0.3.0

Released on 29/08/2022

  • Show timestamp next to articles (can be configured)

  • Added new key article-title to configuration (optional)

    [article-title]
    show-author = false
    show-timestamp = true

tuifeed 0.2.1

19 Aug 08:49
Compare
Choose a tag to compare

0.2.1

Released on 19/08/2022

  • If published is None, use updated from feed (see issue 5)

tuifeed 0.2.0

06 Aug 15:30
Compare
Choose a tag to compare

0.2.0

Released on 05/08/2022

  • If content in RSS feed is populated, use content instead of summary
    • This should be preferred since contains much more information than just the summary. Unfortunately sometimes the content is empty, so summary should be used as fallback
  • Changed stdlib Textarea to tui-realm-textarea component to improve readability of summary
  • Fixed the article date shown: was updated but should be published
  • Migrated UI to tui-realm 1.7.1
  • Updated dependencies
    • argh 0.1.8
    • feed-rs 1.1.0
    • lazy-regex 2.3.0
    • lazy_static 1.4.0
    • open 3.0.2
    • toml 0.5.9
    • ureq 2.5.0

tuifeed 0.1.1

17 Nov 20:13
Compare
Choose a tag to compare

0.1.1

Released on 17/11/2021

  • Escape HTML entities from text (e.g. & or “)

tuifeed 0.1.0

15 Nov 19:40
Compare
Choose a tag to compare

0.1.0

Released on 15/11/2021

  • First release