From 7e5ccb6d269940456ccbc60c499f31d65ddf3c92 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 19 Sep 2026 04:34:03 -0600 Subject: [PATCH 1/3] Bump version to v0.14.1 --- CHANGELOG.md | 6 +++++- config/pixelfed.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 555a02413..4260db10c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ - in progress -## [v0.14.0 (2026-09-17)](https://github.com/pixelfed/pixelfed/compare/v0.14.0...dev) +## [v0.14.1 (2026-09-19)](https://github.com/pixelfed/pixelfed/compare/v0.14.1...dev) + +- Update Helpers::validateUrl(), skip validation for app domain/url optionally ([81e71a04f](https://github.com/pixelfed/pixelfed/commit/81e71a04f81b2b5cce22ae5e4a94b802350083d5)) + +## [v0.14.0 (2026-09-18)](https://github.com/pixelfed/pixelfed/compare/v0.14.0...dev) This release includes `FEP-044f: Consent-respecting quote posts`, `FEP-8fcf followers collection synchronization`, and a bunch of ActivityPub federation improvements. - Add FEP-044f: Consent-respecting quote posts ([823efcaad](https://github.com/pixelfed/pixelfed/commit/823efcaad70f05ad513eab26b0fc07d00fb40e9c)) diff --git a/config/pixelfed.php b/config/pixelfed.php index 4472fd0e2..91c6f9935 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.0', + 'version' => '0.14.1', /* |-------------------------------------------------------------------------- @@ -34,7 +34,7 @@ return [ | */ 'nodeinfo' => [ - 'url' => config('app.url').'/api/nodeinfo/2.0.json', + 'url' => config('app.url') . '/api/nodeinfo/2.0.json', ], /* From 016749edf5798b824e2e46edaec5a10b5dd65adb Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 19 Sep 2026 04:37:54 -0600 Subject: [PATCH 2/3] Lint --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 91c6f9935..e43512429 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -34,7 +34,7 @@ return [ | */ 'nodeinfo' => [ - 'url' => config('app.url') . '/api/nodeinfo/2.0.json', + 'url' => config('app.url').'/api/nodeinfo/2.0.json', ], /* From 735017eb545c060c4c2b792ba8eb0a63fb6c9e8f Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 19 Sep 2026 04:41:06 -0600 Subject: [PATCH 3/3] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d683ec460..2709c1643 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Pixelfed is open-sourced software licensed under the AGPL license. The ways you can communicate on the project are below. Before interacting, please read through the [Code Of Conduct](CODE_OF_CONDUCT.md). +- Matrix: [matrix.to/#/#pixeldev:matrix.org](https://matrix.to/#/#pixeldev:matrix.org) - Mastodon: [@pixelfed@mastodon.social](https://mastodon.social/@pixelfed) - E-mail: [hello@pixelfed.org](mailto:hello@pixelfed.org)