PrompCut Changelog|

Track releases, platform compatibility updates, and productivity features added to the desktop client.

Updates are pushed automatically to the desktop client on startup.

v0.1.0-beta

Auto-Updater & Settings Update

This update introduces automated background updates, live download indicators, and multiple script stability patches.

  • Auto-Updater System: End-to-end background update checks and installs utilizing Cloudflare R2 as a generic HTTP provider.
  • Live Update Widget: A clean, settings-based widget showing real-time check status, download progress, and immediate 'Restart & Install' triggers.
  • Latest.yml Automation: Automated metadata compilation and R2 updates integrated into the deployment process.
  • New IPC Channels: Added check-for-update, install-update, and update-status channels with zero implicitly-typed parameter signatures.
  • Run Summary Log Block: Structured dashboard reports at the end of each generation batch reporting prompts submitted, succeeded, failed, and assets saved.
  • Line-Numbered Prompt Editor: The queue editor now includes native height-synced line numbers, word-wrap handling, and input mirroring.
  • Exponential Error Backoff: Automatically handles API limits or network alerts, retrying with increased delays (8s → 20s → 45s) before jumping.
  • Double-Newline Normalization: Paste formatting cleans up excess paragraph spaces, sanitizing double spacing instantly.
  • Engine Timeouts: Expanded generation queue limits to 300 seconds to safely accommodate network retries and processing surges.
  • TypeScript compilation safety: Resolved all lingering implicit 'any' declarations in auth hook, device locking, and workflow components.
  • Rollup warnings: Added Zod configuration rules to bundle parameters for a clean build output.
  • CI optimization: Disabled unnecessary background build VMs on draft branch pushes, saving development resources.

v0.0.1

Initial Product Launch

First stable deployment of the PrompCut client, supporting core engine automation, authentication, and secure asset sync.

  • Auto Flow Automation: Background rendering scheduler running Google Flow queues directly inside your local profile.
  • Auto Grok Automation: Batch video creation mapping start-frames to final outputs automatically.
  • Supabase User Accounts: Secure email/password login, local subscription levels, and token counts.
  • Device Access Lock: Hardware UUID validation preventing concurrent sessions on separate machines.
  • Persistent Browser Profiles: Maintains login cookies and sessions on target platforms between app instances.
  • Image Batch Downloader: Automatic page inspection to pull all rendered asset files into organized directories.