Skip to content

Commit 10fc18f

Browse files
committed
3.0.867.2669
1 parent 0487096 commit 10fc18f

2 files changed

Lines changed: 52 additions & 1 deletion

File tree

versioned_docs/version-3/intro.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,19 @@ You can preview TCAdmin v3 using your existing v2 master license on the same ser
1717

1818
Documentation for the new features and improvements in TCAdmin v3 will be available here soon.
1919

20+
For a complete list of new features, improvements, and bug fixes in each version, check out the [Release Notes](releases.mdx).
21+
22+
## Community
23+
24+
Have questions, feedback, or want to connect with other TCAdmin users? Join the conversation on our [**Discord server**](https://discord.gg/587HrWCG).
25+
2026
## Issue Tracker
2127

2228
Found a bug or have a feature request? Submit it on our public issue tracker:
2329

2430
- [**Browse Issues**](https://github.com/TotalControlAdmin/TCAdminV3-Issues/issues)
2531
- [**Report a Bug**](https://github.com/TotalControlAdmin/TCAdminV3-Issues/issues/new?template=bug_report.yml)
26-
- [**Request a Feature**](https://github.com/TotalControlAdmin/TCAdminV3-Issues/issues/new?template=feature_request.yml)
32+
- [**Request a Feature**](https://github.com/TotalControlAdmin/TCAdmin-V3-Issues-and-Feedback/discussions)
2733

2834
---
2935

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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

Comments
 (0)