Skip to content

Releases: Ranchero-Software/NetNewsWire

NetNewsWire 6.1.8 for Mac

19 Dec 20:46
Compare
Choose a tag to compare
  • Fix state restoration bug (temporary fix — building on Xcode 14 — permanent fix to come later)

NetNewsWire 6.1.8b1 for Mac

19 Dec 02:51
Compare
Choose a tag to compare
Pre-release
  • Hopefully fix state restoration (temporary fix — building on Xcode 14 — permanent fix to come later)

NetNewsWire 6.1.7 for Mac

16 Dec 15:55
Compare
Choose a tag to compare
  • Fix bug clearing refresh progress
  • Fix bandwidth bugs with downloading web pages to find feed icons and favicons
  • Update default theme with enhancements by John Gruber
  • Space out requests made to openrss.org
  • Send user-agent with platform, version, and build to openrss.org (and only to that site)

NetNewsWire 6.1.7b1 for Mac

15 Dec 19:33
Compare
Choose a tag to compare
Pre-release
  • Fix bug clearing refresh progress
  • Fix bandwidth bugs with downloading web pages to find feed icons and favicons
  • Update default theme with enhancements by John Gruber
  • Space out requests made to openrss.org
  • Send user-agent with platform, version, and build to openrss.org (and only to that site)

NetNewsWire 6.1.5 for iOS build 6126

05 Dec 04:38
Compare
Choose a tag to compare
Pre-release
  • Use less bandwidth by respecting Cache-Control headers — skip refreshing feeds that have asked not to be refreshed yet. (This is of course also kind to servers, which is important.)
  • Fix a potential crashing bug (data race) in the object that stores article status (read/unread, starred/unstarred)

NetNewsWire 6.1.6 for Mac

04 Dec 23:43
Compare
Choose a tag to compare
  • Fix bug clearing sync progress for Feedly accounts

NetNewsWire 6.1.5 for Mac

04 Dec 04:42
Compare
Choose a tag to compare
  • Restore toggle sidebar button to toolbar
  • Add keyboard shortcut for Copy Article URL and Copy External URL menu items
  • Fix some Applescript support bugs
  • Add support for 429 responses and Cache-Control header — will use less bandwidth and will be kinder to servers (for On My Mac and iCloud accounts)
  • Fix a bug with conditional GET support
  • Support MarsEdit 5 - it will now appear in Share menu
  • Fix a crashing bug that could happen when adding an account

NetNewsWire 6.1.5b4 for Mac

03 Dec 06:11
Compare
Choose a tag to compare
Pre-release
  • Make Cache-Control responses persist between runs
  • Add MarsEdit 5 to Apple events entitlements

NetNewsWire 6.1.5b3 for Mac

01 Dec 06:27
Compare
Choose a tag to compare
Pre-release
  • Fix bug introduced in previous beta regarding conditional GET info — all back to normal now
  • Write our own support for Cache-Control response header. Skip downloading a feed when Cache-Control says it’s too soon

NetNewsWire 6.1.5b2 for Mac

30 Nov 06:53
Compare
Choose a tag to compare
Pre-release
  • Restore toggle sidebar button to toolbar
  • Add keyboard shortcut for Copy Article URL and Copy External URL menu items
  • Fix some Applescript bugs
  • Support MarsEdit 5 - it will now appear in Share menu
  • Fix a crashing bug that could happen when adding an account
  • Remove FeedWrangler support code
  • Fix data race with article status (read/unread and starred/unstarred)
  • Switch to using built-in URLSession caching — supports Cache-Control response header and other good things — means the app uses less bandwidth and is kinder to the servers it contacts
  • Add support for handling 429 responses