scenri 0.4.2 → 0.4.3

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.3](https://github.com/tonygorb/Scenri/compare/v0.4.2...v0.4.3) (2026-08-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * controls respond to a press without moving under the cursor ([b5c993b](https://github.com/tonygorb/Scenri/commit/b5c993bf75cbc8907d63f48d5be6c75cb8e300ba))
9
+ * controls respond to a press without moving under the cursor ([62c868a](https://github.com/tonygorb/Scenri/commit/62c868a6ac539485d3cd8f8f70e245df03509e45))
10
+
3
11
  ## [0.4.2](https://github.com/tonygorb/Scenri/compare/v0.4.1...v0.4.2) (2026-08-23)
4
12
 
5
13
 
package/dist/serve.js CHANGED
@@ -6781,6 +6781,17 @@ function registerImageRoutes(app, deps) {
6781
6781
 
6782
6782
  // src/release/notes.data.ts
6783
6783
  var RELEASES = [
6784
+ {
6785
+ version: "0.4.3",
6786
+ date: "2026-08-23",
6787
+ title: "Controls hold still when you press them.",
6788
+ sections: [
6789
+ {
6790
+ heading: "Fixes",
6791
+ body: "Pressing a button, chip or icon button no longer nudges it down. Controls answer with a change of fill or opacity instead, so nothing shifts under the cursor, and selected rows in Settings no longer re-space their labels when you pick them."
6792
+ }
6793
+ ]
6794
+ },
6784
6795
  {
6785
6796
  version: "0.4.2",
6786
6797
  date: "2026-08-23",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scenri",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "author": "Tony Gorb <hello@scenri.co>",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",