Releases: fedify-dev/hollo
Hollo 0.1.6
Released on October 30, 2024.
-
Fixed a bug where followers-only posts from accounts that had had set their follower lists to private had been recognized as direct messages. Even after upgrading to this version, such accounts need to be force-refreshed from the administration dashboard to fix the issue.
-
Fixed the federated (public) timeline showing the shared posts from the blocked or muted accounts.
-
Fixed the list timeline showing the shared posts from the blocked or muted accounts.
Hollo 0.1.5
Released on October 30, 2024.
- Fixed the profile page showing the shared posts from the blocked or muted accounts.
Hollo 0.1.4
Released on October 30, 2024.
- Fixed the home timeline showing the shared posts from the blocked or muted accounts.
Hollo 0.1.3
Released on October 27, 2024.
- Fixed incorrect handling of relative path URIs in
Link
headers withrel=alternate
. This caused inoperability with some software such as GoToSocial. - It now sends
Delete(Person)
activity to followees besides followers when a user deletes their account.
Hollo 0.1.2
Released on October 24, 2024.
- Fixed the last page in the profile using Moshidon leading to infinite pagination. [#48 by Emelia Smith]
Hollo 0.1.1
Released on October 24, 2024.
- Upgrade Fedify to 1.1.1.
Hollo 0.1.0
Released on October 22, 2024. Initial release.
Finally, Hollo 0.1.0 released! Hollo is a single-user federated microblogging software which is ActivityPub-enabled and powered by Fedify.
Hollo has the most of features that Mastodon has except for moderation tools, and also include:
- CommonMark (a.k.a. Markdown) and up to 4,096 characters per post
- Misskey-style quotes (compatible with Misskey, Akkoma, Fedibird, etc)
- Misskey-style emoji reactions (both Unicode emojis and custom emojis are supported; compatible with Misskey, Akkoma, kmyblue, etc)
- Generally much relaxed limitations (more poll options, more attachments, and so on)
- … and many more!
If you're interested in Hollo, please give it a try! There are several ways to install it: using Railway, using Docker (and Docker Compose), or manually.
If you're already using Hollo, please upgrade it to v0.1.0:
- To Railway users: Just redeploy the Hollo service!
- To Docker users: Switch your Hollo image to
ghcr.io/dahlia/hollo:0.1.0
or simplylatest
! - To manual installers: Fetch the
stable
branch and switch over to it!