Skip to content

GPT Image Panel v0.7.5

Choose a tag to compare

@Z1rconium Z1rconium released this 01 Jun 10:39
· 23 commits to main since this release

GPT Image Panel v0.7.5

This release focuses on mobile usability, touch interactions, and interaction polish across the image gallery, drawers, dialogs, and lightbox.

Highlights

  • Added swipe-to-close support for mobile drawers and dialogs, making settings, prompt snippets, job history, edit preview, and image preview surfaces easier to dismiss on touch devices.
  • Improved mobile lightbox behavior with better viewport sizing, safer touch gestures, and more reliable controls in constrained layouts.
  • Refined gallery card layout and hover behavior so pointer-based effects only apply where they make sense, while touch devices get steadier cards and larger interaction targets.
  • Added a plain-text input action to disable autocorrect, autocapitalize, and spellcheck where prompt text should stay literal.
  • Tightened accessibility details with clearer labels, roles, and mobile-friendly button hit areas.

Changes

Mobile and Touch UX

  • Added swipeClose action for touch-driven close gestures.
  • Applied mobile-specific layout rules for lightbox and drawer-style components.
  • Improved dialog and drawer ergonomics on small screens, including settings, prompt snippets, job history, and edit preview flows.
  • Adjusted header and action controls for more reliable mobile tapping.

Gallery and Preview Polish

  • Updated gallery card hover behavior to respect pointer capabilities.
  • Improved loading and image-display layout in the gallery grid.
  • Refined lightbox controls and sizing to avoid cramped or unstable mobile layouts.
  • Improved edit preview modal layout consistency.

Input and Accessibility

  • Added plainTextInput action for literal prompt fields.
  • Disabled unwanted browser text transformations in prompt entry areas.
  • Improved aria labels, roles, and touch target consistency for interactive controls.

Container Image

Multi-platform image published to GHCR:

docker pull ghcr.io/z1rconium/gpt-image-linux:v0.7.5

Supported platforms:

  • linux/amd64
  • linux/arm64

Docker Run

docker run -d \
  --name gpt-image-panel \
  -p 127.0.0.1:9090:9090 \
  -v "$(pwd)/images:/app/images" \
  -v "$(pwd)/data:/app/data" \
  --env-file .env.example \
  ghcr.io/z1rconium/gpt-image-linux:v0.7.5

Then open:

http://127.0.0.1:9090

Docker Compose

Download the release compose file and environment example, then start the service:

curl -Lo docker-compose.yml https://github.com/Z1rconium/gpt-image-linux/releases/download/v0.7.5/docker-compose.yml
curl -Lo .env.example https://github.com/Z1rconium/gpt-image-linux/releases/download/v0.7.5/env.example
mkdir -p images data
docker compose up -d

The release docker-compose.yml uses the prebuilt image:

ghcr.io/z1rconium/gpt-image-linux:v0.7.5

Release Assets

  • docker-compose.yml - Docker Compose file pinned to the v0.7.5 GHCR image.
  • env.example - Environment template. Download it as .env.example when deploying.
  • gpt-image-panel-v0.7.5-prebuilt.tar.gz - Offline source/runtime package with the built frontend included.
  • SHA256SUMS - Checksums for release assets.

Checksums

Verify downloaded assets with:

shasum -a 256 -c SHA256SUMS

Full Changelog

v0.7.4...v0.7.5