diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b3ca0..59a372a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,14 @@ + + +## Version 1.25.0 - 2026-01-16 + +update html files + +**Changes:** 1 files, 2 lines +**Languages:** HTML (2 lines) ## Version 1.24.0 - 2026-01-03 diff --git a/pyproject.toml b/pyproject.toml index 657ad78..b0e0c0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Snek" -version = "1.24.0" +version = "1.25.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 789e51e..1cd7a6b 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: 50}); +const starField = new StarField({starCount: 150}); app.starField = starField; class DemoSequence {