Skip to content

Releases: ChaseCarHG/NightscoutTV

SATURDAY 06 June 2026 - v0.8.00028-Alpha

Choose a tag to compare

@ChaseCarHG ChaseCarHG released this 06 Jun 05:53
42e91c1

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.

v0.8.00016-Alpha

Choose a tag to compare

@ChaseCarHG ChaseCarHG released this 04 Jun 06:46
e0c4bca

THURSDAY 04 June 2026 - v0.8.00016-Alpha
• Working #12 in NightscoutSetup.brs init(), moved m.top.setFocus(true) to the very first line of init() instead of after the timer is created.
• Working #11, in NightscoutLive.brs sub onSettingsLoaded(): Rearranged first use of s.url to occur AFTER checking for loadTask validity (with debug output) and AFTER checking for s validity (with debug output).