Releases: dahlia/hollo
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.
Hollo 0.3.3
Released on December 19, 2024.
- Fixed a bug where generated thumbnails had been cropped incorrectly if the original image had not the EXIF orientation metadata. [#76]
Hollo 0.3.2
Hollo 0.3.1
Released on December 13, 2024.
-
Fixed a bug where
Undo(Like)
activities on aQuestion
object had not been handled correctly. -
Fixed a bug where
EmojiReact
activities on aQuestion
object had not been handled correctly. -
Fixed a bug where
Undo(EmojiReact)
activities on aQuestion
object had not been handled correctly.
Hollo 0.2.4
Released on December 13, 2024.
-
Fixed a bug where
Undo(Like)
activities on aQuestion
object had not been handled correctly. -
Fixed a bug where
EmojiReact
activities on aQuestion
object had not been handled correctly. -
Fixed a bug where
Undo(EmojiReact)
activities on aQuestion
object had not been handled correctly.
Hollo 0.3.0
Released on December 1, 2024.
-
Added support for local filesystem storage for media files. You can now configure
DRIVE_DISK=fs
andFS_ASSET_PATH
to store media files in the local filesystem. [#59]- Added
DRIVE_DISK
environment variable. - Added
FS_ASSET_PATH
environment variable. - Added
ASSET_URL_BASE
environment variable to replaceS3_URL_BASE
. - Deprecated
S3_URL_BASE
environment variable in favor ofASSET_URL_BASE
.
- Added
-
Added support for Sentry.
- Added
SENTRY_DSN
environment variable.
- Added
-
Added pagination to the profile page. [#40]
-
Upgrade Fedify to 1.3.0