
Changelog
History of updates and improvements to the Vorel application
Back to Home
September 5, 2025
1 commit
Changes
- added a notice for beta release by Melody at 01:44 PM (94332b9)
June 26, 2025
3 commits
Changes
- fix: enhance HTML cleaning by removing JavaScript single-line comments within script tags by Melody at 02:06 PM (3cc2ecb)
- fix: simplify compression middleware and enhance HTML cleaning by Melody at 01:46 PM (364aded)
- removed compression for testing by Melody at 01:35 PM (a96d8b3)
June 24, 2025
1 commit
Changes
- added a small easter egg for fun by Melody at 06:15 PM (2c8c0da)
June 23, 2025
2 commits
Changes
- Merge pull request #5 from 1334Robotics/optimizations by Melody at 08:52 PM (f3f9128)
- feat: add container names for app, mariadb, and watchtower services in docker-compose files by Melody at 08:51 PM (9cb06f2)
June 21, 2025
3 commits
Changes
- fix: simplify input hint for team number auto-find feature by Melody at 01:21 AM (3311f02)
- feat: enhance team event auto-selection logic and manual input handling by Melody at 01:20 AM (27bb8a8)
- feat: implement team event caching and auto-suggestion feature by Melody at 01:11 AM (29674d8)
June 19, 2025
6 commits
Changes
- feat: enhance search results dropdown positioning and styling by Melody at 04:58 PM (74e198a)
- Update docker-compose-dockploy.yml by Melody at 03:03 PM (60d7916)
- Update docker-compose.yml by Melody at 03:03 PM (55f6a10)
- Merge pull request #4 from 1334Robotics/MariaDB by Melody at 03:03 PM (b0e712a)
- feat: add docker-compose configuration for app, mariadb, and watchtower services by Melody at 12:13 AM (a115e88)
- fix: update server listen method to use default host by Melody at 12:04 AM (9666077)
June 18, 2025
8 commits
Changes
- fix: update docker-compose to include default network and refine app service configuration by Melody at 11:50 PM (1133fa6)
- fix: remove SQL directory copy from Dockerfile and delete obsolete 01-init.sql by Melody at 11:14 PM (6340664)
- fix: remove SQL volume mapping from docker-compose and enhance database initialization with schema creation by Melody at 11:01 PM (13eef56)
- fix: replace init.sql with 01-init.sql for improved database initialization process by Melody at 10:51 PM (65ddcca)
- fix: remove database creation statement from init.sql as it's handled by docker-compose by Melody at 10:48 PM (0876267)
- fix: update SQL volume mapping in docker-compose.yml for initialization by Melody at 10:40 PM (9ee40ad)
- fix: add missing SQL directory copy in Dockerfile by Melody at 10:28 PM (b83af6a)
- Merge branch 'main' of https://github.com/1334Robotics/vorel-app into MariaDB by Melody at 12:28 AM (6ae65d6)
June 17, 2025
14 commits
Changes
- fix: remove PORT exposure from Dockerfile and docker-compose.yml for Traefik integration by Melody at 10:04 PM (e08f964)
- fix: remove host binding from server listen for simplified logging by Melody at 10:01 PM (72f741b)
- fix: update server host binding to localhost for improved security by Melody at 09:58 PM (b952427)
- fix: remove port mapping in docker-compose for cleaner configuration by Melody at 09:52 PM (47a365e)
- fix: expose port in Dockerfile and docker-compose for proper routing by Melody at 09:37 PM (55b6b97)
- fix: remove port exposure in docker-compose and update server host binding by Melody at 09:32 PM (7433a08)
- Merge branch 'main' of https://github.com/1334Robotics/vorel-app by Melody at 06:47 PM (5e9a3c8)
- fix: remove unnecessary port exposure in Dockerfile for Traefik compatibility by Melody at 06:47 PM (3f5b10a)
- fix: update Dockerfile and docker-compose.yml to remove PORT exposure and set correct image tag for MariaDB integration by Melody at 06:46 PM (0a34454)
- Updated Build.yml by Melody at 06:38 PM (c38d66a)
- feat: refactor to integrate MariaDB for event management and enhance caching mechanisms by Melody at 06:36 PM (9cd0538)
- fix: clean up package-lock.json by removing unused dependencies by Melody at 01:31 PM (8ab3f56)
- fix: remove deprecated crypto package from dependencies by Melody at 01:30 PM (e517330)
- Github Copilot generated edits for intergration of MariaDB by Melody at 01:17 PM (3911227)
June 16, 2025
1 commit
Changes
- fix: update FAQ questions to include the full domain name for clarity by Melody at 01:31 PM (9c7de1a)
June 11, 2025
2 commits
Changes
- Merge branch 'main' of https://github.com/1334Robotics/vorel-app by Melody at 02:35 AM (47eb662)
- feat: attempt to fix some social media crawlers not working correctly due to html compression by Melody at 02:35 AM (e50328d)
June 9, 2025
1 commit
Changes
- fix: correct path to main entry in package.json by Melody at 05:14 PM (3844d0d)
June 8, 2025
1 commit
Changes
- feat: enhance Docker build workflow with Node.js setup and caching improvements by Melody at 01:55 PM (7ff183c)
June 7, 2025
1 commit
Changes
- Patch: Patched SSE by Melody at 09:57 PM (7a710b1)
June 1, 2025
1 commit
Changes
- feat: improve button state management on visibility change and page load by Melody at 09:25 PM (d2f93c6)
May 31, 2025
7 commits
Changes
- feat: add API update notice to inform users of improvements in live event data by Melody at 10:57 PM (3636ba0)
- Merge pull request #1 from 1334Robotics/SSE-beta by Melody at 10:49 PM (c84247d)
- feat: enhance SSE connection management with heartbeat monitoring and fallback logic by Melody at 10:44 PM (48c1f5e)
- Revert "feat: add console function to force polling mode for updates" by Melody at 09:57 PM (2cca3e2)
- feat: add console function to force polling mode for updates by Melody at 08:57 PM (27f4711)
- fix: update timestamp display to indicate when no time is available by Melody at 08:21 PM (86c4bc3)
- Flawless SSE atleast as it seems for now by Melody at 08:15 PM (5ee9ea4)
May 29, 2025
2 commits
Changes
- feat: implement SSE for real-time updates and fallback polling in match display by Melody at 02:44 PM (3ee0461)
- chore: remove redundant comments in index.js for clarity by Melody at 02:27 PM (b421e68)
May 26, 2025
2 commits
Changes
- chore: update package.json and package-lock.json to remove unused dependencies and update axios and dotenv versions by Melody at 07:49 PM (466d7e5)
- Update base image to Node.js 23-alpine in Dockerfile by Melody at 01:17 PM (f59e5aa)
May 25, 2025
5 commits
Changes
- Add tasks configuration for development server in VSCode by Melody at 08:39 PM (ca2671b)
- patch: Update Open Graph and Twitter image URLs for changelog page by Melody at 08:12 PM (02ef539)
- Refactor feature request template: replace platform dropdown with browser input field for improved clarity by Melody at 03:54 PM (db5b2f7)
- Refactor bug report template: replace platform dropdown with browser input field for improved clarity by Melody at 03:53 PM (1448d56)
- Add compression middleware and update package dependencies by Melody at 01:17 PM (93a3289)
May 17, 2025
2 commits
Changes
- Add security headers for enhanced protection by Melody at 09:19 PM (50c7c24)
- Remove redundant comment from fetch event in service worker by Melody at 06:25 PM (806cc1e)
May 11, 2025
1 commit
Changes
- UX improvement: Added caching options for static assets and favicon to reduce badwidth and improve user experiance by Melody at 05:51 PM (8c48fcc)
May 5, 2025
3 commits
Changes
- Remove redundant CSS comment handling from server routes by Melody at 07:09 PM (cee190c)
- Merge branch 'main' of https://github.com/1334Robotics/vorel-app by Melody at 06:39 PM (1e76903)
- Enhance HTML and CSS rendering by stripping comments from views and stylesheets by Melody at 06:39 PM (ab7b68b)
May 3, 2025
4 commits
Changes
- Added a temparary notice when page errors out, while fixing event data issue for that nexus doesn't seem to keep record of completed events by Melody at 01:53 PM (356a281)
- Update comment for test route to reflect correct endpoint by Melody at 01:19 PM (fa177f4)
- Refactor styles by removing unused comments and improving readability across multiple files by Melody at 01:38 AM (0fe6e61)
- Add donation section with styles to support app development (Placeholder currently) by Melody at 01:31 AM (58c3cf2)
April 30, 2025
1 commit
Changes
- Remove unused styles inclusion from home.ejs by Melody at 02:04 AM (eb4a6a4)
April 25, 2025
3 commits
Changes
- Fix incorrect main entry point in package.json by Melody at 06:25 PM (1dbb0e8)
- Update homepage field in package.json to point to the correct URL by Melody at 06:13 PM (2781622)
- Update package.json to include repository, bugs, and homepage fields by Melody at 06:11 PM (9c8db0c)
April 24, 2025
2 commits
Changes
- Update package description and keywords for clarity and relevance by Melody at 02:23 AM (cb4b67c)
- Remove unused API routes import from apex.js by Melody at 01:52 AM (d730dc6)
April 21, 2025
7 commits
Changes
- Add beta notice banner to stream embed page by Melody at 02:45 AM (206d39f)
- Refactor embed routes: change root endpoint to return embed status message by Melody at 02:41 AM (9ec6ad5)
- Fix import path for getParentDomains in embed routes by Melody at 02:21 AM (bcd5378)
- Add parent domain handling to Twitch stream embed and refactor embed routes by Melody at 02:20 AM (e2f6f75)
- Update robots.txt: refine disallow rules for API and embed paths by Melody at 02:13 AM (880cb57)
- fixed social media endpoint... by Melody at 02:12 AM (a25f713)
- Refactor server routes: standardize code formatting and add embed routes for team match display by Melody at 02:04 AM (0fe5d81)
April 20, 2025
3 commits
Changes
- Fixed formating on home page by Melody at 10:25 PM (216f4ef)
- Update loading button with animation and adjust minimum height for better layout by Melody at 10:20 PM (fe2d6aa)
- Add validation for eventKey and teamKey in data-check endpoint by Melody at 05:18 PM (cd534e8)
April 19, 2025
1 commit
Changes
- Comment out championship event notice for temporary removal by Melody at 01:35 AM (df6df3d)
April 18, 2025
4 commits
Changes
- Improve section title styling and responsiveness for better user experience by Melody at 12:33 AM (8cbd64e)
- Enhance service worker to clean up old caches and update app shell with fresh versions by Melody at 12:19 AM (0dad283)
- Update app name in manifest for consistency with functionality by Melody at 12:10 AM (9bdde37)
- Add PWA support with manifest and service worker by Melody at 12:03 AM (ffd4bac)
April 17, 2025
4 commits
Changes
- Fix typo in championship update notice for improved clarity by Melody at 01:58 AM (23948d6)
- Add championship event notice and corresponding styles for improved user communication by Melody at 01:53 AM (6691080)
- Export mapEventKey function for improved event key mapping by Melody at 01:47 AM (bc6e9c8)
- Temparary work around for First championships, due to nexus and thebluealiance having 2 diffrent event keys by Melody at 01:46 AM (1aebcb7)
April 15, 2025
3 commits
Changes
- removed the unused npm package: "Sharp" by Melody at 01:19 AM (963cc46)
- Enhancement: MASIVLY reduced load time by alot by replacing pngs with avif file format by Melody at 01:18 AM (543c5cf)
- Fixed: Links rely on color to be distinguishable. by Melody at 12:59 AM (975f305)
April 13, 2025
1 commit
Changes
- Update robots.txt to disallow embedding content by Melody at 01:28 AM (89b96db)