Skip to content

Releases: dahlia/hollo

Hollo 0.2.1

04 Nov 13:48
0.2.1
1f7a670
Compare
Choose a tag to compare

Released on November 4, 2024.

  • Fixed a bug where posts from some ActivityPub software (e.g., Misskey, Sharkey, Akkoma) had empty url fields, causing them to be displayed incorrectly in client apps. [#58]

Hollo 0.1.7

04 Nov 13:45
0.1.7
8018f61
Compare
Choose a tag to compare

Released on November 4, 2024.

  • Fixed a bug where posts from some ActivityPub software (e.g., Misskey, Sharkey, Akkoma) had empty url fields, causing them to be displayed incorrectly in client apps. [#58]

Hollo 0.2.0

03 Nov 09:05
0.2.0
bd853be
Compare
Choose a tag to compare

Released on November 3, 2024.

  • Dropped support for Redis.

  • Added two-factor authentication support. [#38]

  • Custom emojis now can be deleted from the administration dashboard.

  • Renamed the Data menu from the administration dashboard to Federation.

    • Now posts also can be force-refreshed.
    • Now the number of messages in the task queue is shown.
  • Added support for reporting remote accounts and posts. [#41 by Emelia Smith]

  • Improved alignment on Mastodon API changes about OAuth and apps. [#43 by Emelia Smith]

    • GET /api/v1/apps/verify_credentials no longer requires read scope, just a valid access token (or client credential).
    • POST /api/v1/apps now supports multiple redirect URIs.
    • redirect_uri is deprecated, but software may still rely on it until they switch to redirect_uris.
    • Expose redirect_uri, redirect_uris, and scopes to verify credentials for apps.
  • Added support for RFC 8414 for OAuth Authorization Server metadata endpoint. [#47 by Emelia Smith]

  • On creating a new account, the user now can choose to follow the official Hollo account.

  • Added a favicon.

  • Added PORT and ALLOW_PRIVATE_ADDRESS environment variables. [#53 by Helge Krueger]

Hollo 0.1.6

30 Oct 11:16
0.1.6
f267d52
Compare
Choose a tag to compare

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

30 Oct 04:23
0.1.5
9f9c83d
Compare
Choose a tag to compare

Released on October 30, 2024.

  • Fixed the profile page showing the shared posts from the blocked or muted accounts.

Hollo 0.1.4

29 Oct 15:13
0.1.4
452ddb6
Compare
Choose a tag to compare

Released on October 30, 2024.

  • Fixed the home timeline showing the shared posts from the blocked or muted accounts.

Hollo 0.1.3

27 Oct 15:31
0.1.3
a91f178
Compare
Choose a tag to compare

Released on October 27, 2024.

  • Fixed incorrect handling of relative path URIs in Link headers with rel=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

24 Oct 02:52
0.1.2
e458fee
Compare
Choose a tag to compare

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

23 Oct 15:55
0.1.1
18f1d7d
Compare
Choose a tag to compare

Released on October 24, 2024.

  • Upgrade Fedify to 1.1.1.

Hollo 0.1.0

22 Oct 07:38
0.1.0
87b2bd2
Compare
Choose a tag to compare

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: