Commit Graph

1290 Commits

Author SHA1 Message Date
Stuar Breckenridge cc2f39bc51 💄 Minor clean up 2025-06-26 22:10:19 +08:00
Stuar Breckenridge ff369d15db 💄 Slightly wider scroll view 2025-06-26 19:52:54 +08:00
Stuar Breckenridge cb134ee0ee 💄 Gives versionLabel enough room to display build 2025-06-26 19:50:48 +08:00
Stuar Breckenridge 321829878c 🎨 Code formatting 2025-06-26 17:44:48 +08:00
Stuar Breckenridge a560542aa6 ⚰️ Removes dead code 2025-06-26 17:41:07 +08:00
Stuar Breckenridge c6acc1036f 💄 Modernise About Panel 2025-06-26 17:37:51 +08:00
Stuar Breckenridge d86cb46b85 💄 About Mac uses modern font. 2025-06-25 19:06:14 +08:00
Stuar Breckenridge 39991d187c 💄 Adds missing images for mark above/below as read 2025-06-22 22:45:59 +08:00
Stuar Breckenridge 5d750facd3 💄 Improve legibility of unread count on macOS 2025-06-22 07:55:53 +08:00
Stuar Breckenridge 58e2060fc3 💄 Make macOS timeline swipe under sidebar
Fixes #4670
2025-06-22 07:53:53 +08:00
Stuart Breckenridge c3a30c527c 💄 Large symbols don’t appear to be required 2025-06-20 22:14:39 +08:00
Stuart Breckenridge c5184b610c Bubbles and Sparkles for cleaning, images on tl 2025-06-20 22:09:28 +08:00
Stuart Breckenridge ece3d14478 💄 Adds images to sidebar menu items 2025-06-20 21:58:44 +08:00
Stuart Breckenridge f9a7a0891f 💄 Updates several macOS pdfs to symbols 2025-06-20 21:58:19 +08:00
Stuart Breckenridge 05907db70a 💄 Move sidebar toggle to sidebar 2025-06-20 20:02:10 +08:00
Stuart Breckenridge 0483e9bb9d 🔥 Don’t use image there! 2025-06-20 19:50:52 +08:00
Stuart Breckenridge cabaa32be5 🔥 Removes unused #available checks 2025-06-20 19:48:15 +08:00
Stuart Breckenridge 00b8affe5f 💄 Updates unread count text to be subtle (macOS) 2025-06-20 16:01:58 +08:00
Brent Simmons a66b372302 Write release notes for 6.1.10b2. 2025-05-13 08:50:45 -07:00
Brent Simmons b8f99b6569 Remove http and https as handled protocols from Info.plist. This items broke the ability to add a Feedly account via OAuth. 2025-05-13 08:47:36 -07:00
Brent Simmons 4d930dd5e4 Restore changes reverted in previous beta. 2025-05-09 20:30:04 -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 5416fdce9f Write release notes for 6.1.10b1. 2025-05-07 21:13:18 -07:00
Brent Simmons c6bec5848b Add missing Mac change notes. 2025-05-07 21:07:09 -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 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 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
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
Stuart Breckenridge 4289518e36 Fixes dark mode on Keyboard Shortcuts 2025-04-28 08:46:54 -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
Nate Weaver c028880e58 Return [Article] from articlesForIndexes() instead of Set<Article> 2025-04-27 21:53:43 -07:00
J-rg d5f02d8529 Fix blurry sidebar symbols (#3268) 2025-04-27 19:01:11 -07:00
Sean Santry 3b3b228d5d Save Sidebar open/collapsed state between launches. Fixes #2707 2025-04-27 16:36:14 -07:00
Ethan Wong a82a1e16f9 Fix: bottom inset of TimelineTableView disappeared on macOS Monterey 2025-04-27 16:26:50 -07:00
Brent Simmons 9d8de0d098 Update link for Stuart. Make Contributing Developers section for Maurice and Stuart. 2025-04-27 13:36:24 -07:00
Faisal N Jawdat c043c5a653 Add http and https to the list of CFBundleURLSchemes.
If NetNewsWire says it is able to handle http and https URL schemes, Safari will list NetNewsWire as a target in Develop > Open Page With, which provides a trivial flow for subscribing to the page or site one is currently reading in Safari. This has the advantage of providing a reasonably fast path for subscription without requiring users configure the app extension to get the functionality.
2025-04-27 12:51:19 -07:00
Brent Simmons 3739906da9 Refer to Inoreader properly (instead of as InoReader). 2025-04-26 16:16:16 -07:00
Brent Simmons 41a3121ddb Move release notes to their relevant folders. 2025-04-26 11:29:03 -07:00
Brent Simmons 2826913235 Add and use ArticleRenderingSpecialCases — the one special case is The Verge’s feed. This works around their bug. 2025-04-25 21:14:35 -07:00
Brent Simmons 6ad239fb39 Add sharingServicesForItems_noDeprecationWarning to silence deprecation that we’re accepting. 2025-04-25 09:30:49 -07:00
Brent Simmons c43776ae36 Fix several warnings. 2025-04-25 08:55:50 -07:00
Brent Simmons 93e76f617b Fix several warnings. 2025-04-25 08:46:34 -07:00
Brent Simmons d4fa99b913 Accept Xcode changes to AccountsAddCloudKit.xib. 2025-04-25 08:35:06 -07:00
Brent Simmons dc57b45aab Fix cut-off text in iCloud account dialog. Remove an extraneous period. 2025-04-24 21:59:46 -07:00
Brent Simmons 91b3110cd5 Delete no-longer-needed Unicode support for URLs. 2025-04-24 16:21:16 -07:00