Skip to content

Releases: fedify-dev/hollo

Hollo 0.4.6

01 Feb 07:43
0.4.6
f22c11c
Compare
Choose a tag to compare

Released on February 1, 2025.

  • Upgrade Fedify to 1.3.7.

  • Fixed a bug where LOG_LEVEL environment variable had not been respected.

  • Fixed a bug where when DRIVE_DISK is set to fs and FS_ASSET_PATH is set to a relative path, Hollo server had failed to start.

Hollo 0.4.5

31 Jan 05:07
0.4.5
f19829b
Compare
Choose a tag to compare

Released on January 31, 2025.

  • Fixed a bug where the migration dashboard had not been shown correctly when the aliases of the account contained an actor whose the server was unreachable. [#98]

  • Fixed a bug where Hollo posts had included unintended extra line breaks on Iceshrimp. [#88]

  • Fixed a bug where importing emojis from remote servers had failed when some shortcodes were already in use. [#102]

  • Upgrade Fedify to 1.3.6.

Hollo 0.4.4

20 Jan 16:54
0.4.4
e7ff6f1
Compare
Choose a tag to compare

Released on January 21, 2025.

Hollo 0.3.6

20 Jan 16:50
0.3.6
7cc6266
Compare
Choose a tag to compare

Released on January 21, 2025.

Hollo 0.4.3

11 Jan 04:33
0.4.3
79a6836
Compare
Choose a tag to compare

Released on January 11, 2025.

  • Fixed a bug where mutes with duration had not been expired correctly. [#92]
  • Fixed a bug where importing follows from CSV generated by Iceshrimp had failed. [#85]

Hollo 0.4.2

31 Dec 01:34
0.4.2
1f520cd
Compare
Choose a tag to compare

Released on December 31, 2024.

  • Prefer IPv6 to IPv4 addresses when connecting to remote servers.

Hollo 0.4.1

30 Dec 15:07
0.4.1
e26f456
Compare
Choose a tag to compare

Released on December 31, 2024.

  • Upgrade Fedify to 1.3.3.

  • Fixed an interoperability issue with GoToSocial.

Hollo 0.4.0

29 Dec 15:44
0.4.0
f953c50
Compare
Choose a tag to compare

Released on December 30, 2024.

  • Hollo is now powered by Node.js 23+ instead of Bun for more efficient memory usage.

  • Added an experimental feature flag TIMELINE_INBOXES to store all posts visible to your timeline in the database, rather than filtering them in real-time as they are displayed. This is useful for relatively larger instances with many incoming posts, but as of now it may have several bugs. It is expected to be the default behavior in the future after it is stabilized.

  • Now you can import and export your data from the administration dashboard in CSV format: follows, lists, accounts you muted, accounts you blocked, and bookmarks.

  • You can now make your profile discoverable.

  • The profile page now shows a user's cover image if they have one.

  • Added GET /api/v1/statuses/:id/reblogged_by API to Mastodon comapatiblity layer. This API returns a list of accounts that have shared a post.

  • Fixed a bug where a server error occurred when an invalid UUID was input via URL or form data. [#65]

  • Fixed a bug where the same post could be shared multiple times by the same account.

  • Added LOG_FILE environment variable to specify the file path to write structured logs. The logs are written in JSON Lines format.

  • Improved the performance of recipients gathering during sending activities.

  • For the sake of concision, now log sink for Sentry is removed.

Hollo 0.3.5

28 Dec 03:50
0.3.5
60fb797
Compare
Choose a tag to compare

Released on December 28, 2024.

  • Fixed a bug where validation check for the account username had not been performed correctly. [#80]

  • Documented the TZ environment variable. [#82]

Hollo 0.3.4

20 Dec 11:42
0.3.4
3d4436c
Compare
Choose a tag to compare

Released on December 20, 2024.

  • Fixed a bug where deleting a post had not been propagated to the peers.