2.1.2 release notes, contributor grid component
Some checks failed
LANCommander Release / prep (push) Failing after 22s
LANCommander Release / build_release (push) Has been skipped
LANCommander Release / build_server_linux_arm64 (push) Has been skipped
LANCommander Release / build_server_linux_x64 (push) Has been skipped
LANCommander Release / build_server_osx_arm64 (push) Has been skipped
LANCommander Release / build_server_osx_x64 (push) Has been skipped
LANCommander Release / build_server_win_arm64 (push) Has been skipped
LANCommander Release / build_server_win_x64 (push) Has been skipped
LANCommander Release / build_launcher_linux_arm64 (push) Has been skipped
LANCommander Release / build_launcher_linux_x64 (push) Has been skipped
LANCommander Release / build_launcher_osx_arm64 (push) Has been skipped
LANCommander Release / build_launcher_osx_x64 (push) Has been skipped
LANCommander Release / build_launcher_win_arm64 (push) Has been skipped
LANCommander Release / build_launcher_win_x64 (push) Has been skipped
LANCommander Release / build_packager (push) Has been skipped

This commit is contained in:
Pat Hartl 2026-06-11 18:14:43 -05:00
parent 6722740b51
commit 3944339daf
8 changed files with 61 additions and 1 deletions

View file

@ -4,6 +4,7 @@ title: 2.1.0-rc1
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
import ScreenshotCarousel from '@site/src/components/ScreenshotCarousel';
import ContributorGrid from '@site/src/components/ContributorGrid';
# LANCommander 2.1.0 Release Candidate 1 Release Notes
@ -187,4 +188,6 @@ Improved the visibility and styling of the back button in the `GameDetailView`,
## Downloads
<ReleaseDownloads release="v2.1.0-rc1" />
<ReleaseDownloads release="v2.1.0-rc1" />
<ContributorGrid from="v2.0.2" to="v2.1.0-rc1" />

View file

@ -4,6 +4,7 @@ title: 2.1.0-rc2
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
import ScreenshotCarousel from '@site/src/components/ScreenshotCarousel';
import ContributorGrid from '@site/src/components/ContributorGrid';
# LANCommander 2.1.0 Release Candidate 2 Release Notes
@ -92,3 +93,5 @@ Features include:
## Downloads
<ReleaseDownloads release="v2.1.0-rc2" />
<ContributorGrid from="v2.1.0-rc1" to="v2.1.0-rc2" />

View file

@ -3,6 +3,7 @@ title: 2.1.0-rc3
---
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
import ContributorGrid from '@site/src/components/ContributorGrid';
# LANCommander 2.1.0 Release Candidate 3 Release Notes
@ -66,3 +67,5 @@ Back for another round of contributions, akifreak tracked down and fixed an issu
## Downloads
<ReleaseDownloads release="v2.1.0-rc3" />
<ContributorGrid from="v2.1.0-rc2" to="v2.1.0-rc3" />

View file

@ -3,6 +3,7 @@ title: 2.1.0-rc4
---
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
import ContributorGrid from '@site/src/components/ContributorGrid';
# LANCommander 2.1.0 Release Candidate 4 Release Notes
@ -50,3 +51,5 @@ The "Package" button has been moved from individual game, redistributable, and t
## Downloads
<ReleaseDownloads release="v2.1.0-rc4" />
<ContributorGrid from="v2.1.0-rc3" to="v2.1.0-rc4" />

View file

@ -3,6 +3,7 @@ title: 2.1.0-rc5
---
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
import ContributorGrid from '@site/src/components/ContributorGrid';
# LANCommander 2.1.0 Release Candidate 5 Release Notes
@ -52,3 +53,5 @@ The server file manager has received several usability improvements including fa
## Downloads
<ReleaseDownloads release="v2.1.0-rc5" />
<ContributorGrid from="v2.1.0-rc4" to="v2.1.0-rc5" />

View file

@ -4,6 +4,7 @@ title: 2.1.0
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
import ScreenshotCarousel from '@site/src/components/ScreenshotCarousel';
import ContributorGrid from '@site/src/components/ContributorGrid';
# LANCommander 2.1.0 Release Notes
@ -348,3 +349,5 @@ The Avalonia launcher's update functionality was only partially-implemented. Thi
<ReleaseDownloads release="v2.1.0" />
</details>
<ContributorGrid from="v2.0.2" to="v2.1.0" />

View file

@ -3,6 +3,7 @@ title: 2.1.1
---
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
import ContributorGrid from '@site/src/components/ContributorGrid';
# LANCommander 2.1.1 Release Notes
@ -31,3 +32,5 @@ The Avalonia launcher's update functionality was only partially-implemented. Thi
## Downloads
<ReleaseDownloads release="v2.1.1" />
<ContributorGrid from="v2.1.0" to="v2.1.1" />

View file

@ -0,0 +1,39 @@
---
title: 2.1.2
---
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
import ContributorGrid from '@site/src/components/ContributorGrid';
# LANCommander 2.1.2 Release Notes
:::info Full Release Notes
This is a patch release for the **2.1 series**. For the complete feature overview and all patch notes, visit the [LANCommander 2.1.0 release notes](./2.1.0).
:::
## New Features
### Redistributable Update Checking
The launcher now checks if installed redistributables are up to date and will re-run them when updates are available on the server. This ensures games always have the correct runtime dependencies.
### Drag and Drop File Import in Script Editor
The script editor now supports drag and drop for `.ps1`, `.reg`, `.ini`, and other text files. PowerShell scripts replace the editor contents, `.reg` files are automatically converted to PowerShell commands, and other text files are inserted as escaped strings.
### Manifest and Script Refresh
When a game has no update available, the launcher will now refresh the manifest and scripts on disk. This ensures local files stay in sync with server-side changes that don't trigger a full update.
## Improvements
- Entire row is now clickable in the compact library list view
- Items per page selection is now persisted in data tables
- Improved process termination handling with fallback for Windows and absolute pathing for `kill` on Linux/macOS
## Bug Fixes
- Fixed padding in the metadata lookup dialog
- Fixed HQ token retrieval on the first-time setup and integrations settings pages
- Fixed local server engine tracking (contributed by @Mavyre)
## Downloads
<ReleaseDownloads release="v2.1.2" />
<ContributorGrid from="v2.1.1" to="v2.1.2" />