Commit Graph

8167 Commits

Author SHA1 Message Date
Brent Simmons a5e8123ab2 Bump version to 6197. 2025-05-09 20:30:12 -07:00
Brent Simmons 4d930dd5e4 Restore changes reverted in previous beta. 2025-05-09 20:30:04 -07:00
Brent Simmons 0a9c323dfc Write release notes for 6196. iOS-6.1.9-6196 2025-05-09 09:24:15 -07:00
Brent Simmons aba1f62d05 Bump build to 6196. 2025-05-09 09:24:05 -07:00
Brent Simmons 9aa93166b7 Revert more changes since 6193 in hopes of fixing the scrolling bug. 2025-05-09 09:22:34 -07:00
Brent Simmons ef7aa6bb27 Bump build to 6195. iOS-6.1.9-6195 2025-05-08 21:32:33 -07:00
Brent Simmons 166d870e9c Write release notes for 6195. 2025-05-08 21:32:23 -07:00
Brent Simmons ee9c14783f Revert webview changes that might be the cause of the no-scroll-on-coming-back-from-sleep bug. 2025-05-08 21:29:58 -07:00
Brent Simmons 112125e50e Fix HTML encoding in appcast. 2025-05-08 16:40:04 -07:00
Brent Simmons fad20e2b15 Update appcast. 2025-05-07 22:08:26 -07:00
Brent Simmons 5416fdce9f Write release notes for 6.1.10b1. mac-6.1.10b1 2025-05-07 21:13:18 -07:00
Brent Simmons d315597f6f Update version and build. 2025-05-07 21:13:00 -07:00
Brent Simmons a377631508 Use ### for release notes headers. 2025-05-07 21:12:51 -07:00
Brent Simmons c6bec5848b Add missing Mac change notes. 2025-05-07 21:07:09 -07:00
Brent Simmons 794e1ed996 Bump build to 6194. iOS-6.1.9-6194 2025-05-07 20:22:04 -07:00
Brent Simmons 351804ff18 Add change notes for 6194 iOS. 2025-05-07 20:21:54 -07:00
Brent Simmons 5c379a8d3a Turn off debug logging in Downloader. 2025-05-07 20:21:44 -07:00
Brent Simmons bd35c85fcf Merge branch 'feature/fix-double-read' 2025-05-07 20:07:26 -07:00
Brent Simmons 3785df268c Add short-lived cache to Downloader. 2025-05-07 20:07:15 -07:00
Brent Simmons 1c7578b8ac Refactor into local private methods. 2025-04-29 22:58:52 -07:00
Brent Simmons 2658319a91 Make Download @MainActor, and make it handle duplicate in-flight requests without making duplicate calls. 2025-04-29 13:09:10 -07:00
Brent Simmons 1dcfb94125 Bring in Stuart’s fix for beehiv blogs: https://github.com/Ranchero-Software/NetNewsWire/pull/4458 2025-04-28 21:51:32 -07:00
Brent Simmons 86f6d51428 Fix typos. 2025-04-28 21:45:23 -07:00
Mark Trolley f6eecd7e51 Add protocol to FreshRSS example URLs
As a new user it's not obvious that the FreshRSS API URL needs to
include the protocol since the example URL does not have it. Add the
protocol to the example URL to clarify that.
2025-04-28 21:34:16 -07:00
Brent Simmons 6cf6430429 Update README to mention .xcodeproj instead of .xcworkspace. 2025-04-28 21:33:33 -07:00
Brent Simmons a2f940595c Fix bug updating NewsBlur feeds. 2025-04-28 21:30:50 -07:00
Leo Heitmann Ruiz 27037eafb9 Use https for kottke.org feed 2025-04-28 21:27:46 -07:00
Nate Weaver d34031a4f6 Fix footnote popovers overlapping nearby later footnote bubbles 2025-04-28 21:20:33 -07:00
Brent Simmons e657d07383 Fix privacy policy link. 2025-04-28 21:18:48 -07:00
Brent Simmons a61378ac69 Delete unused preferencesToolbarExtensionsImage. 2025-04-28 21:14:09 -07:00
Stuart Breckenridge 6efa2a462d Updates Widget’s assets to use new iOS icon. 2025-04-28 21:11:51 -07:00
Ethan Wong bb1fb146ea Do not make the sidebar first responder when it’s collapsed. 2025-04-28 21:10:27 -07:00
Henrik Hørlück Berg 389c8529cc Disable audio autoplay on macOS
- To be in-line with how this is threated on iOS
2025-04-28 21:07:47 -07:00
Ethan Wong e6a11197fe Allow ImageViewController to be closed with the space key on physical keyoard for iOS. 2025-04-28 21:04:02 -07:00
Brent Simmons b7d4041781 Simplify WebView loading on iOS. 2025-04-28 21:00:31 -07:00
Gabriel R 0a364c7c00 modern font, colors match Safari's Reader
FWIW, I'm the original Sepia theme author from way back when themes were introduced in a NNW Beta.
2025-04-28 08:51:46 -07:00
Stuart Breckenridge ccd0bfb017 changes to checking for the prefix 2025-04-28 08:47:51 -07:00
Stuart Breckenridge 23af34b616 Ignores files in __MACOSX folder 2025-04-28 08:47:44 -07:00
Stuart Breckenridge 4289518e36 Fixes dark mode on Keyboard Shortcuts 2025-04-28 08:46:54 -07:00
Brent Simmons 6247d72a5b Fix a couple typos. 2025-04-28 08:46:03 -07:00
Ethan Wong d4f9c25df4 Allow 'Open Link' item to show on the contextual menu of web links. (fixes #3666) 2025-04-28 08:40:28 -07:00
haikusw 29d46d3cb4 rename to shorter version since we no longer need to distinguish between this and other dragOperation type. 2025-04-27 22:02:15 -07:00
Tyler aabb149307 Address 3580 by using only the items in the DraggingInfo to handle the drag and no view properties associated with a single window.
Remove cached `draggedNodes` optimization and just always use the data on the dragging pasteboard because it works both within the same window and across two windows.

Add support for WebFeedPasteboardWriter to include a parent containerName in the pasteboard dictionary written for a WebFeed object (which doesn't know about it's parent) because we need this for drag and drop to be able to perform a move operation.

Fix issue with dragged feeds not knowing their parent folder and delete deleting the wrong item by telling WebFeedPasteboardWriter what the container of items is.  Remove code that is now unused now that draggedNodes is removed and consolidate code that was expanded to handle both node and pasteboard items since we are just using pasteboard items now.
2025-04-27 22:01:58 -07:00
Tyler 28a69dddab Add iCloud to disabled in local developer build account types 2025-04-27 21:59:00 -07:00
Nate Weaver c028880e58 Return [Article] from articlesForIndexes() instead of Set<Article> 2025-04-27 21:53:43 -07:00
Teddy Bradford 48fc3f4c6b Add top margin to figcaption
Currently there is no margin between `img` and `figcaption` inside `figure`.

This change adds a small margin so that the text has some breathing room.
2025-04-27 21:50:15 -07:00
Brent Simmons d07e03a58e Write release notes for 6193. iOS-6.1.9-6193 2025-04-27 21:30:13 -07:00
Brent Simmons 0e8b7b47ad Bump build number. 2025-04-27 21:29:56 -07:00
Brent Simmons 2e019492f7 Remove force-unwrapping which may be trigger a crashing bug. 2025-04-27 21:25:03 -07:00
Brent Simmons eb10ccaea0 Remove force-unwrapped optionals which may be the cause of a crash bug. 2025-04-27 21:19:20 -07:00