scenri 0.6.13 → 0.7.1

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 (3) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/serve.js +665 -179
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.1](https://github.com/tonygorb/Scenri/compare/v0.7.0...v0.7.1) (2026-08-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * condition a presenter on their face, not only on their figure ([b556b91](https://github.com/tonygorb/Scenri/commit/b556b91403e53ee424ceb0c937d5d0f968cc77fe))
9
+ * condition a presenter on their face, not only on their figure ([4f1e02b](https://github.com/tonygorb/Scenri/commit/4f1e02b9a0512bf588c7f8b46f7d469f22ecae67))
10
+ * decode a presenter's references once, and let one e2e test finish ([e862212](https://github.com/tonygorb/Scenri/commit/e862212898d96a46148f5bf3cb6106a624bfcf67))
11
+ * draw presenters a portrait frame, and stop the crop copying the sweep ([a41eb27](https://github.com/tonygorb/Scenri/commit/a41eb271c03a3130085637ac88d030034d552d3e))
12
+ * make a multi-image run one coherent set ([a463074](https://github.com/tonygorb/Scenri/commit/a463074c6fe28e048b95d5848e660146f5c6b9f9))
13
+ * make a multi-image run one coherent set ([d4ae447](https://github.com/tonygorb/Scenri/commit/d4ae4479965f779b18c41d4d518b84c5a69428a9))
14
+ * preview the same identity payload a generation sends ([15a8d30](https://github.com/tonygorb/Scenri/commit/15a8d304807e271c21f28929976551b8bee914f4))
15
+ * record which view every attachment is, and settle the portrait untouched ([9f1a1a4](https://github.com/tonygorb/Scenri/commit/9f1a1a4bff8b5237f7e322ab6fcffd62a6d836b9))
16
+ * send the presenter portrait that was already on disk ([bbd3def](https://github.com/tonygorb/Scenri/commit/bbd3defbfd936cd0bc672e0e66b5399637ec2d89))
17
+
18
+ ## [0.7.0](https://github.com/tonygorb/Scenri/compare/v0.6.13...v0.7.0) (2026-08-30)
19
+
20
+
21
+ ### Features
22
+
23
+ * a pure-grade refinement keeps the photograph's own pixels ([7daf442](https://github.com/tonygorb/Scenri/commit/7daf442a7949a3dec0acbcb510ed9100863937e0))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **brief:** a shed corroboration angle no longer reads as a lost identity ([d4830f7](https://github.com/tonygorb/Scenri/commit/d4830f7940f8cc596f013000e4159da4459d6a60))
29
+ * **brief:** identity has one source - the carve-out leads the scene directive, and the presenter outranks a reference ([9c97fad](https://github.com/tonygorb/Scenri/commit/9c97fada04934e27f54e439d78511f12d7d775d0))
30
+ * **brief:** the drawn plate conditions a figure-led scene, and the raw upload never rides beside a presenter ([c0766da](https://github.com/tonygorb/Scenri/commit/c0766da479a36677bc4ad66762b55d1daa4a8eb1))
31
+ * carried mood references stop claiming to be the subject on refines ([a0d3c40](https://github.com/tonygorb/Scenri/commit/a0d3c408156ae2da9579e97a220848c5591fd68d))
32
+ * **openrouter:** repeat the identity carve-out after the image list ([dc2cf93](https://github.com/tonygorb/Scenri/commit/dc2cf93f3fa36af76a67f4a85c0f9676a1e4bf4c))
33
+ * refines on pixel-budget engines step down honestly instead of upscaling ([1fa419d](https://github.com/tonygorb/Scenri/commit/1fa419d191fa5201b2a78fe29fa6f4123955411c))
34
+ * **scenes:** a treatment plate may carry fictional print, and a redraw trims its bars ([8f5c0a2](https://github.com/tonygorb/Scenri/commit/8f5c0a2bc77433b8a46dca6f985768fd7e13d940))
35
+ * **server:** a formatless edit brief never reshapes ([253804f](https://github.com/tonygorb/Scenri/commit/253804ffedc6164c5dbc46e5f19e942b424a6ad9))
36
+ * the edit identity compile declares edit mode at the scene seam ([40cb845](https://github.com/tonygorb/Scenri/commit/40cb84596ca77b74f1626c3cfeed68cf1b8f44d2))
37
+
3
38
  ## [0.6.13](https://github.com/tonygorb/Scenri/compare/v0.6.12...v0.6.13) (2026-08-30)
4
39
 
5
40