Skip to content

v1.3.0 - Configurable Database Host

Latest

Choose a tag to compare

@akinloluwami akinloluwami released this 13 Oct 09:51
· 1 commit to main since this release

Release v1.3.0

New Features

Configurable Database Host

  • Added host configuration during initial setup
  • Host can be updated anytime via settings modal in dashboard
  • Dynamically uses configured host in connection strings and CLI commands
  • Supports localhost, IP addresses, and domain names

Improvements

  • Settings modal accessible from dashboard header
  • Better session management after setup completion
  • Improved authentication flow and redirects

Technical Changes

  • Added settings table for flexible key-value configuration storage
  • New API endpoints: getSettings and updateHost
  • Enhanced setup flow to include host configuration