scenri 0.6.6 → 0.6.8

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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.6.8](https://github.com/tonygorb/Scenri/compare/v0.6.7...v0.6.8) (2026-08-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * a created scene never refills the next one, and text stays selected ([10d518f](https://github.com/tonygorb/Scenri/commit/10d518f8cc8ba8600f2ad31f72a0c2aea196a530))
9
+ * a created scene never refills the next one, and text stays selected ([3707774](https://github.com/tonygorb/Scenri/commit/3707774dbd1f981919ed96dbf2788f4dc5a316d5))
10
+ * closing a creation ends it, and one Undo brings it back ([24f43ba](https://github.com/tonygorb/Scenri/commit/24f43ba5bcfeb5359e99b5e82a806e5224765462))
11
+
12
+ ## [0.6.7](https://github.com/tonygorb/Scenri/compare/v0.6.6...v0.6.7) (2026-08-29)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * a scene nobody chose never lands in the brief, or comes back ([db00c8f](https://github.com/tonygorb/Scenri/commit/db00c8f73845a3fab2a453c97acec3e79f846b5c))
18
+ * a scene nobody chose never lands in the brief, or comes back ([1fa34d3](https://github.com/tonygorb/Scenri/commit/1fa34d37699addda945ef31543fe643774e6afb6))
19
+
3
20
  ## [0.6.6](https://github.com/tonygorb/Scenri/compare/v0.6.5...v0.6.6) (2026-08-29)
4
21
 
5
22
 
package/dist/serve.js CHANGED
@@ -8075,6 +8075,30 @@ function registerImageRoutes(app, deps) {
8075
8075
 
8076
8076
  // src/release/notes.data.ts
8077
8077
  var RELEASES = [
8078
+ {
8079
+ version: "0.6.8",
8080
+ date: "2026-08-29",
8081
+ sections: [
8082
+ {
8083
+ heading: "Create dialogs",
8084
+ body: "A new product, presenter or scene starts from an empty form, every time. Closing one now ends it rather than keeping what you typed for later, so nothing you walked away from can turn up in the next one, and the message that says so offers Undo if you did not mean to close it. A build that fails still hands everything back, photographs included, so trying again never asks for them twice. A reference you remove stays removed, even when another upload was still running, and a scene that was built while the app was restarting no longer leaves its references waiting in the next form."
8085
+ },
8086
+ {
8087
+ heading: "Create",
8088
+ body: "Selecting text in the brief with the mouse holds, instead of clearing the moment you let go."
8089
+ }
8090
+ ]
8091
+ },
8092
+ {
8093
+ version: "0.6.7",
8094
+ date: "2026-08-29",
8095
+ sections: [
8096
+ {
8097
+ heading: "Create",
8098
+ 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."
8099
+ }
8100
+ ]
8101
+ },
8078
8102
  {
8079
8103
  version: "0.6.6",
8080
8104
  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.8",
4
4
  "author": "Tony Gorb <hello@scenri.co>",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",