Skip to content

v0.5.0

Compare
Choose a tag to compare
@kmendell kmendell released this 06 May 12:49
· 94 commits to main since this release
e0d3544

Important

This updated includes two new ENV variables. One of which is required for Arcane to start:
REQUIRED: PUBLIC_SESSION_SECRET=your-secure-random-32-character-string-here # Generate using: openssl rand -base64 32
OPTIONAL: PUBLIC_ALLOW_INSECURE_COOKIES=true # Only should be used for local HTTP testing without SSL/TLS

Features

  • add confirmation dialog before stopping all running containers (1a696c0)

Bug Fixes

  • loading states on action buttons not reflecting status (8305078)
  • session cookie not being created on http sites (#112) (0ef6073)
  • use correct cursor on all buttons (50d4211)