Skip to content

Releases: Ranchero-Software/NetNewsWire

NetNewsWire 7.0.4b5 for Mac

31 Mar 02:51

Choose a tag to compare

Pre-release
  • Made a change to how images are handled that will cut down on memory and disk use

NetNewsWire 7.0.4 (7042) for iOS

30 Mar 17:26

Choose a tag to compare

Pre-release
  • Make the app run on iOS 17 and iOS 18

NetNewsWire 7.0.4b4 for Mac

29 Mar 22:58

Choose a tag to compare

Pre-release
  • Sync the setting for syncing unread content in iCloud
  • Do incremental syncing with iCloud, so it doesn’t have to start over if it gets interrupted
  • Add special case for YouTube — don’t put a feed in timeout after a 4xx response. Keep trying. (YouTube feeds have been giving intermittent 4xx responses lately)

NetNewsWire 7.0.4b3 for Mac

26 Mar 17:49

Choose a tag to compare

Pre-release
  • Simplified iCloud Storage Stats — focusing on cleaning up article content records that can be removed

NetNewsWire 7.0.4 (7040) for iOS

26 Mar 16:59

Choose a tag to compare

Pre-release
  • New iCloud sync feature — Settings > iCloud Storage Stats. Allows you to view stats and clean up storage. More details here: https://netnewswire.com/help/optimize-icloud.html
  • iCloud account now does weekly cleanups in the background, which will help with syncing performance and with lowering iCloud storage use

NetNewsWire 7.0.4b2 for Mac

25 Mar 02:40

Choose a tag to compare

Pre-release
  • New iCloud sync feature — Window > iCloud Storage Stats. Allows you to view stats and clean up storage. More details here: https://netnewswire.com/help/optimize-icloud.html
  • iCloud account now does weekly cleanups in the background, which will help with syncing performance and with lowering iCloud storage use

NetNewsWire 7.0.4 (7038) for iOS

20 Mar 00:21

Choose a tag to compare

Pre-release

Added a new setting for the iCloud account — you can turn on/off syncing the content of unread articles.

If you already have an iCloud account, the setting is on, because that’s how it’s been working this whole time. But for future iCloud accounts the settings defaults to off, since it saves so much time and energy.

Note: for this setting to really turn off syncing content of unread articles, it needs to be turned off on all your devices running NetNewsWire.

Also note: turning this off won’t magically erase the content that’s already been uploaded — that content will still have to sync. It will get cleaned up gradually, in the normal course of things.

NetNewsWire 7.0.3 for Mac

19 Mar 21:51

Choose a tag to compare

Changes since 7.0.2:

  • Fixed bug storing credentials in Keychain when there's a previous item — which could cause authentication issues with syncing systems

NetNewsWire 7.0.4b1 for Mac

19 Mar 23:57

Choose a tag to compare

Pre-release
  • Added a new setting for the iCloud account — you can turn on/off syncing the content of unread articles. If you already have an iCloud account, the setting is on, because that’s how it’s been working this whole time. But for future iCloud accounts the settings defaults to off, since it saves so much time and energy. Note: for this setting to really turn off syncing content of unread articles, it needs to be turned off on all your devices running NetNewsWire. Also note: turning this off won’t magically erase the content that’s already been uploaded — that content will still have to sync. It will get cleaned up gradually, in the normal course of things.

NetNewsWire 7.0.2 for Mac

18 Mar 20:34

Choose a tag to compare

Changes since 7.0.1:

  • Added a new Error Log window — see Window > Error Log. It shows errors from refreshing, syncing, keychain, etc. (Note: it probably doesn’t show all possible errors yet. We’re still auditing the code for places to add error logging.)
  • Further improved the error message reporting for credentials errors
  • Fixed the missing-endpoint-URL bug with self-hosted sync accounts (FreshRSS most commonly)
  • Fixed a NewsBlur syncing bug that had the app re-sending previously-sent sync statuses to the server, which was wildly inefficent
  • Added Cache-Control feature: the app is now looking at the max-age and not downloading the feed again before it’s time — but with an important caveat: any max-age beyond five hours is set to five hours. (Our testing shows that lots of sites that use Cache-Control have it misconfigured for their feeds. The largest max-age we’ve seen is one year, and months are not uncommon.)
  • Added a 29-minute minimum on refresh for any given feed
  • Reverted a change where clicking on URLs with #fragment — when they otherwise match the current page URL — would assume an in-page navigation instead of opening in browser. Unfortunately the fragment section is very often not included in the article in the RSS, so we do need to open in browser
  • Fixed a crash that could happen setting the window title
  • Now more aggressively unloading memory on moving to the background
  • Cut down on amount of disk writes — now storing account and feed settings in SQLite databases instead of in plist files, which is more efficient