Skip to content

v1.2.0

Latest

Choose a tag to compare

@DevasNB DevasNB released this 17 Dec 22:56
· 75 commits to main since this release
7dc5289

1.2.0 (2025-12-17)

Bug Fixes

  • add volume for Nginx to access SSL certificates (dummy) (bbef22c)
  • change branch name on deploy file (7c8b8d6)
  • change folder name (74c43b4)
  • change folder path frontend (f74b432)
  • change npm ci to npm install (3165d72)
  • change token to GH_PATH, token costumizada (7060fc2)
  • change way to deploy app ssr (938504c)
  • changedetectionref to signals in login (de4ecdf)
  • clean all arquives from nginx folder (09db1f8)
  • container cannot find main.server.mjs (bbe2f24)
  • correct server name in nginx configuration for frontend (19ab1fb)
  • docker-compose information format (528b538)
  • docker-compose.yml nginx config (3a2a37a)
  • dockerfile ssr to run the correct file on the container (fb43875)
  • fix minor things in sockets (2dbda1c)
  • fixing some schema issues that are causing conflicts in the app (8597d85)
  • from Github token to custom Github token (e8e7b4f)
  • frontend socket url was failing and create-room was not connecting to sockets (940480b)
  • lobby is now working as should, host can change settings and every connected user receives instant feedback (526ab85)
  • login flickers (277f3c0)
  • migrations to remove isHost duplication (28aa0d8)
  • path to frontend and ngix custom config (cbe770e)
  • ports on frontend (06b4838)
  • prisma seed now doesn't have an await, and fixed some typos on decks seeds (e132297)
  • remove nginx container deploy (fdc9d72)
  • room:leave and disconnect - working well (d36015f)
  • some socket functions and handlers, now joining and leaving work well (8f0d88f)
  • streamline SSL certificate verification and creation process in entrypoint script (3d71e0d)
  • trying deploy with volumes (066ee38)
  • trying run the .mjs (c6e54ef)
  • trying to run a server.js file (e1726dd)
  • trying to run semantic.-release forcing token usage (7a4b206)
  • trying without server.js (1df4d65)
  • update deploy workflow to make sure that repository is in the folder of the server (7e5764b)
  • update deployment branch to main in GitHub Actions workflow (448f5a8)
  • update file on server not working (da2217a)
  • update HTTPS server configurations to handle missing SSL certificates (4c587a3)
  • update nginx and docker-compose configurations for improved SSL handling and service exposure (86254d9)
  • update nginx configuration for frontend and backend servers, remove unused server.js (aa5bc74)
  • wrong spelling npm run build (7b9173c)
  • wrong spelling script (925a8ed)

Features

  • add basic socket handling, tried to connect frontend and backend, got some issues (85aebef)
  • add Certbot configuration for SSL certificate management and update nginx settings (9e2c63b)
  • add GitHub Actions workflow for semantic-release automation (b35d0f3)
  • add semantic-release configuration for automated versioning and release notes (62d686c)
  • add start script for SSL certificate generation and Nginx startup (Dummy Certificates) (f0e42fa)
  • added rooms list in frontend and backend (ddb62fc)
  • backend with strcuture and basic auth routes (234492a)
  • basic authentication with JWT, login page, header, cors and an auth middleware in backend (432c205)
  • changed create-room to room, now room also has a service and typesand RoomResponse types; in backend created a roomHost middleware, a room service and added types. now there are also types for rooms that extend from the initial type (84bc835)
  • create-room: built the create room page. there is now a room where users can enter - but it's still only visual and frontend (82af59c)
  • created basic seed files (e002e6a)
  • deploy angular app with ssr, added nginx configs (ed09b61)
  • release alfa (#31) (7dc5289)
  • start configuring deploy app with docker (3b04974)