Skip to content

Releases: LunarWerxs/ReDesign

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 09:56

Added

  • Add a composable Prompt Builder with independent redesign scope, structure, and visual-system
    options. Users can create, edit, and reuse their own options; combinations compile into one
    prompt and bookmarks retain stable snapshots of every selected custom instruction.
  • Add hover deletion and keyboard-accessible multi-select deletion to the Viewer run gallery,
    including confirmation, active-run protection, and partial-failure recovery.

Changed

  • Ship the Windows app as an icon-bearing, single-file GUI executable with no console window.
    GitHub releases also retain a compact ZIP for the automatic updater, with no loose web or
    node_modules directories.
  • Upgrade Connections settings sync to the multi-device-safe 1.2 engine. Empty accounts seed in
    one operation, nested concurrent edits no longer overwrite unrelated preferences, and shutdown
    gets five seconds to flush before a stuck token or network request is cancelled.

ReDesign 1.4.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:02

Added

  • Add an All runs gallery to the viewer. Each run gets a durable thumbnail from its input;
    older runs can backfill one from a surviving input or a headless render of their first
    successful output.
  • Make the run queue explicit and controllable: park several batches, run the whole queue in one
    action, add work behind a live queue, and drag waiting runs into a new order.
  • Add optional Ground with description preprocessing. A vision model inventories the source
    screenshot once and supplies that shared description to every image model for more faithful
    results.
  • Add image clipboard support to the screenshot and reference drop zones, including a
    right-click Paste action and routing tests that keep the two targets separate.

Changed

  • Open the viewer without a run at the new run gallery instead of silently choosing the newest
    run. Output stars and hidden-item choices now survive refreshes, while live jobs update over SSE
    instead of repeatedly polling and replacing the full manifest.
  • Improve large-run rendering: output jobs are indexed in one pass, off-screen previews stay
    unmounted until they approach the viewport, and generated-page autofocus can no longer drag the
    host viewer down the page.
  • Consolidate the three presentation toggles under Appearance, simplify model/prompt selected
    states, clarify Connections sign-in/disconnect actions, and surface the installed app version
    beside update controls.
  • Make daemon restarts and tray health checks more resilient: runtime pointers follow port
    changes, foreign processes are rejected, and transient failed probes no longer kill a healthy
    daemon.
  • Correct DeepSeek scheduling and cost accounting so the shared screenshot description is not
    charged twice or truncated while a model is still waiting for it.

Fixed

  • Fix the shared updater integration tests on Windows installations where bun resolves through
    an npm command shim.
  • Remove the CI test's dependency on a local sample image so the daemon suite is hermetic on all
    three release operating systems.
  • Keep tall dialogs inside the viewport and make the localization key scan understand indirect
    references.

ReDesign 1.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 09:30

Highlights

  • Portable windows now open at a measured first-run size and preserve that intended size when Chromium forwards a launch into an existing browser process.
  • Connections OAuth refresh tokens are sealed at rest with Windows DPAPI.
  • Launcher and tray assets complete the Reimagine-to-ReDesign rename, with shared restart and wait helpers for more dependable relaunches.

Security

  • The HTTP service now uses the shared loopback-origin guard.
  • The cost-estimate route, the final unguarded mutating endpoint, now requires a trusted local request.
  • Tray daemon detection uses an authenticated loopback health check instead of guessing from an occupied port.

Reliability and testing

  • Added behavioral coverage for portable-window placement, request guards, token sealing, and tray launch behavior.
  • Fixed the release build by vendoring the portable-window placement-key export.

Downloads

Choose the Windows x64, Linux x64, or macOS arm64 binary attached below.

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 10:38

Added

  • Meta AI (Muse Spark) provider — enabled and starred out of the box.
  • Paste-keys import — drop in a blob of API keys (any layout) and RēDesign figures out which service each one belongs to and files them.
  • Browse & add models — pick a provider, add any of its live models in one click, plus a starred-models tier and a per-model copies stepper.
  • Portable window mode — run in a chromeless app window instead of a browser tab.

Changed

  • Cost estimates now show a low–high band; Mock runs no longer count as real spend.
  • Settings split into tabs; the viewer gets a View-options flyout.

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 02:36

Full Changelog: v1.0.1...v1.1.0