Skip to content

Fluidify Regen v1.0.2

Choose a tag to compare

@singret singret released this 08 Aug 11:47
· 16 commits to main since this release
4c8446a

Bug fixes

  • Login broken on plain-HTTP self-hosted installs — session cookie was set with Secure=true unconditionally, 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 via r.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.2

No database migrations or environment variable changes are required.

See CHANGELOG for full details.