Skip to content

Commit 531312c

Browse files
committed
3.0.891.56055
1 parent 7e3b86b commit 531312c

7 files changed

Lines changed: 143 additions & 23 deletions

File tree

src/css/custom.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,59 @@ nav li a {
253253
}
254254
[data-theme="dark"] .header-forum-link::before {
255255
background-image: url("/img/comments-solid-full-white.svg");
256+
}
257+
258+
/* Release notes card grid */
259+
.releases-grid {
260+
display: grid;
261+
grid-template-columns: repeat(2, 1fr);
262+
gap: 1rem;
263+
margin-top: 1.5rem;
264+
}
265+
266+
@media (max-width: 768px) {
267+
.releases-grid {
268+
grid-template-columns: 1fr;
269+
}
270+
}
271+
272+
.release-card {
273+
display: block;
274+
padding: 1.25rem;
275+
border: 1px solid var(--ifm-color-emphasis-300);
276+
border-radius: 8px;
277+
text-decoration: none !important;
278+
color: inherit !important;
279+
transition: border-color 0.2s, box-shadow 0.2s;
280+
}
281+
282+
.release-card:hover {
283+
border-color: var(--ifm-color-primary);
284+
box-shadow: 0 2px 12px rgba(9, 157, 255, 0.15);
285+
}
286+
287+
.release-card__version {
288+
font-size: 1.15rem;
289+
font-weight: 700;
290+
margin-bottom: 0.35rem;
291+
}
292+
293+
.release-card__date {
294+
font-size: 0.85rem;
295+
color: var(--ifm-color-emphasis-600);
296+
margin-bottom: 0.5rem;
297+
}
298+
299+
.release-card__summary {
300+
font-size: 0.9rem;
301+
color: var(--ifm-color-emphasis-700);
302+
line-height: 1.45;
303+
}
304+
305+
[data-theme='dark'] .release-card {
306+
border-color: var(--ifm-color-emphasis-200);
307+
}
308+
309+
[data-theme='dark'] .release-card__summary {
310+
color: var(--ifm-color-emphasis-600);
256311
}

versioned_docs/version-3/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ The documentation for TCAdmin v3 is currently in development.
1515
:::info Licensing
1616
You can use your existing TCAdmin **v2** master license to activate TCAdmin **v3** on the same machine. This lets you install TCAdmin v3 alongside TCAdmin v2 so you can run both versions at the same time, or install only v3 on that server and use your v2 license there.
1717

18-
If you want to install TCAdmin v3 on a different machine than the one your v2 license is assigned to, you will need a separate TCAdmin v2 trial key for that machine. Contact our sales or support team to request a trial key for evaluation on a separate server.
18+
If you want to install TCAdmin v3 on a different machine, you can create a dev license for your existing master or remote license. In the [client area](https://clients.tcadmin.com/), go to **Services > Order New Services > Product Addons**.
1919
:::
2020

2121
## What's New in v3
2222

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

25-
For a complete list of new features, improvements, and bug fixes in each version, check out the [Release Notes](releases.mdx).
25+
For a complete list of new features, improvements, and bug fixes in each version, check out the [Release Notes](releases/index.mdx).
2626

2727
## Community
2828

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
sidebar_position: 3
3+
sidebar_label: 3.0.829.41981
4+
---
5+
6+
# Version 3.0.829.41981
7+
8+
*Initial preview release.*
9+
10+
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.
Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
---
2-
sidebar_position: 8
3-
sidebar_label: Releases
2+
sidebar_position: 2
3+
sidebar_label: 3.0.867.2669
44
---
55

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
6+
# Version 3.0.867.2669
177

188
### New Features
199

@@ -35,11 +25,3 @@ See the [Update TCAdmin](update-tcadmin.mdx) guide for step-by-step instructions
3525
- **Port allocation error** — Fixed a "could not find available port" error that occurred when the port was set to 0.
3626
- **Desktop interaction** — Fixed an issue where interacting with the desktop session failed when the Windows session was locked.
3727
- **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.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
sidebar_position: 1
3+
sidebar_label: 3.0.891.56055
4+
---
5+
6+
# Version 3.0.891.56055
7+
8+
### New Features
9+
10+
- **Config file editors in service creation wizard** — Game configuration file editors are now shown during game service creation, allowing you to configure game settings before the service is installed.
11+
- **Resource limits in service creation** — You can now specify resource limits (CPU, memory, etc.) when creating a game or Docker service, giving you control over resource allocation from the start.
12+
- **Service settings pages** — Added dedicated settings pages to game and Docker services, providing a centralized place to view and manage service configuration.
13+
- **Service limits in server settings** — You can now configure maximum game and Docker service limits per server directly from the server settings page.
14+
- **Update availability health check** — The System Health page now checks for newer TCAdmin versions and shows the available update information.
15+
16+
### Bug Fixes
17+
18+
- **Docker service memory limit** — Fixed an error when starting a Docker service with a memory limit configured.
19+
- **Monitor FTP crash** — Fixed a crash in the monitor caused by the FTP server by updating the FTP server library.
20+
- **Config editor save** — Fixed an error when saving configuration file variables.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Releases",
3+
"position": 8,
4+
"link": {
5+
"type": "doc",
6+
"id": "releases/index"
7+
}
8+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Release Notes
3+
sidebar_label: Release Notes
4+
---
5+
6+
# Release Notes
7+
8+
Release notes for TCAdmin v3 versions.
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+
export const ReleaseCard = ({version, date, summary, link}) => (
15+
<a href={link} className="release-card">
16+
<div className="release-card__version">{version}</div>
17+
{date && <div className="release-card__date">{date}</div>}
18+
<div className="release-card__summary">{summary}</div>
19+
</a>
20+
);
21+
22+
<div className="releases-grid">
23+
24+
<ReleaseCard
25+
version="3.0.891.56055"
26+
date="February 24, 2026"
27+
summary="Config file editors in service wizard, resource limits, service settings pages, update health check, and bug fixes."
28+
link="./3.0.891.56055"
29+
/>
30+
31+
<ReleaseCard
32+
version="3.0.867.2669"
33+
date="February 16, 2026"
34+
summary="Encrypted credentials, private networks, remote desktop/shell, community plugin repository, and more."
35+
link="./3.0.867.2669"
36+
/>
37+
38+
<ReleaseCard
39+
version="3.0.829.41981"
40+
date="February 6, 2026"
41+
summary="Initial preview release — redesigned Blazor interface and modular SDK architecture."
42+
link="./3.0.829.41981"
43+
/>
44+
45+
</div>

0 commit comments

Comments
 (0)