fixed pocket main thread crash on nil current page, added info page to alarm test app

This commit is contained in:
Mikayla Fischler
2025-09-13 15:50:25 -04:00
parent 99c9fec195
commit 20f949a9dd
4 changed files with 22 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local threads = require("pocket.threads")
local POCKET_VERSION = "v1.0.0"
local POCKET_VERSION = "v1.0.1"
local println = util.println
local println_ts = util.println_ts