show "new!" next to new config fields

This commit is contained in:
Mikayla Fischler
2025-05-10 11:26:19 -04:00
parent 35f82af2e2
commit fcb17ae5e7
4 changed files with 4 additions and 2 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 = "v0.13.2-beta"
local POCKET_VERSION = "v0.13.3-beta"
local println = util.println
local println_ts = util.println_ts