scenri 0.10.1 → 0.10.2
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.10.2](https://github.com/tonygorb/Scenri/compare/v0.10.1...v0.10.2) (2026-09-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* opening a presenter draft no longer asks a question it takes back ([5605309](https://github.com/tonygorb/Scenri/commit/56053095cf15be7fe021b32060056f33039ee403))
|
|
9
|
+
* opening a presenter draft no longer asks a question it takes back ([6d7f11a](https://github.com/tonygorb/Scenri/commit/6d7f11ada52d8dafa6100f804f85dc2735645868))
|
|
10
|
+
* the transcript keeps the wait once the draft is here too ([d2ad4a0](https://github.com/tonygorb/Scenri/commit/d2ad4a02d0aa57a2ad800283e822ffdf21f5d171))
|
|
11
|
+
|
|
3
12
|
## [0.10.1](https://github.com/tonygorb/Scenri/compare/v0.10.0...v0.10.1) (2026-09-16)
|
|
4
13
|
|
|
5
14
|
|
package/dist/serve.js
CHANGED
|
@@ -11703,6 +11703,16 @@ function registerImageRoutes(app, deps) {
|
|
|
11703
11703
|
|
|
11704
11704
|
// src/release/notes.data.ts
|
|
11705
11705
|
var RELEASES = [
|
|
11706
|
+
{
|
|
11707
|
+
version: "0.10.2",
|
|
11708
|
+
date: "2026-09-17",
|
|
11709
|
+
sections: [
|
|
11710
|
+
{
|
|
11711
|
+
heading: "Presenters",
|
|
11712
|
+
body: "Opening a saved presenter draft goes straight to where the conversation left off, instead of briefly asking who you are making and then taking the question back."
|
|
11713
|
+
}
|
|
11714
|
+
]
|
|
11715
|
+
},
|
|
11706
11716
|
{
|
|
11707
11717
|
version: "0.10.1",
|
|
11708
11718
|
date: "2026-09-16",
|