Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@

---

#### Version 3.41
#### Version 3.41.1 (31.12.2025)
- **New**: All data for Hejto 2025 summary parsed
- **New**: Higher minimum number of games required for the ranked summary
- **Fix**: The icon color in dark mode in the Hejto 2025 summary

#### Version 3.41 (21.12.2025)
- **New**: 2025 annual summary for hejto.pl users added

#### Version 3.40 (30.11.2025)
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"slowoku"
],
"private": true,
"version": "3.41",
"version": "3.41.1",
"type": "module",
"scripts": {
"dev": "vite --port 3001",
Expand All @@ -32,10 +32,7 @@
"build-hejto": "tsx scripts/hejto/2025-summary-data.ts",
"preview": "vite preview",
"test": "jest",
"test-e2e": "playwright test",
"build-us": "tsx user-scripts/hejto-parser/build.ts",
"dev-us": "nodemon --watch user-scripts/hejto-parser --exec npm run build-us",
"dev-us-server": "tsx user-scripts/hejto-parser/dev-script.ts"
"test-e2e": "playwright test"
},
"dependencies": {
"@tanstack/react-query": "^5.18.1",
Expand Down
Loading