Releases: fedify-dev/hollo
Hollo 0.5.3
Released on February 22, 2025.
-
Fixed a bug where when an account profile had been updated, the
Update
activity had been made with noassertionMethods
field, which had caused interoperability issues with Mitra. -
Upgrade Fedify to 1.4.3.
Hollo 0.4.9
Released on February 22, 2025.
-
Fixed a bug where when an account profile had been updated, the
Update
activity had been made with noassertionMethods
field, which had caused interoperability issues with Mitra. -
Upgrade Fedify to 1.3.10.
Hollo 0.3.8
Released on February 22, 2025.
-
Fixed a bug where when an account profile had been updated, the
Update
activity had been made with noassertionMethods
field, which had caused interoperability issues with Mitra. -
Upgrade Fedify to 1.3.10.
Hollo 0.5.2
Released on February 20, 2025.
-
Fixed a bug where the
follows.follower_id
column had not referenced theaccounts.id
column. [#112] -
Fixed a bug where
GET /api/v1/notifications
had returned server errors with some filters. [#113] -
Fixed a bug where the federation dashboard had not shown due to server errors when an instance had just been set up.
-
Upgrade Fedify to 1.4.2.
Hollo 0.4.8
Released on February 20, 2025.
-
Fixed a bug where the
follows.follower_id
column had not referenced theaccounts.id
column. [#112] -
Fixed a bug where
GET /api/v1/notifications
had returned server errors with some filters. [#113] -
Fixed a bug where the federation dashboard had not shown due to server errors when an instance had just been set up.
-
Upgrade Fedify to 1.3.9.
Hollo 0.5.1
Released on February 14, 2025.
- Fixed a bug where
GET /api/v1/accounts/:id/statuses
had tried to fetch remote posts for local accounts. [#107]
Hollo 0.4.7
Released on February 14, 2025.
- Fixed a bug where
GET /api/v1/accounts/:id/statuses
had tried to fetch remote posts for local accounts. [#107] - Upgrade Fedify to 1.3.8.
Hollo 0.3.7
Released on February 14, 2025.
- Fixed a bug where
GET /api/v1/accounts/:id/statuses
had tried to fetch remote posts for local accounts. [#107] - Upgrade Fedify to 1.3.8.
Hollo 0.5.0
Released on February 12, 2025.
-
The number of shares and likes became more accurate.
- The
Note
objects now haveshares
andlikes
collections with theirtotalItems
numbers. - When a remote
Note
is persisted, now thetotalItems
numbers ofshares
andlikes
are also persisted. - When a
Announce(Note)
orUndo(Announce(Note))
activity is received, now it is forwarded to the followers as well if the activity is signed.
- The
-
Added
GET /api/v1/mutes
API to Mastodon comapatiblity layer. This API returns a list of accounts that are muted by the authenticated user. [#103] -
Added
GET /api/v1/blocks
API to Mastodon comapatiblity layer. This API returns a list of accounts that are blocked by the authenticated user. [#103] -
On profile page, backward pagination (newer posts) is now available. [#104, #105 by Okuto Oyama]
-
On profile page, images are no more captioned using
<figcaption>
but use onlyalt
attribute for accessibility. [#99, #100 by Okuto Oyama] -
Fixed a style bug where horizontal scrolling occurred when the screen size was reduced when there were many custom fields on profile page. [#106 by Okuto Oyama]
-
Added
ALLOW_HTML
environment variable to allow raw HTML inside Markdown. This is useful for allowing users to use broader formatting options outside of Markdown, but to avoid XSS attacks, it is still limited to a subset of HTML tags and attributes. -
On profile page, the favicon is now switched between light and dark mode according to the user's preference. [#101]
-
The
S3_REGION
environment variable became required ifDRIVE_DISK
is set tos3
. [#95]
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.