scenri 0.7.0 → 0.7.2
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 +23 -0
- package/dist/serve.js +489 -111
- package/package.json +1 -1
- package/studio-dist/assets/{index-pvL9RRJ6.js → index-C-khfwCq.js} +21 -21
- package/studio-dist/index.html +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.7.2](https://github.com/tonygorb/Scenri/compare/v0.7.1...v0.7.2) (2026-08-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* a reshape is planned at the engine budget, never upscaled ([a580adc](https://github.com/tonygorb/Scenri/commit/a580adce27c85ae31b9071d9ff5411cb9d06bdaa))
|
|
9
|
+
* a reshape is planned at the engine budget, never upscaled ([2325779](https://github.com/tonygorb/Scenri/commit/2325779b32bdb83687135a21758953a1e3465eb2))
|
|
10
|
+
|
|
11
|
+
## [0.7.1](https://github.com/tonygorb/Scenri/compare/v0.7.0...v0.7.1) (2026-08-30)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* condition a presenter on their face, not only on their figure ([b556b91](https://github.com/tonygorb/Scenri/commit/b556b91403e53ee424ceb0c937d5d0f968cc77fe))
|
|
17
|
+
* condition a presenter on their face, not only on their figure ([4f1e02b](https://github.com/tonygorb/Scenri/commit/4f1e02b9a0512bf588c7f8b46f7d469f22ecae67))
|
|
18
|
+
* decode a presenter's references once, and let one e2e test finish ([e862212](https://github.com/tonygorb/Scenri/commit/e862212898d96a46148f5bf3cb6106a624bfcf67))
|
|
19
|
+
* draw presenters a portrait frame, and stop the crop copying the sweep ([a41eb27](https://github.com/tonygorb/Scenri/commit/a41eb271c03a3130085637ac88d030034d552d3e))
|
|
20
|
+
* make a multi-image run one coherent set ([a463074](https://github.com/tonygorb/Scenri/commit/a463074c6fe28e048b95d5848e660146f5c6b9f9))
|
|
21
|
+
* make a multi-image run one coherent set ([d4ae447](https://github.com/tonygorb/Scenri/commit/d4ae4479965f779b18c41d4d518b84c5a69428a9))
|
|
22
|
+
* preview the same identity payload a generation sends ([15a8d30](https://github.com/tonygorb/Scenri/commit/15a8d304807e271c21f28929976551b8bee914f4))
|
|
23
|
+
* record which view every attachment is, and settle the portrait untouched ([9f1a1a4](https://github.com/tonygorb/Scenri/commit/9f1a1a4bff8b5237f7e322ab6fcffd62a6d836b9))
|
|
24
|
+
* send the presenter portrait that was already on disk ([bbd3def](https://github.com/tonygorb/Scenri/commit/bbd3defbfd936cd0bc672e0e66b5399637ec2d89))
|
|
25
|
+
|
|
3
26
|
## [0.7.0](https://github.com/tonygorb/Scenri/compare/v0.6.13...v0.7.0) (2026-08-30)
|
|
4
27
|
|
|
5
28
|
|