Commit Graph

  • 634a3842c7 use semantic CSS names instead of left/right Jed Fox 2021-03-29 16:09:31 -04:00
  • d1e5c90ebf Update the iOS app to work with the new Account createWebFeed signature. Maurice Parker 2021-03-29 16:19:05 -05:00
  • bfb6b3719e Send out an name change notification if the feed name changes. Fixes #2939 Maurice Parker 2021-03-29 14:48:48 -05:00
  • f9bc973361 Merge branch 'mac-release' of https://github.com/Ranchero-Software/NetNewsWire into mac-release Maurice Parker 2021-03-29 14:33:17 -05:00
  • 95234706e1 Fix issue where next unread wasn't wrapping around. Fixes #2942 Maurice Parker 2021-03-29 14:33:08 -05:00
  • 4bcf2ee99b Merge pull request #2937 from j-f1/patch-1 Brent Simmons 2021-03-28 16:56:32 -07:00
  • 9c474bbea0 Update HiddenPrefs.md Jed Fox 2021-03-28 19:17:22 -04:00
  • fb2addf833 Set version number properly in appcast update. Brent Simmons 2021-03-28 15:30:25 -07:00
  • 4bdc35811d Update beta appcast for 6.0.1b1. Brent Simmons 2021-03-28 15:28:31 -07:00
  • b9e2371ca7 Fix build number. Brent Simmons 2021-03-28 14:55:20 -07:00
  • f404759ba8 Write 6.0.1b1 release notes. mac-6.0.1b1 Brent Simmons 2021-03-28 14:43:03 -07:00
  • b5d8d12912 Bump version to 6.0.1b1. Brent Simmons 2021-03-28 14:33:00 -07:00
  • fb9114538c Modified the Timeline so that it can handle duplicate articleIDs Maurice Parker 2021-03-28 06:30:49 -05:00
  • 022e4ae153 Fail when trying to add a feed that isn't parsable. Fixes #2921 Maurice Parker 2021-03-27 19:18:22 -05:00
  • c35dabbc55 Change so that we don't join with the articles table when finding starred or unread article ids. Fixes #2915 Maurice Parker 2021-03-27 19:12:30 -05:00
  • 01682e3cfd Fail when trying to add a feed that isn't parsable. Fixes #2921 Maurice Parker 2021-03-27 19:18:22 -05:00
  • e73b174473 Change so that we don't join with the articles table when finding starred or unread article ids. Fixes #2915 Maurice Parker 2021-03-27 19:12:30 -05:00
  • ab5421f533 Merge branch 'mac-release' into main Maurice Parker 2021-03-27 17:21:49 -05:00
  • 8c3bcd4e95 Update release appcast for 6.0. Brent Simmons 2021-03-27 14:44:44 -07:00
  • c938417c6c Update standard beta appcast for 6.0. Brent Simmons 2021-03-27 14:43:45 -07:00
  • 975a78fc8a Update NetNewsWire 6 beta appcast for 6.0. Brent Simmons 2021-03-27 14:40:38 -07:00
  • f34b300996 Update version and release notes for 6.0. mac-6.0 Brent Simmons 2021-03-26 18:21:12 -07:00
  • b1d62d1bb7 Return to the normal test build appcast feed URL. Brent Simmons 2021-03-26 18:16:08 -07:00
  • aaf7b9b38a Merge pull request #2917 from stuartbreckenridge/widget-fetch-changes Maurice Parker 2021-03-26 11:01:48 -05:00
  • 1ca0df67a4 widget and unread badge counts are correct Stuart Breckenridge 2021-03-26 11:36:20 +08:00
  • fab9a23900 Update appcast for 6.0b5. Brent Simmons 2021-03-25 18:34:22 -07:00
  • 25b2869d0d Update release notes for 6.0b5. mac-6.0beta5 Brent Simmons 2021-03-25 17:30:34 -07:00
  • 14dd0c1d6d Bump version to 6.0b5. Brent Simmons 2021-03-25 17:22:47 -07:00
  • 87de7c51b5 Update the link for the 6.0 Mac help book. Brent Simmons 2021-03-25 17:17:43 -07:00
  • 3c2c17df0d Fix threading issue Maurice Parker 2021-03-25 16:28:15 -05:00
  • b5eff641d0 Change so that we don't validate and change unread counts for unread limit queries Maurice Parker 2021-03-25 16:07:22 -05:00
  • e62cb4847b Only update the timer when the refreshInterval changes Maurice Parker 2021-03-25 13:51:40 -05:00
  • 34de76009b Update to latest RSCore Maurice Parker 2021-03-24 16:50:35 -05:00
  • 064463e892 Update to the latest RSCore. Fixes #2914 Maurice Parker 2021-03-24 16:42:53 -05:00
  • ed4896890d Merge pull request #2910 from stuartbreckenridge/widget-fetch-changes Maurice Parker 2021-03-24 09:37:21 -05:00
  • ca45ea6e05 Widget now uses limits Stuart Breckenridge 2021-03-24 20:30:21 +08:00
  • 7f702abc8a fixes build error Stuart Breckenridge 2021-03-24 20:06:48 +08:00
  • 9c761c80df Add an optional limit parameter to the smart feeds. Fixes #2627 Maurice Parker 2021-03-24 05:43:07 -05:00
  • 10efcdc6de Update appcast for 6.0b4. Brent Simmons 2021-03-23 19:37:20 -07:00
  • 024a8138bb Update release notes and version for 6.0b4. mac-6.0beta4 Brent Simmons 2021-03-23 19:08:02 -07:00
  • 7e791a2e7d Feedly API is no longer returning the feed values for deleted feeds, so make the response (which we ignore anyway), optional. Fixes #2897 Kiel Gillard 🤪 2021-03-23 17:00:54 +11:00
  • 338867838b Merge pull request #2906 from kielgillard/mac-candidate Maurice Parker 2021-03-23 10:16:45 -05:00
  • 488c4f42ef Feedly API is no longer returning the feed values for deleted feeds, so make the response (which we ignore anyway), optional. Fixes #2897 Kiel Gillard 🤪 2021-03-23 17:00:54 +11:00
  • 84ddd75107 Change refresh behavior so that it doesn't rely on the debug menu. Fixes #2905 Maurice Parker 2021-03-22 17:20:40 -05:00
  • be80ce036a Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate Maurice Parker 2021-03-19 11:13:41 -05:00
  • b71c962684 Add the feed even if we can't find a viable feed in a page that the FeedFinder selected. Fixes #2888 Maurice Parker 2021-03-19 11:13:26 -05:00
  • d7cf7baaf2 Update appcast for 6.0b3. Brent Simmons 2021-03-16 22:47:33 -07:00
  • a9ebf93ed9 Update release notes and version for 6.0b3. mac-6.0beta3 Brent Simmons 2021-03-16 20:22:09 -07:00
  • 42e6e1397d Signal that the mouse exited the link when an article gets reloaded. Fixes #2877 Maurice Parker 2021-03-15 20:14:30 -05:00
  • 78b9444274 Remove extra unused parameter in delegate signature Maurice Parker 2021-03-15 20:10:42 -05:00
  • 81c0422205 Add a webfeed even if we couldn't find it using the FeedFinder. Fixes #2888 Maurice Parker 2021-03-15 19:56:05 -05:00
  • 52f11ff538 Add validateFeed parameter to createWebFeed Maurice Parker 2021-03-15 18:01:12 -05:00
  • 5fd4dae3e6 Remove batch update commands that were interfering with the Sidebar getting rebuilt Maurice Parker 2021-03-15 17:49:33 -05:00
  • f1e4d70481 Simplify the folder copy logic Maurice Parker 2021-03-15 17:47:53 -05:00
  • d57cb7b21f Delete obsolete code Maurice Parker 2021-03-15 17:35:23 -05:00
  • 7e4e7091e2 Delete obsolete code Maurice Parker 2021-03-15 17:33:12 -05:00
  • 2ae90792cd Update to the latest RSWeb. Fixes #2884 Maurice Parker 2021-03-15 14:52:06 -05:00
  • 3f31d6e96b Merge pull request #2876 from rhx/main Maurice Parker 2021-03-14 14:08:01 -05:00
  • 9277d190e3 Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate Maurice Parker 2021-03-14 14:06:21 -05:00
  • c1a6c42bd3 Remove Hide Unread Count preference. Fixes #2881 Maurice Parker 2021-03-14 14:06:09 -05:00
  • 2e8a180c44 Update appcast for 6.0b2. Brent Simmons 2021-03-13 13:12:20 -08:00
  • 45d26bee12 Update Account/Sources/Account/Feedly/FeedlyAccountDelegateError.swift Rene Hexel 2021-03-14 06:01:37 +10:00
  • 80f79bc553 Bump version to 6.0b2. mac-6.0beta2 Brent Simmons 2021-03-13 11:55:39 -08:00
  • bde9aa5580 Write release notes for 6.0b2. Brent Simmons 2021-03-13 11:55:29 -08:00
  • fc697149c0 Merge pull request #2839 from j-f1/hr-styling Maurice Parker 2021-03-12 16:42:25 -06:00
  • 8e10d45903 Provide additional help to users with persistent Feedly authorization issues. Rene Hexel 2021-03-13 06:54:06 +10:00
  • 3d3b1088c0 Merge pull request #2873 from j-f1/no-select Maurice Parker 2021-03-12 11:33:38 -06:00
  • 1dd6c0be3b Merge pull request #2872 from j-f1/remove-wp-smiley Maurice Parker 2021-03-12 11:33:15 -06:00
  • 0e5d4585ec Make system messages unselectable Jed Fox 2021-03-11 22:50:30 -05:00
  • 38827a8c2a Remove wp-smiley images Jed Fox 2021-03-11 22:47:34 -05:00
  • bf76cb810d Change to always copy between accounts. Fixes #2871 Maurice Parker 2021-03-11 19:43:05 -06:00
  • 9dc9db597a Upgrade to the latest RSCore Maurice Parker 2021-03-11 19:29:52 -06:00
  • b475aa2ca6 Upgrade to latest RSCore Maurice Parker 2021-03-11 19:27:11 -06:00
  • 7297fddec9 Reduce block size to reduce the number of times CloudKit has to tell us to split our number of records Maurice Parker 2021-03-11 19:24:06 -06:00
  • bd71b5d79a Update Shared/Article Rendering/newsfoot.js Andrew Brehaut 2021-03-11 10:54:25 +13:00
  • bffd341992 #2371 Checks footnote target before overriding browser default behavior Andrew Brehaut 2021-03-11 08:16:51 +13:00
  • 34f00b7780 Update Shared/Article Rendering/newsfoot.js Andrew Brehaut 2021-03-11 10:54:25 +13:00
  • 97b783db38 #2371 Checks footnote target before overriding browser default behavior Andrew Brehaut 2021-03-11 08:16:51 +13:00
  • 1b6ec8cfd7 Merge pull request #2867 from brehaut/main Maurice Parker 2021-03-10 18:39:52 -06:00
  • b9ea58dc4f Update Shared/Article Rendering/newsfoot.js Andrew Brehaut 2021-03-11 10:54:25 +13:00
  • 54064d7a30 #2371 Checks footnote target before overriding browser default behavior Andrew Brehaut 2021-03-11 08:16:51 +13:00
  • 7a17c1e8aa Validate server data before accessing it using a subscript. Fixes #2861 Maurice Parker 2021-03-09 04:47:15 -06:00
  • 3132a2c779 Validate server data before accessing it using a subscript. Fixes #2861 Maurice Parker 2021-03-09 04:47:15 -06:00
  • 64e5a09ac6 Return to main queue after getting notified of the dispatch group completion. Fixes #2863 Maurice Parker 2021-03-09 04:23:19 -06:00
  • 3eed5fe72a Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate Maurice Parker 2021-03-09 04:23:29 -06:00
  • 2dd475e71d Return to main queue after getting notified of the dispatch group completion. Fixes #2863 Maurice Parker 2021-03-09 04:23:19 -06:00
  • 2819dcdada Merge pull request #2855 from stuartbreckenridge/article-view-fixes Maurice Parker 2021-03-08 13:24:51 -06:00
  • e2f21c15c2 formatting Stuart Breckenridge 2021-03-08 14:12:32 +08:00
  • f630cb16db comments Stuart Breckenridge 2021-03-08 10:30:58 +08:00
  • a59df3e6fc Moves frame tweaking to end of liveResize Stuart Breckenridge 2021-03-08 10:28:51 +08:00
  • 27b9326d07 fixes #2823 Stuart Breckenridge 2021-03-08 10:06:30 +08:00
  • 7d2f9d9cb9 Update appcast for 6.0b1. Brent Simmons 2021-03-07 12:25:32 -08:00
  • 2b816fee4b Update change notes. Bump version to 6.0b1. mac-6.0beta1 Brent Simmons 2021-03-07 12:06:13 -08:00
  • 935180bf2d Merge pull request #2853 from stuartbreckenridge/article-view-fixes Maurice Parker 2021-03-07 13:07:27 -06:00
  • c9807a6bb0 Update to the latest RSCore. Fixes #2685 Maurice Parker 2021-03-07 13:03:28 -06:00
  • 4ff7e4ccbc Update to the latest RSCore. Fixes #2685 Maurice Parker 2021-03-07 13:03:28 -06:00
  • 2e12f5a078 removes code comment Stuart Breckenridge 2021-03-07 21:34:52 +08:00
  • 86981a0c5b #2597 Stuart Breckenridge 2021-03-07 16:47:39 +08:00
  • 7a653db1dd typo Stuart Breckenridge 2021-03-07 15:51:43 +08:00
  • 8dc6e4e332 Contraint Changes Stuart Breckenridge 2021-03-07 14:20:03 +08:00