scenri 0.6.7 → 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,14 @@
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
+
3
12
  ## [0.6.7](https://github.com/tonygorb/Scenri/compare/v0.6.6...v0.6.7) (2026-08-29)
4
13
 
5
14
 
package/dist/serve.js CHANGED
@@ -8075,6 +8075,20 @@ 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
+ },
8078
8092
  {
8079
8093
  version: "0.6.7",
8080
8094
  date: "2026-08-29",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scenri",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "author": "Tony Gorb <hello@scenri.co>",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",