v1.4.2
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.