Commit Graph

7762 Commits

Author SHA1 Message Date
Brent Simmons 49549484af Rename New Web Feed to New Feed. 2023-06-25 15:30:57 -07:00
Brent Simmons 54295590a5 Rename New Web Feed to New Feed. 2023-06-25 15:30:43 -07:00
Brent Simmons d232cf43c7 Remove showAddRedditFeedWindow function and all references to it. 2023-06-25 15:26:37 -07:00
Brent Simmons aeafd60c36 Remove Extensions UI from Settings window. 2023-06-25 15:24:24 -07:00
Brent Simmons 433dea94e0 Fix feedRequiresRedditAPI function. 2023-06-25 15:24:03 -07:00
Brent Simmons 4dd3d60c78 Create and use API to determine if there are any feeds that require the Reddit API. 2023-06-25 15:01:53 -07:00
Brent Simmons 8a9481b621 Remove New Reddit Feed menu command. Rename New Web Feed to just New Feed. 2023-06-25 14:46:17 -07:00
Brent Simmons 5a5de1edee Write release notes about removing Reddit API and Extensions. 2023-06-25 14:45:50 -07:00
Brent Simmons 89307275e7 Bump version and build. 2023-06-25 14:45:32 -07:00
Brent Simmons b6e7c16c13 Remove add-Reddit-feed sheet and window controller. 2023-06-25 14:43:55 -07:00
Brent Simmons efceeac0e9 Update version, build, and release notes. 2023-06-25 12:26:00 -07:00
Brent Simmons 799d3f3894 Change release notes URL to point to release notes page: https://github.com/Ranchero-Software/NetNewsWire/releases/ 2023-06-25 12:25:45 -07:00
Brent Simmons fdc5fd5b72 Update version. 2023-06-18 16:00:03 -07:00
Brent Simmons e6a25f374a Show Reddit deprecation alert if needed. 2023-06-18 15:53:37 -07:00
Brent Simmons 21ee96609a Update NetNewsWire feed URL to use netnewswire.blog host. 2023-06-18 15:43:47 -07:00
Brent Simmons 0e1ae52a32 Bump version and build to 6.1.2 and 6114 to avoid confusion with previous GitHub-only release of 6.1.1. 2023-04-08 10:02:33 -07:00
Brent Simmons e03d5b85fd Update build number. Write release notes. 2023-04-08 10:00:30 -07:00
Brent Simmons 86294c32e6 Update feeds to remove feeds that — sadly! — appear to be inactive. Add Allen Pike’s feed. 2023-04-08 10:00:12 -07:00
Brent Simmons 82cb561fc7 Update copyright for 2023. 2023-03-13 21:47:10 -07:00
Brent Simmons 0ba9a06b92 Update Twitter notice to not specify any dates. Bump version and build. 2023-03-13 21:44:32 -07:00
Brent Simmons c848f5ef3c Write release notes for 6.1.1b4. 2023-02-09 22:02:59 -08:00
Brent Simmons f112b08acb Update version and build number. 2023-02-09 21:52:08 -08:00
Brent Simmons fda56b4423 Update the Twitter removal warning to say “later in February” instead of “February 9,” since Twitter postponed the removal date to the 13th, and might do so again. 2023-02-09 21:51:58 -08:00
Brent Simmons 86966b29ec Update Safari extension icon — new icon by Louie Mantia. Update release notes and build. 2023-02-09 21:46:46 -08:00
Brent Simmons 3168c9c935 Update release notes and version. 2023-02-05 20:20:51 -08:00
Brent Simmons e7ae7887e3 Add and use anyLocalOriCloudAccountHasAtLeastOneTwitterFeed in AccountManager. Simplify date comparison code. 2023-02-05 20:17:31 -08:00
Brent Simmons 31fa19c57c
Merge pull request #3852 from stuartbreckenridge/mac-release
Shows Twitter deprecation alert on macOS
2023-02-05 17:35:57 -08:00
Stuart Breckenridge b83345a47f
Adds account type check for Twitter deprecation alert 2023-02-05 21:30:44 +08:00
Stuart Breckenridge da91548875
Shows Twitter deprecation alert on macOS 2023-02-05 09:40:41 +08:00
Maurice Parker 6c1e1ea1c6 Remove Twitter integration. Fixes #3842 2023-02-03 19:00:13 -08:00
Brent Simmons 06910b1e58 Avoid force-unwrapping, which was causing a crash. Add an `assertionFailure` so we can catch this issue in the act — we need to know why an item would not be a Node. Fix https://github.com/Ranchero-Software/NetNewsWire/issues/3824 2023-01-22 14:57:56 -08:00
Brent Simmons 489088ad74 Import RSDatabase for access to DatabaseError. 2023-01-22 14:50:46 -08:00
Brent Simmons 28b91ed8c8 Copy fetchArticlesAsync callback fix from ios-release. 2023-01-22 12:54:07 -08:00
Brent Simmons 6c781f3a63 Fix widget data encoding crash — and possibly other bugs — by making sure that `fetchArticlesAsync` calls its callback just once. (The widget data encoder was crashing with multiple calls in the failure case, since it ended up having unbalanced DispatchGroup enter and leave calls.) 2023-01-22 12:50:46 -08:00
Brent Simmons 1cfc4532d7 Bump version and build to 6.1.1b1/6107. 2022-11-02 20:54:47 -07:00
Maurice Parker b76581e4e0 Updated change notes 2022-11-02 01:52:36 -05:00
Maurice Parker 5bf5706ac9 Restrict RSCore version so that we don't pick up version 1.1 when it happens 2022-11-01 20:26:14 -05:00
Maurice Parker 948b02d0ac Change so that we only send 300 markers per request. Fixes #3711 2022-10-28 16:03:41 -05:00
Maurice Parker 6baee15007 Remove requirement for "alternate" element which shouldn't be required. Fixes #3708 2022-10-02 17:44:03 -05:00
Ethan Wong 8c9e4dff49 use .package(path:) for local package dependencies to resolve Xcode 14 errors. 2022-10-02 17:35:41 -05:00
Brent Simmons 66f7d0af95 Update the build number again because I had forgotten to pull the commit with the preferences alignment fix. Redoing the final 6.1 build. 2022-04-06 20:46:56 -07:00
Brent Simmons 90f8ff3a95 Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate 2022-04-06 20:44:55 -07:00
Brent Simmons 44d07fe87d Update version, build, and release notes. 2022-04-06 20:44:38 -07:00
Brent Simmons 64edc36cad
Merge pull request #3520 from danielpunkass/fix-prefs-alignment
Revise layout of the Preferences window to fix label alignment
2022-04-05 13:39:28 -07:00
Daniel Jalkut 85899d7b56 Revise layout of the Preferences window to ensure the labels are right-aligned. 2022-04-05 16:22:49 -04:00
Brent Simmons deb75c4788 Update version and release notes. 2022-04-03 21:00:50 -07:00
Brent Simmons 5978f060bc Update default feeds. 2022-04-03 20:53:52 -07:00
Maurice Parker 2bcbe58901 Back out unnecessary commit statement. 2022-03-26 16:15:43 -05:00
Maurice Parker bf76aae903 Add a commit to make sure the database has uncommitted data for the following query. 2022-03-26 13:36:25 -05:00
Maurice Parker b4a5b9eb9e Updated to latest package versions. 2022-03-25 13:29:35 -05:00