scenri 0.6.3 → 0.6.4

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.4](https://github.com/tonygorb/Scenri/compare/v0.6.3...v0.6.4) (2026-08-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * a create draft lives no longer than the attempt that made it ([5bace21](https://github.com/tonygorb/Scenri/commit/5bace21d251159371c4ded381e44b1824aed08b3))
9
+ * a create draft lives no longer than the attempt that made it ([8e4bc62](https://github.com/tonygorb/Scenri/commit/8e4bc62ff98e053d851681ec1e64fb8be259a0f6))
10
+
3
11
  ## [0.6.3](https://github.com/tonygorb/Scenri/compare/v0.6.2...v0.6.3) (2026-08-28)
4
12
 
5
13
 
package/dist/serve.js CHANGED
@@ -7973,6 +7973,16 @@ function registerImageRoutes(app, deps) {
7973
7973
 
7974
7974
  // src/release/notes.data.ts
7975
7975
  var RELEASES = [
7976
+ {
7977
+ version: "0.6.4",
7978
+ date: "2026-08-29",
7979
+ sections: [
7980
+ {
7981
+ heading: "Create",
7982
+ body: "Adding a product, presenter or scene starts from an empty form. Photos and words belonging to something you already made no longer turn up in a new one, in a second tab, or after a restart. Closing the dialog still keeps what you were working on until you leave, and a build that fails still hands it all back so you can pick up where you were."
7983
+ }
7984
+ ]
7985
+ },
7976
7986
  {
7977
7987
  version: "0.6.3",
7978
7988
  date: "2026-08-28",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scenri",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "author": "Tony Gorb <hello@scenri.co>",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",