Skip to content

v1.4.2

Choose a tag to compare

@fxderico fxderico released this 24 Aug 18:17
· 2 commits to main since this release

fixes profile pictures never actually showing up (titlebar, homepage) even after you set one: avatars come back from the api as base64 data URIs, but the image loader always tried to download them over http instead of decoding them directly, so it silently failed every time. also fixes the pfp placeholder rendering as solid black instead of a fallback icon, and a titlebar/nav overlap on narrower windows.