Fluidify Regen v1.0.2
Bug fixes
- Login broken on plain-HTTP self-hosted installs — session cookie was set with
Secure=trueunconditionally, causing browsers to silently drop it over HTTP on self-hosted installs behind a reverse proxy or without TLS termination at the app layer. Cookie security is now detected per-request viar.TLS/X-Forwarded-Proto. (#150, #151) - Timezone picker missing most of the world — the hardcoded 30-entry timezone list has been replaced with a searchable combobox backed by
Intl.supportedValuesOf('timeZone'), exposing all ~600 IANA timezone zones. Brisbane, Perth, Adelaide, Darwin and every other previously missing timezone now appear. (#147, #152)
Upgrade from v1.0.1 or v1.0.0:
docker pull ghcr.io/fluidifyai/regen:1.0.2
# or
helm upgrade regen fluidify/regen --version 1.0.2No database migrations or environment variable changes are required.
See CHANGELOG for full details.