Commit Graph

7751 Commits

Author SHA1 Message Date
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
Matt Meissner 54623ec421 Attempt #2: Update `gyb` to latest version and use python3 2022-02-28 13:16:09 -06:00
Brent Simmons 5f5fc2ad4f Update release notes and version for 6.1b4. 2022-02-27 21:28:47 -08:00
Brent Simmons c24b6a0bc8 Add a line for Stuart in the Credits. (Went with “Contributing Developer,” and put it just below Maurice’s line. If anyone has a better idea for a title, let me know.) 2022-02-27 21:28:25 -08:00
Maurice Parker ac3ed381f3
Merge pull request #3472 from stuartbreckenridge/mac-candidate
Revised NewsFax with updated font.
2022-02-27 16:51:35 -06:00
Maurice Parker 772948307e Enhance StatusDidChange message to pass status and flag when not passing full articles. Fixes #3481 2022-02-27 13:02:42 -08:00
Stuart Breckenridge 7c0f06b750 Revised NewsFax with updated font. 2022-02-16 20:08:06 +08:00
Maurice Parker a629560f65
Merge pull request #3461 from j-f1/fix-feedbin-text
Fix height of label on Feedbin sign-in modal
2022-02-12 13:15:57 -08:00
Jed Fox 15fcb3eb31
Fix warning about clipped content 2022-02-12 16:13:11 -05:00
Jed Fox 10540dc67c
Fix height of label on Feedbin sign-in modal 2022-02-12 16:13:11 -05:00
Maurice Parker 65c33bde1a Fix font on iOS 2022-02-10 14:24:27 -08:00
Brent Simmons ee823ae935 Update version and write release notes. 2022-02-08 21:38:57 -08:00