ima2-gen 2.0.4-preview-260626 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -34,6 +34,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
34
34
|
- AGY Windows pipe handling, Gemini API aspect ratio string values, multimode same-prompt batching.
|
|
35
35
|
- Moderation over-filtering — removed safety tags and added error enrichment.
|
|
36
36
|
|
|
37
|
+
## [2.0.4] - 2026-06-27
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
|
|
41
|
+
- **Result metadata inspector** — inspect generation result metadata from the UI (#108).
|
|
42
|
+
- **OAuth size directive** — reinforce non-auto resolutions with explicit LANDSCAPE / PORTRAIT / SQUARE orientation in the text prompt.
|
|
43
|
+
- **Release notes script** — `scripts/generate-release-notes.mjs` auto-categorizes conventional commits for GitHub Releases.
|
|
44
|
+
|
|
45
|
+
### Changed
|
|
46
|
+
|
|
47
|
+
- **Preview publish** — merged preview npm publish into the registered `publish.yml` workflow (OIDC trusted publisher); preview dist-tag on `preview` branch push, `latest` on GitHub Release.
|
|
48
|
+
|
|
49
|
+
### Docs
|
|
50
|
+
|
|
51
|
+
- `docs/IMAGE_RESOLUTION.md` — OAuth image resolution temporary limitation (~1.57M cap) and future policy undecided.
|
|
52
|
+
|
|
53
|
+
### CI
|
|
54
|
+
|
|
55
|
+
- OIDC precondition checks and npm version logging in publish workflow.
|
|
56
|
+
|
|
37
57
|
## [2.0.1] - 2026-06-03
|
|
38
58
|
|
|
39
59
|
### Added
|