Hollo ![:hollo:](https://media.social.fedify.dev/emojis/hollo.png)
#Hollo 0.5.0 has been released! This update brings several improvements to make your Hollo experience even better.
We've enhanced the accuracy of sharing and liking counts, giving you a clearer picture of post engagement. Posts now maintain precise counts of shares and likes, which persist even when shared across different servers.
Thanks to contributions from @yamanoku, the profile page has received several enhancements:
- You can now navigate to newer posts with backward pagination
- Images are more accessible with improved alt text handling
- Custom fields display better on smaller screens
The favicon now automatically adapts to your light/dark mode preference, and you can enable raw HTML in Markdown using the new ALLOW_HTML
environment variable (with secure limitations on allowed HTML elements).
We've also expanded our Mastodon API compatibility by adding endpoints for muted and blocked accounts, making it easier to manage your social boundaries.
Important note for S3 users: The S3_REGION
environment variable is now required when using S3 storage.
To update to 0.5.0:
- Docker users:
docker pull ghcr.io/fedify-dev/hollo:0.5.0
- Manual installation:
git pull origin stable
andpnpm install
- Railway users: Redeploy your service from the Railway dashboard
Full changelog: https://github.com/fedify-dev/hollo/releases/tag/0.5.0.