scenri 0.6.6 → 0.6.7

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.7](https://github.com/tonygorb/Scenri/compare/v0.6.6...v0.6.7) (2026-08-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * a scene nobody chose never lands in the brief, or comes back ([db00c8f](https://github.com/tonygorb/Scenri/commit/db00c8f73845a3fab2a453c97acec3e79f846b5c))
9
+ * a scene nobody chose never lands in the brief, or comes back ([1fa34d3](https://github.com/tonygorb/Scenri/commit/1fa34d37699addda945ef31543fe643774e6afb6))
10
+
3
11
  ## [0.6.6](https://github.com/tonygorb/Scenri/compare/v0.6.5...v0.6.6) (2026-08-29)
4
12
 
5
13
 
package/dist/serve.js CHANGED
@@ -8075,6 +8075,16 @@ function registerImageRoutes(app, deps) {
8075
8075
 
8076
8076
  // src/release/notes.data.ts
8077
8077
  var RELEASES = [
8078
+ {
8079
+ version: "0.6.7",
8080
+ date: "2026-08-29",
8081
+ sections: [
8082
+ {
8083
+ heading: "Create",
8084
+ body: "The brief starts empty. A scene you never picked could turn up in it, come back on every later load, and reappear after you removed it and reloaded. Create an image no longer stands a scene in for one you have not shortlisted, and a scene that arrives from a link is spent once it lands rather than waiting in the address to be applied again. Briefs you were part way through writing still come back as they always have."
8085
+ }
8086
+ ]
8087
+ },
8078
8088
  {
8079
8089
  version: "0.6.6",
8080
8090
  date: "2026-08-29",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scenri",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "author": "Tony Gorb <hello@scenri.co>",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",