Skip to content

Commit 42e91c1

Browse files
authored
Update CHANGELOG.md
SATURDAY 06 June 2026 - v0.8.00028-Alpha • Created NightscoutLiveScreensaver.xml that simply extends NightscoutLive, to allievate screensaver's RunScreenSaver() calls runLive(true), which calls screen.CreateScene("NightscoutLive") — but Roku is returning the existing app's NightscoutLive scene instead of creating a new one, because the same scene is already loaded. • In main.brs runLive(), changed screen.CreateScene("NightscoutLive") to if isScreensaver screen.CreateScene("NightscoutLiveScreensaver") else screen.CreateScene("NightscoutLive") end if... all for the same reasons as above.
1 parent 96470ef commit 42e91c1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGELOG
22

3+
SATURDAY 06 June 2026 - v0.8.00028-Alpha
4+
• Created NightscoutLiveScreensaver.xml that simply extends NightscoutLive, to allievate screensaver's RunScreenSaver() calls runLive(true), which calls screen.CreateScene("NightscoutLive") — but Roku is returning the existing app's NightscoutLive scene instead of creating a new one, because the same scene is already loaded.
5+
• In main.brs runLive(), changed screen.CreateScene("NightscoutLive") to if isScreensaver screen.CreateScene("NightscoutLiveScreensaver") else screen.CreateScene("NightscoutLive") end if... all for the same reasons as above.
6+
37
SATURDAY 06 June 2026 - v0.8.00027-Alpha
48
• For debugging [Issue #11], added to main.brs near if type(msg) = "roSGScreenEvent" a block to print statuses of isScreenClosed, isDisplayHidden, and isDisplayShown.
59

0 commit comments

Comments
 (0)