Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

73 lines (49 loc) · 1.46 KB

Changelog


0.3.2

Released on 30/08/2022

  • Fixed articles sorted by date

0.3.1 (yanked)

Released on 30/08/2022

  • Sort articles by date

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

0.2.1

Released on 19/08/2022

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

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

0.1.1

Released on 17/11/2021

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

0.1.0

Released on 15/11/2021

  • First release