scenri 0.6.0 → 0.6.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.6.1](https://github.com/tonygorb/Scenri/compare/v0.6.0...v0.6.1) (2026-08-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* refine aspect ratio belongs to the generation being refined ([1177f95](https://github.com/tonygorb/Scenri/commit/1177f955a926eca917096b328e8ec4fd86f913a2))
|
|
9
|
+
* refine aspect ratio belongs to the generation being refined ([2ef201c](https://github.com/tonygorb/Scenri/commit/2ef201c079a8a1c07fdbc18e43f4962d8689a41d))
|
|
10
|
+
|
|
3
11
|
## [0.6.0](https://github.com/tonygorb/Scenri/compare/v0.5.1...v0.6.0) (2026-08-26)
|
|
4
12
|
|
|
5
13
|
|
package/dist/serve.js
CHANGED
|
@@ -7823,6 +7823,16 @@ function registerImageRoutes(app, deps) {
|
|
|
7823
7823
|
|
|
7824
7824
|
// src/release/notes.data.ts
|
|
7825
7825
|
var RELEASES = [
|
|
7826
|
+
{
|
|
7827
|
+
version: "0.6.1",
|
|
7828
|
+
date: "2026-08-26",
|
|
7829
|
+
sections: [
|
|
7830
|
+
{
|
|
7831
|
+
heading: "Shots",
|
|
7832
|
+
body: "Refining a shot now opens at that picture's own shape. The aspect ratio belongs to the shot in front of you rather than to the last one you touched, so refining a portrait shot no longer quietly reframes it to whatever shape a different shot was set to, and two shots open side by side can each hold their own."
|
|
7833
|
+
}
|
|
7834
|
+
]
|
|
7835
|
+
},
|
|
7826
7836
|
{
|
|
7827
7837
|
version: "0.6.0",
|
|
7828
7838
|
date: "2026-08-26",
|