### 6.1.9 TestFlight build 6195 8 May 2025 - branch: main tag: iOS-6.1.9-6195
Reverted some webview-related changes —which will hopefully fix the bug, introduced in the previous beta, where you couldn’t scroll an article after re-awakening the app
Fix a bug where some feeds can be slow to update. (Technical change: drop Cache-Control support except for openrss.org, which requested the support in the first place. Most feed providers aren’t providing intentional Cache-Control headers, it appears, and our continuing Cache-Control support means too-long delays between feed updates in many cases.)
Fix newly-introduced bugs with reporting refresh/sync progress
### 6.1.5 TestFlight build 6128 - 7 Dec 2024
Restore ability to tap on image and view its alt text (as with xkcd, for instance)
### 6.1.5 TestFlight build 6127 - 7 Dec 2024
Fix a crashing bug in `-[UINavigationBar layoutSubviews:]` that started when we built with Xcode 15
Now building with Xcode 16.1
### 6.1.5 TestFlight build 6126 - 4 Dec 2024
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)
### 6.1.5 TestFlight build 6125 - 4 Dec 2024
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)
### 6.1.5 TestFlight build 6124 - 21 Mar 2024
Nothing actually changed —this is just because TestFlight expired.
### 6.1.5 TestFlight build 6123 - 21 Dec 2023
Building with Xcode 14.2 on macOS 13 to see if that makes the new-in-iOS-17 crashing bug go away.
### 6.1.5 TestFlight build 6122 - 19 Dec 2023
Remove code for showing Twitter and Reddit deprecation alerts.
Build using Xcode 15.1.
### 6.1.5 TestFlight build 6121 - 29 Sep 2023
Build using Xcode 15 to make sure there are no regressions.
### 6.1.4 TestFlight build 6120 - 1 July 2023
Build using Xcode 14.3.1 so the app won’t crash on launch on iOS 13.
### 6.1.4 TestFlight build 6119 - 30 June 2023
Remove Reddit from Settings. Remove Reddit API code.
### 6.1.3 TestFlight build 6118 - 23 June 2023
Fix release notes URL: it’s now https://github.com/Ranchero-Software/NetNewsWire/releases/
This build was released to the App Store.
### 6.1.3 TestFlight build 6117 - 18 June 2023
Show Reddit shutoff alert to people using Reddit integration.
### 6.1.2 TestFlight build 6116 - 19 Mar 2023
Revise Twitter alert to not mention any dates
Update copyright to 2023
### 6.1.1 TestFlight build 6114 - 5 Feb 2023
Remove Twitter integration. Include alert that Twitter integration was removed.
### 6.1.1 TestFlight build 6113 - 22 Jan 2023
Fix a crashing bug when fetching data for the widget
### 6.1.1 TestFlight build 6112 - 16 Jan 2023
Add some feeds back to defaults —now an even 10 feeds
### 6.1.1 TestFlight build 6111 - 8 Jan 2023 (didn’t actually go out via TestFlight)
Fixed a crashing bug in the Feeds screen
Cut way down on number of default feeds, added BBC World News
## 6.1 Release build 6110 - 9 Nov 2022
Changes since 6.0.1…
Article themes. Several themes ship with the app, and you can create your own. You can change the theme in Preferences.
Fixed a bug that could prevent BazQux syncing when an article may not contain all the info we expect
Fixed a bug that could prevent Feedly syncing when marking a large number of articles as read
Disallow creation of iCloud account in the app if iCloud and iCloud Drive aren’t both enabled
Added links to iCloud Syncing Limitations & Solutions on iCloud Account Management UI
Copy URLs using repaired, rather than raw, feed links
Fixed bug showing quote tweets that only included an image
Video autoplay is now disallowed
Article view now supports RTL layout
Fixed a few crashing bugs
Fixed a layout bug that could happen on returning to the Feeds list
Fixed a bug where go-to-feed might not properly expand disclosure triangles
Prevented the Delete option from showing in the Edit menu on the Article View
Fixed Widget article icon lookup bug
### 6.1 TestFlight build 6109 - 31 Oct 2022
Enhanced Widget integration to make counts more accurate
Enhanced Widget integration to make make it more efficient and save on battery life
### 6.1 TestFlight build 6108 - 28 Oct 2022
Fixed a bug that could prevent BazQux syncing when an article may not contain all the info we expect
Fixed a bug that could prevent Feedly syncing when marking a large number of articles as read
Prevent Widget integration from running while in the background to remove some crashes
### 6.1 TestFlight build 6107 - 28 Sept 2022
Added links to iCloud Syncing Limitations & Solutions on iCloud Account Management UI
Prevented the Delete option from showing in the Edit menu on the Article View
Greatly reduced the possibility of a background crash caused by Widget integration
Fixed Widget article icon lookup bug
### 6.1 TestFlight build 6106 - 9 July 2022
Fix a bug where images wouldn’t appear in the widget
### 6.1 TestFlight build 6105 - 6 July 2022
Write widget icons to the shared container
Make crashes slightly less likely when building up widget data
### 6.1 TestFlight build 6104 - 6 April 2022
Building on a new machine and making sure all’s well
Moved built-in themes to the app bundle so they’re always up to date
Fixed a crash in the Feeds list related to updating the feed image
Fixed a layout bug that could happen on returning to the Feeds list
Fixed a bug where go-to-feed might not properly expand disclosure triangles
### 6.1 TestFlight build 6103 - 25 Jan 2022
Fixed regression with keyboard shortcuts.
Fixed crashing bug adding an account.
### 6.1 TestFlight build 6102 - 23 Jan 2022
Article themes. Several themes ship with the app, and you can create your own. You can change the theme in Preferences.
Copy URLs using repaired, rather than raw, feed links.
Disallow creation of iCloud account in the app if iCloud and iCloud Drive aren’t both enabled.
Fixed bug showing quote tweets that only included an image.
Video autoplay is now disallowed.
Article view now supports RTL layout.### 6.0.1 TestFlight build 608 - 28 Aug 2021
Inoreader: don’t call it so often, so we don’t go over the API limits
Feedly: handle a specific case where Feedly started not returning a value we expected but didn’t actually need (we were reporting it as an error to the user, but it wasn’t)