Commit dcd34d7
authored
Update CHANGELOG.md
SATURDAY 06 June 2026 - v0.8.00023-Alpha
• In main.brs runLive() at screen.CreateScene("NightscoutLive") and screen.show(), surrounded with print statements to provide memory in bytes pre-scene and post-scene using appMonitor.GetChannelAvailableMemory(); and similar for end of sub.
• Due to info from "sgnodes roots" command on Telnet :8080 connection: Confirmed cleanup code is not executing consistently, so made architectural changes to null all task references whenever app goes to background:
• In main.brs runLive(false) loop, made app detect when it has been moved to background (roSGSceneEvent type isDisplayHidden()), and used to signal scene to clean up via scene.getScene().close = true, alongside debug message of "App is in background. Triggering cleanup."1 parent 355b34e commit dcd34d7
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
0 commit comments