| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | - Tags: friends, rss, decentralized, social-network, own-your-data |
| 5 | 5 | - Requires PHP: 7.2 |
| 6 | 6 | - Tested up to: 7.0 |
| 7 | 7 | - License: GPL-2.0-or-later |
| 8 | -- Stable tag: 4.2.2 | |
| 8 | +- Stable tag: 4.3.2 | |
| 9 | 9 | |
| 10 | 10 | A self-hosted social reader for WordPress: follow people via RSS and ActivityPub, with multiple themes and a plugin ecosystem. |
| 11 | 11 | |
| 12 | 12 | [](https://wordpress.org/plugins/friends/) [](https://playground.wordpress.net/?networking=yes&blueprint-url=https://raw.githubusercontent.com/akirk/friends/refs/heads/main/assets/blueprints/blueprint.json) [](https://playground.wordpress.net/?networking=yes&blueprint-url=https://raw.githubusercontent.com/akirk/friends/refs/heads/main/assets/blueprints/blueprint-prefilled.json) |
| @@ -77,8 +77,33 @@ | ||
| 77 | 77 | 8. Followed people are stored as taxonomy terms |
| 78 | 78 | |
| 79 | 79 | ## Changelog |
| 80 | 80 | |
| 81 | +### 4.3.2 | |
| 82 | +- A mention that links to somebody on another server is no longer mistaken for a mention of a friend who happens to have the same name. ([#721]) | |
| 83 | +- Fixed the link preview image being inset with a visible margin in the Mastodon and Twitter themes. ([#722]) | |
| 84 | +- Show likes received on direct messages. ([#723]) | |
| 85 | +- The sidebar Follow field now opens the Add Friend review instead of silently reloading the Friends page. ([#724]) | |
| 86 | +- Accept Mastodon-style handles when adding friends. ([#725]) | |
| 87 | +- Standard-format Friend posts now support link previews. ([#726]) | |
| 88 | +- Redirect to the current subscriptions page after unfriending and remove stale links to the deleted friends-list admin screen. ([#727]) | |
| 89 | +- Use the frontend Following page for subscriptions links instead of the legacy WordPress users screen. ([#728]) | |
| 90 | +- Fix direct message delivery status visibility for latest and consecutive outgoing messages. ([#729]) | |
| 91 | +- Prevent duplicate imports and notifications for future-dated feed items. ([#730]) | |
| 92 | +- Avoid keyword notifications for matches that only appear in known URL tracking parameters. ([#731]) | |
| 93 | +- Restore the setting for choosing the main Friends user. ([#732]) | |
| 94 | +- Add Blockroll integration for exposing Friends subscriptions as a Blogroll block source. ([#733]) | |
| 95 | +- Redirect the friendly Friends settings URL to the settings admin page. ([#734]) | |
| 96 | + | |
| 97 | +### 4.3.1 | |
| 98 | +- Fix direct messages being federated as a Tombstone so they never arrived at the recipient. ([#718]) | |
| 99 | +- Fix a fatal error when receiving a direct message from a sender whose feed doesn't resolve to a friend user. ([#719]) | |
| 100 | + | |
| 101 | +### 4.3.0 | |
| 102 | +- Notify Mastodon apps about received direct messages. ([#711]) | |
| 103 | +- Show a link preview card for posts that link to an article, with a setting to turn it off. ([#712]) | |
| 104 | +- Fix a fatal error that stopped the friends page from rendering when the ActivityPub plugin is not active. ([#714]) | |
| 105 | + | |
| 81 | 106 | ### 4.2.2 |
| 82 | 107 | - Fix the mobile direct messages layout and keyboard behavior. ([#693]) |
| 83 | 108 | - Add delivery status indicators for ActivityPub direct messages. ([#694]) |
| 84 | 109 | - Update CI actions to avoid Node module deprecation warnings. ([#695]) |
| @@ -661,4 +686,26 @@ | ||
| 661 | 686 | [#704]: https://github.com/akirk/friends/pull/704 |
| 662 | 687 | [#705]: https://github.com/akirk/friends/pull/705 |
| 663 | 688 | [#707]: https://github.com/akirk/friends/pull/707 |
| 664 | 689 | [#709]: https://github.com/akirk/friends/pull/709 |
| 690 | + | |
| 691 | +[#711]: https://github.com/akirk/friends/pull/711 | |
| 692 | +[#712]: https://github.com/akirk/friends/pull/712 | |
| 693 | +[#714]: https://github.com/akirk/friends/pull/714 | |
| 694 | + | |
| 695 | +[#718]: https://github.com/akirk/friends/pull/718 | |
| 696 | +[#719]: https://github.com/akirk/friends/pull/719 | |
| 697 | + | |
| 698 | +[#721]: https://github.com/akirk/friends/pull/721 | |
| 699 | +[#722]: https://github.com/akirk/friends/pull/722 | |
| 700 | +[#723]: https://github.com/akirk/friends/pull/723 | |
| 701 | +[#724]: https://github.com/akirk/friends/pull/724 | |
| 702 | +[#725]: https://github.com/akirk/friends/pull/725 | |
| 703 | +[#726]: https://github.com/akirk/friends/pull/726 | |
| 704 | +[#727]: https://github.com/akirk/friends/pull/727 | |
| 705 | +[#728]: https://github.com/akirk/friends/pull/728 | |
| 706 | +[#729]: https://github.com/akirk/friends/pull/729 | |
| 707 | +[#730]: https://github.com/akirk/friends/pull/730 | |
| 708 | +[#731]: https://github.com/akirk/friends/pull/731 | |
| 709 | +[#732]: https://github.com/akirk/friends/pull/732 | |
| 710 | +[#733]: https://github.com/akirk/friends/pull/733 | |
| 711 | +[#734]: https://github.com/akirk/friends/pull/734 | |