Changelogs
0.3.9
New features
- Game queue system (for premiums only).
- Premium chip refers to store where premium packages can be bought.
- Referraltokens that are added in the URL for register link will be filled in automatically.
- Added button in gameCreationComponent to filter out premium games if not a premium member.
- Added button in gameCreationComponent to filter out non-premium games if a premium member.
- Added loading animation for all pages.
- Added thanks for donating page.
Bug fixes
- Premium games can only be started by Premium players.
- Fixed p-language translations for certain elements.
- Gametype cards have the same size (added new chip for free games).
- Fixed layout for donate section.
- Fixed algorithm of The Number game for getting numbers.
Overall improvements (UX / QOL)
- Better background.
- Better skeleton frame for gametypes.
- When selecting the same game over again in gameCreationComponent, don't reload/recreate the game.
- Statistics can now be configured to be hidden.
- Further improved responsive layout of buttons on contact page.
- Better layout for store.
- Hide language modifiers on ageWarningPopup.
- Better login button for createGameComponent.
- When visiting a guide page, scroll up to the header, instead of starting in the middle of the page.
- Overall code cleaning and improvements.
- Register option when trying to log in is now enabled when only the email is filled out.
- Automatically fill out the referral media and who referred you, even after first checking out the website.
- Lowered most cooldowns
- Made it so you can horizontally scroll through the categories instead of being forced to use the arrrows on mobile.
0.3.8
Bug fixes
- Added missing key for oilstjers in localStorage.
- Added
null
protection for ageWarningPopup. - Fixed gamebreaking bug that caused a memory leak which crashed the whole website.
0.3.7
New features
- Show contact emails on about page.
- Show team members on contact page.
- Added link to Google Business location on contact page.
- Nearly finished buying coupons.
- Added blackjack game guide.
Bug fixes
- Don't show log out button by default on production.
- Dutch heading translations that enforced homepage and account page to be bigger fixed.
- Registering process fixed.
Overall improvements (UX / QOL)
- Better padding for team member images on about page.
- Added alt tags for images in Admin Dasbhoard.
- Better translation for Premium chip.
- Sort StripeProducts first.
- Added store translations.
- Better layout for the store.
- When buying discount codes, round up to the maximum possible discount code purchase for easier use.
- Store oilstjers in localStorage when enabled.
- Added caching for generating breadcrumbs.
- CSS improvements and simplifications.