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]