-
1.2.0
Stablereleased this
2026-05-08 15:23:17 +02:00 | 7 commits to main since this release[1.2.0] - 2026-05-08
Changed
- Clickable table row highlights – The new hover/focus-visible row highlight behavior is now the CoreComponents default across clickable tables. Sticky-first-column tables keep zebra striping and show selection through the sticky-column accent stripe (checkboxes keep their default style).
- Members overview scrolling – The members table scrollbar now scrolls inside the table container instead of moving with the full page.
- Join request display and settings workflow – Improved join request rendering and related settings behavior in one cohesive update:
- Join request fields now respect their configured field types in the details view.
- Custom field labels in join request views were standardized.
- Join request field formatting was corrected for more consistent output.
- Join link settings now include a direct "Open" action in addition to copy/share workflows.
Fixed
- Runtime ENV handling – Empty or invalid environment variables (e.g.
SMTP_PORT=,PORT=,POOL_SIZE=,DATABASE_PORT=) no longer causeArgumentErrorat boot. Instead raises clear errors for required vars set but empty (e.g. DATABASE_HOST, PHX_HOST/DOMAIN, SECRET_KEY_BASE). - PostgreSQL 18 Docker volume path – Corrected the database volume path to match PostgreSQL 18 expectations.
- Association name ENV handling –
ASSOCIATION_NAMEis now treated as source of truth; the field is read-only in Global Settings when managed via ENV. - Association name consistency after updates – Layout now prefers explicitly assigned
club_namevalues to avoid stale cached values right after settings changes. - SMTP ENV/UI source selection – SMTP now follows a strict single-source policy: ENV-only when
SMTP_HOSTis set, otherwise Settings-only. - SMTP settings UI in ENV mode – SMTP fields are read-only, save action is hidden, and missing required ENV keys are shown as a warning.
Dependency updates
- Mix dependencies were updated.
- Renovate Docker image was updated to
v43.165. - Rauthy Docker image was updated to
v0.35.1. justwas updated tov1.50.0.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download