diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a372a..9f76eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,14 @@ + + +## Version 1.26.0 - 2026-01-16 + +update html files + +**Changes:** 1 files, 2 lines +**Languages:** HTML (2 lines) ## Version 1.25.0 - 2026-01-16 diff --git a/pyproject.toml b/pyproject.toml index b0e0c0c..9b6eb9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Snek" -version = "1.25.0" +version = "1.26.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 1cd7a6b..c3f06fa 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: 150}); +const starField = new StarField({starCount: 300}); app.starField = starField; class DemoSequence {