Releases: Nuno-Jesus/42_ft_transcendence
Releases · Nuno-Jesus/42_ft_transcendence
v1.0
What's Changed
- Added a photo of the team to the login, signup and OTP pages.
- Removed HTMX cache. This fixed browser navigation not loading CSS files.
- Implemented tournament timeout mechanism that triggers upon timeout on connecting to another player in a game.
- Several other small changes regarding UI bugs, issues at the repository and errors handling.
Full Changelog: v0.6...v1.0-delivery
v0.6
What's Changed
Full Changelog: v0.5.1...v0.6
v0.5.1
v0.5
What's Changed
- Remote tournaments are now working (both 4 and 8-sized)
- JS scripts are loaded dynamically to force execution
Full Changelog: v0.4.1...v0.5
v0.4.1
What's Changed
- Fixed issues #4, #54 and #57
- Added NGINX container to switch protocols to add TLS security to protocols
Full Changelog: v0.4...v0.4.1
v0.4
What's Changed
- Two-Factor Authentication (2FA) by @andreiacampos98 in #58
Full Changelog: v0.3...v0.4
v0.3
v0.2.1
Changelog
- Updating a game, now updates the corresponding game and users statistics
- User statistics are being sent to the profile
- Added custom errors for wrong tournament creation inputs
Bug fixes
- Fixed
INT_MAX
getting displayed in profile when the user hasn't played any games yet - Fixed notifications not being dismissable
- Fixed an issue where the statistics of player 2 in local games couldn't be updated, which caused the server to throw out an error
Pull Requests
- Stats by @andreiacampos98 in #38
- Fixes by @andreiacampos98 in #40
Full Changelog: v0.2...v0.2.0.1
v0.2
Changelog
- The 3D game was added to the "Local" section of the home page
- Statistics are being calculated after the game ends directly on javascript
- A
Game
instance is being created in the database and also updated upon game termination. Statistics are being sent but not updated in the database yet
Full Changelog: v0.1...v0.2
v0.1
Changelog
- 42 Authentication Module
- Generated first version of User Profile, Tournaments, Home, Search Users, Friends and Notifications front-end
- Created
.env
file - Database updated with statistics