Commit Graph

7817 Commits

Author SHA1 Message Date
Brent Simmons 4bdc35811d Update beta appcast for 6.0.1b1. 2021-03-28 15:28:31 -07:00
Brent Simmons b9e2371ca7 Fix build number. 2021-03-28 14:55:20 -07:00
Brent Simmons f404759ba8 Write 6.0.1b1 release notes. 2021-03-28 14:43:03 -07:00
Brent Simmons b5d8d12912 Bump version to 6.0.1b1. 2021-03-28 14:33:00 -07:00
Maurice Parker fb9114538c Modified the Timeline so that it can handle duplicate articleIDs 2021-03-28 06:30:49 -05:00
Maurice Parker 022e4ae153 Fail when trying to add a feed that isn't parsable. Fixes #2921 2021-03-27 19:29:26 -05:00
Maurice Parker c35dabbc55 Change so that we don't join with the articles table when finding starred or unread article ids. Fixes #2915 2021-03-27 19:27:23 -05:00
Maurice Parker 01682e3cfd Fail when trying to add a feed that isn't parsable. Fixes #2921 2021-03-27 19:18:22 -05:00
Maurice Parker e73b174473 Change so that we don't join with the articles table when finding starred or unread article ids. Fixes #2915 2021-03-27 19:12:30 -05:00
Maurice Parker ab5421f533 Merge branch 'mac-release' into main 2021-03-27 17:21:49 -05:00
Brent Simmons 8c3bcd4e95 Update release appcast for 6.0. 2021-03-27 14:44:44 -07:00
Brent Simmons c938417c6c Update standard beta appcast for 6.0. 2021-03-27 14:43:45 -07:00
Brent Simmons 975a78fc8a Update NetNewsWire 6 beta appcast for 6.0. 2021-03-27 14:40:38 -07:00
Brent Simmons f34b300996 Update version and release notes for 6.0. 2021-03-26 18:21:12 -07:00
Brent Simmons b1d62d1bb7 Return to the normal test build appcast feed URL. 2021-03-26 18:16:08 -07:00
Maurice Parker aaf7b9b38a
Merge pull request #2917 from stuartbreckenridge/widget-fetch-changes
widget and unread badge counts are correct
2021-03-26 11:01:48 -05:00
Stuart Breckenridge 1ca0df67a4
widget and unread badge counts are correct
also - counts in the widget revert back to using data available in the SmartFeedsController.
2021-03-26 11:36:20 +08:00
Brent Simmons fab9a23900 Update appcast for 6.0b5. 2021-03-25 18:34:22 -07:00
Brent Simmons 25b2869d0d Update release notes for 6.0b5. 2021-03-25 17:30:34 -07:00
Brent Simmons 14dd0c1d6d Bump version to 6.0b5. 2021-03-25 17:22:47 -07:00
Brent Simmons 87de7c51b5 Update the link for the 6.0 Mac help book. 2021-03-25 17:17:43 -07:00
Maurice Parker 3c2c17df0d Fix threading issue 2021-03-25 16:28:15 -05:00
Maurice Parker b5eff641d0 Change so that we don't validate and change unread counts for unread limit queries 2021-03-25 16:07:22 -05:00
Maurice Parker e62cb4847b Only update the timer when the refreshInterval changes 2021-03-25 13:51:40 -05:00
Maurice Parker 34de76009b Update to latest RSCore 2021-03-24 16:50:35 -05:00
Maurice Parker 064463e892 Update to the latest RSCore. Fixes #2914 2021-03-24 16:42:53 -05:00
Maurice Parker ed4896890d
Merge pull request #2910 from stuartbreckenridge/widget-fetch-changes
Widget fetch changes
2021-03-24 09:37:21 -05:00
Stuart Breckenridge ca45ea6e05
Widget now uses limits 2021-03-24 20:30:21 +08:00
Stuart Breckenridge 7f702abc8a
fixes build error 2021-03-24 20:06:48 +08:00
Maurice Parker 9c761c80df Add an optional limit parameter to the smart feeds. Fixes #2627 2021-03-24 05:43:07 -05:00
Brent Simmons 10efcdc6de Update appcast for 6.0b4. 2021-03-23 19:37:20 -07:00
Brent Simmons 024a8138bb Update release notes and version for 6.0b4. 2021-03-23 19:08:02 -07:00
Kiel Gillard 🤪 7e791a2e7d Feedly API is no longer returning the feed values for deleted feeds, so make the response (which we ignore anyway), optional. Fixes #2897 2021-03-23 10:17:59 -05:00
Maurice Parker 338867838b
Merge pull request #2906 from kielgillard/mac-candidate
Feedly API is no longer returning the feed values for deleted feeds…
2021-03-23 10:16:45 -05:00
Kiel Gillard 🤪 488c4f42ef Feedly API is no longer returning the feed values for deleted feeds, so make the response (which we ignore anyway), optional. Fixes #2897 2021-03-23 17:06:42 +11:00
Maurice Parker 84ddd75107 Change refresh behavior so that it doesn't rely on the debug menu. Fixes #2905 2021-03-22 17:20:40 -05:00
Maurice Parker be80ce036a Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate 2021-03-19 11:13:41 -05:00
Maurice Parker b71c962684 Add the feed even if we can't find a viable feed in a page that the FeedFinder selected. Fixes #2888 2021-03-19 11:13:26 -05:00
Brent Simmons d7cf7baaf2 Update appcast for 6.0b3. 2021-03-16 22:47:33 -07:00
Brent Simmons a9ebf93ed9 Update release notes and version for 6.0b3. 2021-03-16 20:22:09 -07:00
Maurice Parker 42e6e1397d Signal that the mouse exited the link when an article gets reloaded. Fixes #2877 2021-03-15 20:14:30 -05:00
Maurice Parker 78b9444274 Remove extra unused parameter in delegate signature 2021-03-15 20:10:42 -05:00
Maurice Parker 81c0422205 Add a webfeed even if we couldn't find it using the FeedFinder. Fixes #2888 2021-03-15 19:56:05 -05:00
Maurice Parker 52f11ff538 Add validateFeed parameter to createWebFeed 2021-03-15 18:01:12 -05:00
Maurice Parker 5fd4dae3e6 Remove batch update commands that were interfering with the Sidebar getting rebuilt 2021-03-15 17:49:33 -05:00
Maurice Parker f1e4d70481 Simplify the folder copy logic 2021-03-15 17:47:53 -05:00
Maurice Parker d57cb7b21f Delete obsolete code 2021-03-15 17:35:23 -05:00
Maurice Parker 7e4e7091e2 Delete obsolete code 2021-03-15 17:33:12 -05:00
Maurice Parker 2ae90792cd Update to the latest RSWeb. Fixes #2884 2021-03-15 14:52:06 -05:00
Maurice Parker 3f31d6e96b
Merge pull request #2876 from rhx/main
Provide additional help to users with persistent Feedly authorization issues
2021-03-14 14:08:01 -05:00