scenri 0.4.6 → 0.4.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.4.7](https://github.com/tonygorb/Scenri/compare/v0.4.6...v0.4.7) (2026-08-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * a shot tile wears marks at rest and its verbs under the pointer ([04937f4](https://github.com/tonygorb/Scenri/commit/04937f489ef06b97ffc2bf9273652440391321e4))
9
+ * a shot tile wears marks at rest and its verbs under the pointer ([8f90620](https://github.com/tonygorb/Scenri/commit/8f90620db8c1640092ea7bfa205f5a8f9e45ea5c))
10
+
3
11
  ## [0.4.6](https://github.com/tonygorb/Scenri/compare/v0.4.5...v0.4.6) (2026-08-23)
4
12
 
5
13
 
package/dist/serve.js CHANGED
@@ -7043,6 +7043,25 @@ function registerImageRoutes(app, deps) {
7043
7043
 
7044
7044
  // src/release/notes.data.ts
7045
7045
  var RELEASES = [
7046
+ {
7047
+ version: "0.4.7",
7048
+ date: "2026-08-24",
7049
+ title: "The feed shows the work, and the controls wait until you point at it.",
7050
+ sections: [
7051
+ {
7052
+ heading: "Create",
7053
+ body: "A shot tile is its picture until you point at it. A kept shot and a run holding several takes still say so with small marks, and a shot's actions arrive together on hover, reading the same over a dark photograph or a bright one."
7054
+ },
7055
+ {
7056
+ heading: "Shots",
7057
+ body: "Where a shot came from, how many versions it has and which sets it is filed in have moved into the shot's own record, which has the room to name those sets rather than count them."
7058
+ },
7059
+ {
7060
+ heading: "Fixes",
7061
+ body: "Choosing shots for a set is steadier: a tap on the picture adds or removes it, and actions that only make sense for a single shot step aside while you choose. The feed no longer marks a shot nobody picked, clicking empty space clears a selection, and the selection checkbox stops flashing twice under a thumb."
7062
+ }
7063
+ ]
7064
+ },
7046
7065
  {
7047
7066
  version: "0.4.6",
7048
7067
  date: "2026-08-24",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scenri",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "author": "Tony Gorb <hello@scenri.co>",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",