| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-19 | 2.2 kB | |
| v0.14.0 source code.tar.gz | 2026-09-19 | 16.3 MB | |
| v0.14.0 source code.zip | 2026-09-19 | 17.8 MB | |
| Totals: 3 Items | 34.1 MB | 0 | |
What's Changed:
This release includes FEP-044f: Consent-respecting quote posts, FEP-8fcf followers collection synchronization, a bunch of ActivityPub federation improvements, and fixes a few bugs by @dansup .
The new php artisan app:federation command in action.
CHANGES:
- Add FEP-044f: Consent-respecting quote posts (823efcaad)
- Add FEP-8fcf followers collection synchronization (dedfa67b7)
- Update Login view, fix tab from email to password (e215fb64f)
- Update FeedInsertRemotePipeline, prevent statuses older than a week from being distributed (c7600fb51)
- Update ActivityPub helpers, improve url resolution and reply handling (8a741d998)
- Add Federation Debug command (fc856fd1f)
- Fix video embeds. Closes #7373 (9909bd0d3)
- Fix federation comment threading (80f792038)
- Added a ton of type checks, and resolved a lot of larastan issues.
- Approved recently translated language files.
UPGRADE NOTES:
- Includes DB migrations. Please make sure you run the
php artisan migrateor similar (updates automatically in docker). - The IMAGE_DRIVER was recently set to
vipsas default over gd. Please check the laravel logs to confirm you're not experiencing side effects with this change. These is discussion in issue [#7359]
PLEASE BACKUP YOUR SERVER/DATABASE BEFORE UPGRADING.