From 5b241038f1367d1e5ab297210e13ac27c68291f7 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 16 Jan 2026 05:24:38 +0100 Subject: [PATCH] chore: update html files --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/snek/templates/sandbox.html | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f76eb0..987ed27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,14 @@ + + +## Version 1.27.0 - 2026-01-16 + +update html files + +**Changes:** 1 files, 2 lines +**Languages:** HTML (2 lines) ## Version 1.26.0 - 2026-01-16 diff --git a/pyproject.toml b/pyproject.toml index 9b6eb9b..9a509e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Snek" -version = "1.26.0" +version = "1.27.0" readme = "README.md" #license = { file = "LICENSE", content-type="text/markdown" } description = "Snek Chat Application by Molodetz" diff --git a/src/snek/templates/sandbox.html b/src/snek/templates/sandbox.html index c3f06fa..e7b4c31 100644 --- a/src/snek/templates/sandbox.html +++ b/src/snek/templates/sandbox.html @@ -567,7 +567,7 @@ const count = Array.from(messages).filter(el => el.textContent.trim() === text). -const starField = new StarField({starCount: 300}); +const starField = new StarField({count: 200}); app.starField = starField; class DemoSequence {