Merge pull request #7385 from pixelfed/staging

Bump version to v0.14.1
pull/7387/head^2 v0.14.1
dansup 4 days ago committed by GitHub
commit 29877111d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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))

@ -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)

@ -23,7 +23,7 @@ return [
| This value is the version of your Pixelfed instance.
|
*/
'version' => '0.14.0',
'version' => '0.14.1',
/*
|--------------------------------------------------------------------------

Loading…
Cancel
Save