Skip to content

Releases: pexmee/bookking

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 04:03

What's new

  • Mobile-friendly UI - responsive layout and bottom navigation for phone browsers
  • Per-user ledgers - optional Basic auth; each username gets their own book
  • HTTPS only - Caddy reverse proxy on port 443 (no HTTP / no host port 3000)
  • Auto TLS on first start - self-signed certs generated in the container; optional mkcert for trusted local HTTPS
  • Logout - clears cached Basic auth credentials in the browser
  • Setup scripts - scripts/setup.sh / setup.ps1 and improved setup-certs for Windows/Linux
  • Architecture docs - ARCHITECTURE.md flowcharts for contributors and agents

Upgrade from v1.1.0

  1. Pull latest and rebuild:
    git pull
    BOOKKING_VERSION=v1.2.0 docker compose pull app
    docker compose up -d --build

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:18

Full Changelog: v1.0.2...v1.1.0

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 06:10

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 05:45

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 05:22