Releases: AlinaWan/RobloxChatLauncher
Releases · AlinaWan/RobloxChatLauncher
v0.6.0-beta.8
What's Changed (2026-04-15)
Features
- server: Add proof of work difficulty bumps based on req/min (0b1c2f5)
Performance Improvements
- client: Optimize proof of work solver to be more efficient (8afe711)
Full Changelog: v0.6.0-beta.7...v0.6.0-beta.8
v0.6.0-beta.7
What's Changed (2026-04-15)
Features
- ci: Add validation for already existing tag (4fb9c9e)
- ci: Automatically add leading 'v' to tag if missing (fbf2bd6)
- server: Add SIGTERM shutdown process in server (5455f32)
Bug Fixes
- ci: Don't use extended globs for tag validation job (9df48ad)
- ci: enable extended globs in tag validation job (f868d74)
Pull Requests
Full Changelog: v0.6.0-beta.6...v0.6.0-beta.7
v0.6.0-beta.6
What's Changed (2026-04-14)
Features
- client: Add automatic update checker (58137f6)
Bug Fixes
- client: Add switch to prevent reverting URI protocol when not intended (cc34c16)
Pull Requests
Full Changelog: v0.6.0-beta.5...v0.6.0-beta.6
v0.6.0-beta.5
The automatic update checker release.
What's Changed (2026-04-14)
Features
- client: Add automatic update checker (58137f6)
Bug Fixes
- client: Add switch to prevent reverting URI protocol when not intended (cc34c16)
Pull Requests
- chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #86
Full Changelog: v0.6.0-beta.4...v0.6.0-beta.5
v0.6.0-beta.4
Fix for v0.6.0-beta.3 not launching
What's Changed (2026-04-12)
Features
- server: use cryptographically secure word list for blurb code (3a0cebc)
- server: validate HWID as UUIDv4 in verification (783dce8)
Bug Fixes
- client: Add back logic to launch main chatForm (3ed7cef)
- server: resolve axios package vulnerability in server (08271d4)
Full Changelog: v0.6.0-beta.3...v0.6.0-beta.4
v0.6.0-beta.3
What's Changed (2026-04-10)
Features
- server: Add channel targeting and bool config to /api/v1/admin/broadcast route (f9eb11d)
Reverts
- Revert "chore(ci): Add changelog configuration to release.yml" (eb1ce47)
Pull Requests
- chore(deps): bump express-rate-limit from 8.3.1 to 8.3.2 in /server in the node-dependencies group by @dependabot[bot] in #84
- Docs/swagger by @AlinaWan in #85
Full Changelog: v0.6.0-beta.2...v0.6.0-beta.3
v0.6.0-beta.2
v0.6.0-beta.1
(2026-04-01)
Features
- Add styling for broadcast messages and color (6a415be)
- server: Add global broadcast endpoint (048ffaa)
Bug Fixes
- installer: Fix missing hashtag causing incorrect directory path (04ef0f6)
What's Changed
- chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.1 by @dependabot[bot] in #75
- chore(deps): bump axios from 1.13.6 to 1.14.0 in /server in the node-dependencies group by @dependabot[bot] in #76
- Feat/chat message font by @AlinaWan in #77
- Refactor/whisper messages (Closes #78) by @AlinaWan in #79
Full Changelog: v0.5.0-beta.12...v0.6.0-beta.1
v0.5.0-beta.12
(2026-03-29)
Features
- client: Add enum to differentiate between unauthorized and server error (c7e08e6)
Bug Fixes
- server: Convert roblox_id to a number (long) before returning (8a5c823)
- server: Fix checkLogin query for roblox_id (7a59378)
Full Changelog: v0.5.0-beta.11...v0.5.0-beta.12
v0.5.0-beta.11
(2026-03-29)
Features
- client: Add /CLEANINSTALL argument to update process (e61d1e3)
- client: Add login and logout
/commands (a07e92c) - installer: Add options for clean install, clear app data, and force purge (354d4ce)
- server: Add login endpoint to login without verification (dacbac1)
Bug Fixes
- server: import checkLogin in server entry point (039e679)
Full Changelog: v0.5.0-beta.10+filter.preferences...v0.5.0-beta.11