Skip to content

FHN 1.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rarisma Rarisma released this 01 Jul 11:26
· 26 commits to main since this release

Firehose Server

  • Changed Article data
    • RSS Data is no longer stored
    • Added Clickbait counter
    • Added Time to read
    • Added User Generated Article flag
    • Added Sectors
    • Added Impact rating
  • Updated Article Scraping, reader mode should be better
  • Added Minimal mode to GetArticles() to decrease load times
  • Added config file
  • Added Gemini Support
  • Added AOT Support (not enabled yet though due to DSharp+)
  • Added Discord Bot Thread
  • Added GetArticleText endpoint
  • Added Filter caching
  • Added ability to scrape from just a URL instead of an RSS feed
  • Unsealed SQL class.
  • Switched to MySQL instead of MySQL.Data

HALLON API (Firehose API) may be removed in a future release depending on MySQL compatability with UNO

Firehose App

  • Increased performance by not requesting all the data for an article
  • Switched to MVVM
  • Changed how summaries work, tapping an article will now show it's summary instead of holding or swiping
  • Updated how articles are given a large image (HeadlineTemplate) to be based on the Impact Score.
  • Added ability to report article as clickbait
  • Updated reader mode to work better and has the same options as the webview (report, view summary etc)
  • Article Times should be more accurate.