Skip to content

v3.9.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 17:39
· 11 commits to main since this release

3.9.0 (v3.9.0) — 2026-08-02

Restore Panels & Drag-and-Drop

  • Settings Visibility: Restored the #maintenanceSection and #dragHintSection visibility for production/packaged environments (which was temporarily disabled in 3.7.0).
  • Drag-and-Drop Local Upload: Restored drag-and-drop listeners to handle files dropped onto the Electron window, copying them to the local workspace image folders via IPC and reloading the gallery grid.

Removed Server Settings Form

  • HTML & JS Clean Up: Extracted the "Server Settings" input fields and "Save Settings" button from the collapsible sidebar panel to keep the interface focused. Settings variables and backend sync connection read configurations still run in the background.

Resolved Collection Creation API Bug (Admin Web Server)

  • Database Insertion Fix: Modified the Next.js POST API handler in collections route.ts to extract category_id from the payload and insert it into Supabase, avoiding orphaned collections that failed to appear under their categories.