scenri 0.11.0 → 0.11.1

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.11.1](https://github.com/tonygorb/Scenri/compare/v0.11.0...v0.11.1) (2026-09-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * pause first-use guidance, and a bar panel opened from another stays open ([ad6fb8d](https://github.com/tonygorb/Scenri/commit/ad6fb8d3146f7e51ab257fdaab9c74cbef88dad8))
9
+ * **studio:** a bar panel opened while another is open stays open ([fb43b43](https://github.com/tonygorb/Scenri/commit/fb43b43c5e7cf44ce0bcd7a5dd3daf815b4c6875))
10
+ * **studio:** pause first-use guidance until it is finished ([6fd33f0](https://github.com/tonygorb/Scenri/commit/6fd33f074e2af8373a1ae8cdd7690468cc6e90dd))
11
+
3
12
  ## [0.11.0](https://github.com/tonygorb/Scenri/compare/v0.10.3...v0.11.0) (2026-09-18)
4
13
 
5
14
 
package/dist/serve.js CHANGED
@@ -11704,6 +11704,20 @@ function registerImageRoutes(app, deps) {
11704
11704
 
11705
11705
  // src/release/notes.data.ts
11706
11706
  var RELEASES = [
11707
+ {
11708
+ version: "0.11.1",
11709
+ date: "2026-09-18",
11710
+ sections: [
11711
+ {
11712
+ heading: "Learn",
11713
+ body: "The welcome, the guided first shot, First steps and Learn are paused for now while they are finished. Nothing of them opens by itself, and Help no longer lists them."
11714
+ },
11715
+ {
11716
+ heading: "Fixes",
11717
+ body: "With a panel in the top bar open, pressing another control in the bar opens its panel and keeps it open, instead of opening it and closing it again at once."
11718
+ }
11719
+ ]
11720
+ },
11707
11721
  {
11708
11722
  version: "0.11.0",
11709
11723
  date: "2026-09-18",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scenri",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "author": "Tony Gorb <hello@scenri.co>",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",