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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ima2-gen",
3
- "version": "2.0.4-preview-260626",
3
+ "version": "2.0.4",
4
4
  "description": "Local OAuth image generation studio with classic and node workflows",
5
5
  "type": "module",
6
6
  "bin": {