What's Changed
Bug Fixes
- Fix Connect auth in Docker deployments — The server now falls back to compile-time auth config when CONNECT_AUTH_URL and CONNECT_AUTH_PUBLISHABLE_KEY env vars aren't set at
runtime, fixing "Auth refresh configuration is missing" errors in Docker. - Fix comma decimal separator on paste — Pasting numbers with comma decimal separators (e.g. 1,5) into amount/quantity inputs now works correctly, matching the existing keystroke
behavior. (#728)
Improvements
- Swingfolio mobile layout — Mobile-friendly card layout for open positions, responsive period selector placement, and reduced chart/calendar heights on small screens.
- Swingfolio charts & calendar polish — Compact currency Y-axis formatting, full-width distribution charts, calendar period-date sync, improved legend contrast, and fix for
flash-of-error on load.
Full Changelog: v3.1.1...v3.1.2