You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File uploads now checked against real magic bytes after upload, not just the client's self-reported content type -- rejects a non-image file spoofed as an allowed image format.
Removed leftover personal identifiers from the installer's metadata (publisher, app ID, author) -- Windows/uninstall entries now show "Beam" consistently.
Rate limiting config in production is now explicit (was silently falling back to a default via a stale env var name).
Docs cleaned up: the README now has an actual "Download Beam" section with only the official GitHub Releases link, and deployment docs match what's actually running in production (Fly.io) instead of a long-abandoned Render setup.