Skip to content

Commit ca34b4f

Browse files
chore(main): release 1.1.0 (#8)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.1...v1.1.0) (2026-03-07) ### Features * **cli:** add --open flag to web command and document session delete ([00176b6](00176b6)) * **cli:** add session delete subcommand ([6beb670](6beb670)) * configurable analysis model for guide derivation ([ab2902f](ab2902f)) * **sidebar:** add confirmation step before deleting a session ([30f062f](30f062f)) * support image count of 1 for single-image generation ([fbac1b6](fbac1b6)) ### Bug Fixes * **api:** warn on non-JSON analysis response instead of silent fallback ([bf1fac7](bf1fac7)) * **cli:** remove isDirectExecution guard that broke npx/symlink invocation ([6774657](6774657)) * **sidebar:** show draft placeholder when New Session is clicked ([675992c](675992c)) * **sidebar:** show draft placeholder when New Session is clicked ([62fd36e](62fd36e)) * **test:** correct action-bar test to match actual component behavior ([a3ee6a5](a3ee6a5)) * **web:** correct HTTP status codes for API error responses ([f7f4cef](f7f4cef)) ### Performance Improvements * parallelize derive when target=both with different ref sets ([5fc0dfa](5fc0dfa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5146c6b commit ca34b4f

3 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/tmchow/image-sprout/compare/v1.0.1...v1.1.0) (2026-03-07)
4+
5+
6+
### Features
7+
8+
* **cli:** add --open flag to web command and document session delete ([00176b6](https://github.com/tmchow/image-sprout/commit/00176b66d8686174fc7a9588214b05cfbb5f553f))
9+
* **cli:** add session delete subcommand ([6beb670](https://github.com/tmchow/image-sprout/commit/6beb670287c5cd053e0f3f815497218c5a4867ab))
10+
* configurable analysis model for guide derivation ([ab2902f](https://github.com/tmchow/image-sprout/commit/ab2902fc3eaacf7748c25e621656daff6ee1b3b3))
11+
* **sidebar:** add confirmation step before deleting a session ([30f062f](https://github.com/tmchow/image-sprout/commit/30f062fcd4fb46146747980ea33f3b040ab0fce4))
12+
* support image count of 1 for single-image generation ([fbac1b6](https://github.com/tmchow/image-sprout/commit/fbac1b6af948da71ac1a9e5f0bfdc68fce83fa3d))
13+
14+
15+
### Bug Fixes
16+
17+
* **api:** warn on non-JSON analysis response instead of silent fallback ([bf1fac7](https://github.com/tmchow/image-sprout/commit/bf1fac77144285f12b5ba1c99021628ec7347911))
18+
* **cli:** remove isDirectExecution guard that broke npx/symlink invocation ([6774657](https://github.com/tmchow/image-sprout/commit/677465773f2eeb1d5e95017037000489f13970d8))
19+
* **sidebar:** show draft placeholder when New Session is clicked ([675992c](https://github.com/tmchow/image-sprout/commit/675992c4072bdfbdfc037bdb20f5e69ca9d47318))
20+
* **sidebar:** show draft placeholder when New Session is clicked ([62fd36e](https://github.com/tmchow/image-sprout/commit/62fd36ea1ab6ecd1c19ee387e0de1c1845f7313d))
21+
* **test:** correct action-bar test to match actual component behavior ([a3ee6a5](https://github.com/tmchow/image-sprout/commit/a3ee6a5e9d4a2de4610bd53b0cde4c9c6027e83a))
22+
* **web:** correct HTTP status codes for API error responses ([f7f4cef](https://github.com/tmchow/image-sprout/commit/f7f4cef56d63565b80e69bfebfe7b475c8f38c8e))
23+
24+
25+
### Performance Improvements
26+
27+
* parallelize derive when target=both with different ref sets ([5fc0dfa](https://github.com/tmchow/image-sprout/commit/5fc0dfab1a21f666690bc63b277514c20dc05669))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-sprout",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"type": "module",
55
"bin": {
66
"image-sprout": "dist/cli/index.js"

0 commit comments

Comments
 (0)