|
| 1 | +--- |
| 2 | +sidebar_position: 8 |
| 3 | +sidebar_label: Releases |
| 4 | +--- |
| 5 | + |
| 6 | +# Release Notes |
| 7 | + |
| 8 | +This page lists all TCAdmin v3 releases with their changes. Newer versions appear first. |
| 9 | + |
| 10 | +:::tip Updating to the latest version |
| 11 | +See the [Update TCAdmin](update-tcadmin.mdx) guide for step-by-step instructions on how to update your installation. |
| 12 | +::: |
| 13 | + |
| 14 | +--- |
| 15 | + |
| 16 | +## Version 3.0.867.2669 |
| 17 | + |
| 18 | +### New Features |
| 19 | + |
| 20 | +- **Encrypted credentials** — Database and game (TCA3Game) credentials are now encrypted for improved security. |
| 21 | +- **Private networks** — Implemented support for private networks, allowing servers to communicate over internal network interfaces. |
| 22 | +- **Restart services from panel** — You can now restart the Monitor and Web services directly from within TCAdmin. |
| 23 | +- **Monitor & Web log viewer** — You can now view Master Monitor and Web service logs directly from the control panel. |
| 24 | +- **Desktop & shell sessions** — Added the ability to open a remote desktop or shell session from the panel. |
| 25 | +- **Community plugin repository** — Added a community plugin repository, giving you access to shared game configurations and scripts from the community. |
| 26 | +- **Share to plugin repository** — You can now share your game configurations and scripts directly to a plugin repository from within TCAdmin using a GitHub token. |
| 27 | +- **Insert variables in command lines** — Added a dialog to easily insert variables when editing game server command lines. |
| 28 | +- **`ThisService.ProcessId`** — Added `ThisService.ProcessId` so scripts can access the current game server's process ID. |
| 29 | +- **Repository links** — Added repository URL links in Games and Docker Services for quick access. |
| 30 | +- **Custom loading screen** — Added an option to change the default page loading screen text (previously hardcoded to "TCADMIN"). |
| 31 | + |
| 32 | +### Bug Fixes |
| 33 | + |
| 34 | +- **Admin user creation** — Fixed a bug where an admin account could not create other admin accounts. |
| 35 | +- **Port allocation error** — Fixed a "could not find available port" error that occurred when the port was set to 0. |
| 36 | +- **Desktop interaction** — Fixed an issue where interacting with the desktop session failed when the Windows session was locked. |
| 37 | +- **Game servers killed on monitor stop (Linux)** — Fixed an issue where stopping the monitor service on Linux would also terminate running game servers. ServiceIO processes are now launched in a separate systemd scope so they are no longer affected by the monitor's service lifecycle. |
| 38 | + |
| 39 | +--- |
| 40 | + |
| 41 | +## Version 3.0.829.41981 |
| 42 | + |
| 43 | +*Initial preview release.* |
| 44 | + |
| 45 | +This is the first public preview of TCAdmin v3, featuring a fully redesigned interface built on Blazor, a new modular SDK architecture, and the foundation for all future v3 development. |
0 commit comments