The big refactor
With Newsflash being one of the earliest gtk-rs applications it went through a lot of iterations already as the ecosystem evolved:
- from just slapping widgets together in structs to subclassing support in gtk-rs
- from just cloning everything to weak references with the clone!-macro
- from GtkBuilder xml to blueprint
- from interacting with Listboxes directly to GLib.ListModel based ListViews
Enclosures to the front row
So far Image, Audio and Video attachments were hidden behind a small button in the header bar. No more. With Newsflash 4.0 the article view is a hybrid of Gtk for the header with title, author, date, etc. And a web view for the HTML content. This means Newsflash can show widgets for attachments right in the article itself.



Misc
- Clear article pane if selection in article list goes away
- Allow manual hiding of the sidebar
- New user agent based on app name
- Option to set custom user agent per feed (only relevant for Local RSS)
- Subcategories (also mostly only relevant for Local RSS)
- Local RSS: in addition to etags, use cache-control header to reduce traffic to feeds
And many smaller fixes and improvements you can read about in the change log.
Sadly I had to deactivate the webkit DMABuf Renderer for now. I discovered a bug creating the now needed larger frame buffers for articles. Fingers crossed that this will get fixed and the DMABuf render can be re-activated.
Available on flathub beta channel
Version 4.0.0-beta1 is available on the flathub beta channel. The first few bugs have already been found and squashed. But I’m sure there are more to discover.
Make sure to back up your data and settings before switching to the beta in case a migration eats your database.
~/.var/app/io.gitlab.news_flash.NewsFlash/config/news-flash/
~/.var/app/io.gitlab.news_flash.NewsFlash/data/news-flash/