diff --git a/LANCommander.Documentation/Releases/2.1.0-rc1.mdx b/LANCommander.Documentation/Releases/2.1.0-rc1.mdx index b7239a57..cbea681d 100644 --- a/LANCommander.Documentation/Releases/2.1.0-rc1.mdx +++ b/LANCommander.Documentation/Releases/2.1.0-rc1.mdx @@ -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 - \ No newline at end of file + + + \ No newline at end of file diff --git a/LANCommander.Documentation/Releases/2.1.0-rc2.mdx b/LANCommander.Documentation/Releases/2.1.0-rc2.mdx index 339e9bf8..9aadc3aa 100644 --- a/LANCommander.Documentation/Releases/2.1.0-rc2.mdx +++ b/LANCommander.Documentation/Releases/2.1.0-rc2.mdx @@ -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 + + diff --git a/LANCommander.Documentation/Releases/2.1.0-rc3.mdx b/LANCommander.Documentation/Releases/2.1.0-rc3.mdx index 98e217d1..e5fdec14 100644 --- a/LANCommander.Documentation/Releases/2.1.0-rc3.mdx +++ b/LANCommander.Documentation/Releases/2.1.0-rc3.mdx @@ -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 + + diff --git a/LANCommander.Documentation/Releases/2.1.0-rc4.mdx b/LANCommander.Documentation/Releases/2.1.0-rc4.mdx index e7de4fcc..be9bef37 100644 --- a/LANCommander.Documentation/Releases/2.1.0-rc4.mdx +++ b/LANCommander.Documentation/Releases/2.1.0-rc4.mdx @@ -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 + + diff --git a/LANCommander.Documentation/Releases/2.1.0-rc5.mdx b/LANCommander.Documentation/Releases/2.1.0-rc5.mdx index 7ce265ee..12b49da8 100644 --- a/LANCommander.Documentation/Releases/2.1.0-rc5.mdx +++ b/LANCommander.Documentation/Releases/2.1.0-rc5.mdx @@ -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 + + diff --git a/LANCommander.Documentation/Releases/2.1.0.mdx b/LANCommander.Documentation/Releases/2.1.0.mdx index 32aef22b..f7438e47 100644 --- a/LANCommander.Documentation/Releases/2.1.0.mdx +++ b/LANCommander.Documentation/Releases/2.1.0.mdx @@ -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 + + diff --git a/LANCommander.Documentation/Releases/2.1.1.mdx b/LANCommander.Documentation/Releases/2.1.1.mdx index 638aedc6..1947969d 100644 --- a/LANCommander.Documentation/Releases/2.1.1.mdx +++ b/LANCommander.Documentation/Releases/2.1.1.mdx @@ -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 + + diff --git a/LANCommander.Documentation/Releases/2.1.2.mdx b/LANCommander.Documentation/Releases/2.1.2.mdx new file mode 100644 index 00000000..58a891e5 --- /dev/null +++ b/LANCommander.Documentation/Releases/2.1.2.mdx @@ -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 + + + +