A release focused on self-hosting hardening, security patches, and composer/settings improvements.
✨ Features
- compose: link URLs in post previews (c8f94b1)
- compose: improved mention picker (#47)
- settings: profile and workspace photo uploads (437b6b6)
🐛 Fixes
- notifications: correct unread notification position (#56)
- cmd+k: fix global search filtering (#48)
- cache: prevent stale Inertia page state (bfedb37)
🚀 Self-hosting / Deployment
- pass env file through compose files for missing configurations (#55)
- trust reverse-proxy headers via
TRUSTED_PROXIES(#53) - handle TLS mixed-content issues behind proxies (#54)
- default
QUEUE_WORKER_COUNTto 1 so supervisord starts (#52)
🔒 Security / CI
- update Guzzle to patch security advisories (0b57b8f)
- add supply-chain security scanning to CI (682a707)
Full Changelog: v1.0.0...v1.1.0
🎉 New Contributors
- @raulpopadineti made their first contribution in #47
- @CyrisXD made their first contribution in #52