This release adds experimental support for Piefed! https://join.piefed.social
Piefed is an alternative to Lemmy. Because Piefed and Lemmy both communicate with each other through Activitypub, you can view and interact with the same content regardless!
Please let me know if you encounter any issues, particularly regressions, because this release is a significant refactor of how Voyager communicates with Lemmy (and Piefed, and...)
🚀 Features
- feat: piefed support (experimental)
- PR: #2049
- feat: remember sort setting works on search/explore
- PR: #2060
- feat: edit indicator only shows after 5 minutes
- PR: #2061
- feat: switch instance suggestion popup, improve server detection logic
- PR: #2073
🐛 Fixes
- fix: piefed image upload, edit comment crash
- PR: #2053
- fix(piefed): native android connection issues, first login infinite spinner
- PR: #2054
- fix(piefed): openapi+piefed+capacitor breaks requests
- PR: #2056
- fix(piefed): fix openapi-fetch patch not applying
- PR: #2057
- fix: profile pull to refresh
- PR: #2059
- fix(piefed): login fails zod validation
- PR: #2062
- fix: render post title markdown in inbox
- PR: #2065
- fix(piefed): don't fail on unknown sort, hide nonfunctional things
- PR: #2064
- fix: downgrade ionic
- PR: #2070
- fix: instance downvotes disabled
- PR: #2071
- fix: profile page light mode bg color
- PR: #2074