Skip to content

Releases: dahlia/hollo

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.

Hollo 0.3.3

19 Dec 14:35
0.3.3
31c9234
Compare
Choose a tag to compare

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

18 Dec 09:47
0.3.2
023c4c0
Compare
Choose a tag to compare

Released on December 18, 2024.

  • Fixed a bug where generated thumbnails had not copied the EXIF orientation metadata from the original image. [#76]

  • Fixed a bug where looking up remote Hubzilla actors and objects had failed. [#78]

  • Upgrade Fedify to 1.3.2.

Hollo 0.3.1

13 Dec 11:56
0.3.1
da0a8b5
Compare
Choose a tag to compare

Released on December 13, 2024.

  • Fixed a bug where Undo(Like) activities on a Question object had not been handled correctly.

  • Fixed a bug where EmojiReact activities on a Question object had not been handled correctly.

  • Fixed a bug where Undo(EmojiReact) activities on a Question object had not been handled correctly.

Hollo 0.2.4

13 Dec 11:54
0.2.4
0ae1077
Compare
Choose a tag to compare

Released on December 13, 2024.

  • Fixed a bug where Undo(Like) activities on a Question object had not been handled correctly.

  • Fixed a bug where EmojiReact activities on a Question object had not been handled correctly.

  • Fixed a bug where Undo(EmojiReact) activities on a Question object had not been handled correctly.

Hollo 0.3.0

01 Dec 04:22
0.3.0
6fa3136
Compare
Choose a tag to compare

Released on December 1, 2024.

  • Added support for local filesystem storage for media files. You can now configure DRIVE_DISK=fs and FS_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 replace S3_URL_BASE.
    • Deprecated S3_URL_BASE environment variable in favor of ASSET_URL_BASE.
  • Added support for Sentry.

    • Added SENTRY_DSN environment variable.
  • Added pagination to the profile page. [#40]

  • Upgrade Fedify to 1.3.0