Releases: fedify-dev/hollo
Hollo 0.4.6
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 tofs
andFS_ASSET_PATH
is set to a relative path, Hollo server had failed to start.
Hollo 0.4.5
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
Released on January 21, 2025.
- Upgrade Fedify to 1.3.4, which includes security fixes. [CVE-2025-23221]
Hollo 0.3.6
Released on January 21, 2025.
- Upgrade Fedify to 1.3.4, which includes security fixes. [CVE-2025-23221]
Hollo 0.4.3
Hollo 0.4.2
Released on December 31, 2024.
- Prefer IPv6 to IPv4 addresses when connecting to remote servers.
Hollo 0.4.1
Released on December 31, 2024.
-
Upgrade Fedify to 1.3.3.
-
Fixed an interoperability issue with GoToSocial.
Hollo 0.4.0
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
Hollo 0.3.4
Released on December 20, 2024.
- Fixed a bug where deleting a post had not been propagated to the peers.