Changelog
History of updates and improvements to the Vorel application
Back to Home
January 21, 2026
1 commit
Changes
- Merge pull request #7 from 1334Robotics/ember by Melody at 03:44 PM (353ae35)
October 22, 2025
7 commits
Changes
- Merge main into ember (preserving ember branch functionality) by Melody at 02:40 PM (3c6caf9)
- fix: preserve JSON-LD blocks when stripping comments from rendered views by Melody at 02:40 PM (aaa6cb1)
- fix: preserve JSON-LD blocks when stripping comments and refactor HTML cleaning in render middleware by Melody at 02:35 PM (41a496f)
- chore: bump express-session to 1.18.2 in package-lock.json by Melody at 02:29 PM (a77f2e2)
- chore: upgrade dependencies and regenerate lockfile by Melody at 02:26 PM (f6a2f93)
- Merge https://github.com/1334robotics/vorel-app into ember by Melody at 02:25 PM (f2049ed)
- Upgrade dependencies and update home page view by Melody at 02:20 PM (879cc6a)
September 5, 2025
1 commit
Changes
- added a notice for beta release by Melody at 01:44 PM (94332b9)
August 11, 2025
1 commit
Changes
- fix: correct JSON formatting in home.ejs script tag by Melody at 05:38 PM (44e15b4)
July 8, 2025
2 commits
Changes
- updated nodejs in dockerfile to use latest node.js alpine by Melody at 01:17 PM (b77842b)
- hopefully this works? seperated login style sheet from login's page for organization by Melody at 01:14 PM (1e41576)
July 4, 2025
6 commits
Changes
- fix: remove sample notice creation script to streamline codebase by Melody at 02:59 PM (fe42610)
- fix: remove test webhook endpoint for debugging from API routes for security issues by Melody at 02:15 PM (6b66619)
- fix: update system status to reflect webhook configuration state in admin dashboard by Melody at 02:13 PM (b6c5062)
- fix: streamline logging messages in Nexus webhook endpoint for clarity by Melody at 02:26 AM (b4ef38b)
- fix: enhance webhook token verification and improve error logging for FRC Nexus webhook by Melody at 02:17 AM (04ab492)
- feat: implement FRC Nexus webhook support and statistics tracking by Melody at 02:09 AM (0149903)
July 3, 2025
7 commits
Changes
- fix: update session cookie name to 'vorel.sid' for consistency by Melody at 03:00 AM (e184732)
- fixed docker-compose by Melody at 02:51 AM (f22277b)
- fix: enhance session management with cleanup for expired sessions by Melody at 02:48 AM (2f9b454)
- fix: add GitHub OAuth environment variables to Docker Compose files by Melody at 02:45 AM (a6c5cb0)
- fix: enhance GitHub OAuth error handling and configuration checks by Melody at 02:38 AM (c24a475)
- fix: remove fallback callback URL for GitHub strategy to enforce environment variable usage by Melody at 02:32 AM (4f31fe7)
- fix: update changelog link to use relative URL for consistency by Melody at 02:18 AM (e3bbc16)
June 30, 2025
4 commits
Changes
- made it a joke because the last on even through its ment to be a reason its not really one tbh by Melody at 09:45 PM (be50c28)
- Removed Node_ENV because its useless, added reason why database URL is not used by Melody at 09:44 PM (58b1ac5)
- feat: add session expiration logic to user serialization and deserialization by Melody at 08:49 PM (ba03253)
- chore: remove unused test database file to clean up the repository by Melody at 07:56 PM (e5a77c3)
June 29, 2025
2 commits
Changes
- fix: hide notice actions for inactive users to improve UI clarity by Melody at 06:12 PM (89916f1)
- Add notice management and user management pages with enhanced UI by Melody at 06:05 PM (91e137e)
June 28, 2025
1 commit
Changes
- Project Ember (Restyle) Inital Commitment by Melody at 05:32 PM (8807e07)
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
2 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)