Skip to content

Releases: tmchow/image-sprout

v1.2.0

07 Mar 04:51
6820d6f

Choose a tag to compare

1.2.0 (2026-03-07)

Features

  • add size presets 4:3, 3:2, 4:5 and convert to dropdown (#18) (82e406c)

Bug Fixes

  • canvas: show run-specific prompt, feedback, and friendly model name (#17) (c707d8a)

v1.1.4

07 Mar 04:33
0f4cd11

Choose a tag to compare

1.1.4 (2026-03-07)

Bug Fixes

  • add repository field for npm provenance (#15) (ca3925e)

v1.1.3

07 Mar 04:32
f897111

Choose a tag to compare

1.1.3 (2026-03-07)

Bug Fixes

  • ci: fix npm OIDC trusted publishing (#13) (b0e84c9)

v1.1.2

07 Mar 04:19
f06f146

Choose a tag to compare

1.1.2 (2026-03-07)

Bug Fixes

  • ci: add release environment for npm OIDC publishing (#11) (ff58961)

v1.1.1

07 Mar 04:12
5a0dbc8

Choose a tag to compare

1.1.1 (2026-03-07)

Bug Fixes

  • ci: combine release-please and publish into one workflow (#9) (4be8b82)

v1.1.0

07 Mar 04:05
ca34b4f

Choose a tag to compare

1.1.0 (2026-03-07)

Features

  • cli: add --open flag to web command and document session delete (00176b6)
  • cli: add session delete subcommand (6beb670)
  • configurable analysis model for guide derivation (ab2902f)
  • sidebar: add confirmation step before deleting a session (30f062f)
  • support image count of 1 for single-image generation (fbac1b6)

Bug Fixes

  • api: warn on non-JSON analysis response instead of silent fallback (bf1fac7)
  • cli: remove isDirectExecution guard that broke npx/symlink invocation (6774657)
  • sidebar: show draft placeholder when New Session is clicked (675992c)
  • sidebar: show draft placeholder when New Session is clicked (62fd36e)
  • test: correct action-bar test to match actual component behavior (a3ee6a5)
  • web: correct HTTP status codes for API error responses (f7f4cef)

Performance Improvements

  • parallelize derive when target=both with different ref sets (5fc0dfa)