From 3ba628e28fe2ee78fbe3b3152fdf92e268bf6c37 Mon Sep 17 00:00:00 2001 From: Shlee Date: Tue, 22 Sep 2026 17:44:22 +0930 Subject: [PATCH 1/2] Update pixelfed.php --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 495341474..bd4adb93b 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ return [ | This value is the version of your Pixelfed instance. | */ - 'version' => '0.14.2', + 'version' => '0.14.3', /* |-------------------------------------------------------------------------- From 2aa7cdf5ba3ce4bdd824746ec1a40a088a936929 Mon Sep 17 00:00:00 2001 From: Shlee Date: Tue, 22 Sep 2026 17:45:24 +0930 Subject: [PATCH 2/2] Update CHANGELOG for version 0.14.3 Added release notes for version 0.14.3, including multiple bug fixes and improvements. --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db9331220..62141b9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,18 @@ - in progress -## [v0.14.2 (2026-09-21)](https://github.com/pixelfed/pixelfed/compare/v0.14.1...dev) +## [v0.14.3 (2026-09-22)](https://github.com/pixelfed/pixelfed/compare/v0.14.3...dev) + +## What's Changed +* Fix missing replies_count on reblogs in Mastodon mode by @lilithmooncohen in https://github.com/pixelfed/pixelfed/pull/7417 +* Honor the photo_reblogs_only setting in the home timeline by @lilithmooncohen in https://github.com/pixelfed/pixelfed/pull/7418 +* Render boosts for clients that only read the top level by @lilithmooncohen in https://github.com/pixelfed/pixelfed/pull/7419 +* Fix PostgreSQL backups and statuses nullability by @lilithmooncohen in https://github.com/pixelfed/pixelfed/pull/7420 +* Fix the vips image driver in web SAPIs by @lilithmooncohen in https://github.com/pixelfed/pixelfed/pull/7422 +* Preserve the delivered HTML for remote status content by @lilithmooncohen in https://github.com/pixelfed/pixelfed/pull/7424 +* Return favourited as a boolean in Mastodon mode by @lilithmooncohen in https://github.com/pixelfed/pixelfed/pull/7425 + +## [v0.14.2 (2026-09-21)](https://github.com/pixelfed/pixelfed/compare/v0.14.2...dev) - Fix ActivityPub url resolution ([0e0de62dd](https://github.com/pixelfed/pixelfed/commit/0e0de62dd9767f8da8a76fa0ff4e5e2be5981744)) - Update Models ([a031ecef0](https://github.com/pixelfed/pixelfed/commit/a031ecef0cacdf03dee084b30ff5ea052d8691dc))