Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalist committed Apr 24, 2024
1 parent a6308b4 commit d829def
Show file tree
Hide file tree
Showing 30 changed files with 1,468 additions and 1,197 deletions.
21 changes: 14 additions & 7 deletions content/en/changelog/0-4-0.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
---
title: 0.4.0 - Hilde, platformed
title: 1.0.0-beta1 - Hilde as a Platform
date: 2024-04-01
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Hilde is now a platform! 🎉

## Added

- New feature: **Super cool feature**.
- New feature: **Another super cool feature**.
- Added landing page
- Added user system
- Added league system
- Added customizable rating parameters
- Added social login
- Added achievement rewards
- Added more achievements
- Added i18n support
- Added match detail view
- Added league statistics

## Changed

- Improved performance of the **Super cool feature**.
- Improved performance of the **Another super cool feature**.
- Changed styling
- Leaderboards have been replaced with statistics and are shown after a league has been finished
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ services:
POSTGRES_USER: user
POSTGRES_PASSWORD: password

mail:
image: axllent/mailpit
ports:
- "1025:1025"
- "8025:8025"

volumes:
db_data:
3 changes: 2 additions & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"games": {
"custom": "Custom",
"chess": "Chess",
"badminton": "Badminton"
"badminton": "Badminton",
"foosball": "Foosball"
},
"achievements": {
"wins-1": "First Win",
Expand Down
Loading

0 comments on commit d829def

Please sign in to comment.