Releases: Ranchero-Software/NetNewsWire
Releases · Ranchero-Software/NetNewsWire
NetNewsWire 6.1.8 for Mac
- Fix state restoration bug (temporary fix — building on Xcode 14 — permanent fix to come later)
NetNewsWire 6.1.8b1 for Mac
- Hopefully fix state restoration (temporary fix — building on Xcode 14 — permanent fix to come later)
NetNewsWire 6.1.7 for Mac
- 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
- 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
- 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
- Fix bug clearing sync progress for Feedly accounts
NetNewsWire 6.1.5 for Mac
- 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
- Make Cache-Control responses persist between runs
- Add MarsEdit 5 to Apple events entitlements
NetNewsWire 6.1.5b3 for Mac
- 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
- 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