Skip to content

Commit b10900f

Browse files
committed
2 parents e737f08 + 4b37991 commit b10900f

11 files changed

Lines changed: 75 additions & 15 deletions

File tree

.external/lancommander

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 4b82dfe5779fa9d8a13d3187b7cc4aa31510e17c
1+
Subproject commit 582b244d4c5691e5b75357a31ab9cd6d87ddd6f3
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: 1.0.0
33
---
44

5+
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
6+
57
# Server
68
## Database Overhaul
79
For some big news, the server now supports MySQL and PostgreSQL as database providers! SQLite support is still available as well for anyone that wants to keep their setup simple.
@@ -159,11 +161,15 @@ There's a few large features being worked on / designed that will possibly make
159161
- Game overlay
160162
- Rebuilt autoupdater
161163

164+
## Downloads
165+
166+
<ReleaseDownloads release="v1.1.0" />
167+
162168
# Community
163169
Lastly, I'd like to shout out the community. This was LANCommander's biggest year of growth in users and features. We saw the introduction of a new launcher, the deprecation of the Playnite extension, and tons of features added along the way. Many of these came as suggestions from our community, and seeing all of your LAN parties has really shown that there's something to this little project.
164170

165171
There's one part of the community I'd like to give a shoutout to. A group of Aussies have banded together to establish a support network for men called **DadLAN**. They've been able to grow substantially over the past couple of years and have been making headlines down under. I really feel like they represent what LAN parties are all about and why they're so important to gaming culture. For more information, check out their site over at https://dadlan.au/!
166172

167173
I'd also like to take this moment to shill a bit and ask for any contribution you can spare. Whether it's contributing on [GitHub](https://github.com/LANCommander/LANCommander), helping out in the [Discord](https://discord.gg/vDEEWVt8EM), or, if you're able, subscribing to one of the paid [Patreon](https://www.patreon.com/c/LANCommander) tiers. Any amount of effort goes a long way towards bringing you this excellent piece of software!
168174

169-
Until next time, keep on being Bawlers!
175+
Until next time, keep on being Bawlers!
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: 1.1.5
33
---
44

5+
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
6+
57
## Server
68
- Fixed an issue where the IPX relay would cause high CPU usage if started/stopped multiple times (#200)
79
- Fixed the autostart of the IPX relay (#188)
@@ -44,9 +46,13 @@ LANCommander is now available to install via WinGet! These packages are included
4446

4547
![WindowsTerminal_lyR1c4jvrs](https://github.com/user-attachments/assets/f1e14dee-a79d-4dc3-b6dc-70488ee095c4)
4648

49+
## Downloads
50+
51+
<ReleaseDownloads release="v1.1.5" />
52+
4753
## New Contributors
4854
* @simonmarklar made their first contribution in https://github.com/LANCommander/LANCommander/pull/192
4955
* @eliaswen made their first contribution in https://github.com/LANCommander/LANCommander/pull/202
5056
* @PGHJA991id12 made their first contribution in https://github.com/LANCommander/LANCommander/pull/222
5157

52-
**Full Changelog**: https://github.com/LANCommander/LANCommander/compare/v1.1.4...v1.1.5
58+
**Full Changelog**: https://github.com/LANCommander/LANCommander/compare/v1.1.4...v1.1.5
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: 2.0.0-rc1
33
---
44

5+
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
6+
57
# LANCommander 2.0.0-rc1 Release Notes
68
LANCommander 2.0.0 is up there as one of the largest updates in the project's history. This release represents over nine months of development, with more individual contributors than previous versions. The jump from 1.x to 2.x reflects substantial architectural changes, new features, and significant improvements in the server, launcher, and SDK.
79

@@ -20,7 +22,7 @@ Importing and exporting has been rebuilt from the ground up. An effort to allow
2022
### User Data Paths
2123
In previous versions of LANCommander, user data files/directories such as the database, settings, media, and uploads were thrown into the same directory as the main executable (for both server and launcher). In 2.0.0 a new directory called "Data" will be created and used for all user data. This change should make it easier to create backups and map Docker volumes.
2224

23-
A migration has been written to assist with this change, but as always make sure you backup your data before upgrading. **For Docker users**: Before updating to 2.0.0, make sure you map `/app/Data` _with_ your volumes from previous versions. The migration will do its best attempt at discovering if this directory is mapped before moving any data.
25+
A migration has been written to assist with this change, but as always make sure you backup your data before upgrading. **For Docker users**: Before updating to 2.0.0, make sure you map `/app/Data` _with_ your volumes from previous versions. The migration will do its best attempt at discovering if this directory is mapped before moving any data.
2426

2527
### Logging
2628
Previous versions have relied on Serilog to provide logging for both the server and launcher. An effort is being made to update this to more modern practices by integrating OpenTelemetry. As of right now, logging support for Seq and ElasticSearch is non-functional.
@@ -66,6 +68,10 @@ As if there weren't already enough changes in this release, here's a list of not
6668
- IGDB metadata importing should now be more consistent
6769
- Taxonomy metadata such as genre or tags is no longer being lost when updating other game information
6870

71+
## Downloads
72+
73+
<ReleaseDownloads release="v2.0.0-rc1" />
74+
6975
## Contributors
7076
As mentioned previously, this update had the most outside contributions over any other version. A big thanks to the following contributors and their pull requests:
7177

@@ -110,4 +116,4 @@ As mentioned previously, this update had the most outside contributions over any
110116
- [#269](https://github.com/LANCommander/LANCommander/pull/269) Option to delete selected Media entries
111117
- [#268](https://github.com/LANCommander/LANCommander/pull/268) Expiring Archives cache after recalculating/updating archives
112118
- [#260](https://github.com/LANCommander/LANCommander/pull/260) Utilizing MadMilkman.INI for ini parsing
113-
- [#257](https://github.com/LANCommander/LANCommander/pull/257) Fix "Name Change Script" from context menu nulling username in game files
119+
- [#257](https://github.com/LANCommander/LANCommander/pull/257) Fix "Name Change Script" from context menu nulling username in game files
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: 2.0.0-rc2
33
---
44

5+
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
6+
57
# LANCommander 2.0.0-rc2 Release Notes
68
This page only covers updates/fixes included in v2.0.0-rc2. For more information on other v2.0.0 changes, head over to the [v2.0.0-rc1 release notes](/Releases/2.0.0-rc1).
79

@@ -16,4 +18,8 @@ This page only covers updates/fixes included in v2.0.0-rc2. For more information
1618
- Fixed width of game details in depot
1719
- Fixed "Add to Library" button in depot
1820
- Fixed opening of chat window
19-
- Display logo instead of authentication form when starting launcher
21+
- Display logo instead of authentication form when starting launcher
22+
23+
## Downloads
24+
25+
<ReleaseDownloads release="v2.0.0-rc2" />
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
title: 2.0.0-rc3
33
---
44

5+
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
6+
57
# LANCommander 2.0.0-rc3 Release Notes
6-
This page only covers updates/fixes included in v2.0.0-rc3. For more information on other v2.0.0 changes, head over to previous releases:
8+
This page only covers updates/fixes included in v2.0.0-rc3. For more information on other v2.0.0 changes, head over to previous releases:
79
- [v2.0.0-rc1](/Releases/2.0.0-rc1)
810
- [v2.0.0-rc2](/Releases/2.0.0-rc2)
911

@@ -12,4 +14,8 @@ This page only covers updates/fixes included in v2.0.0-rc3. For more information
1214
- Fix default path for scripting snippets
1315
- Added basic PowerShell module for SteamCMD
1416
- Auto-detect SteamCMD path if possible when loading the Steam integration page under settings
15-
- Better error handling/reporting when working with SteamCMD
17+
- Better error handling/reporting when working with SteamCMD
18+
19+
## Downloads
20+
21+
<ReleaseDownloads release="v2.0.0-rc3" />
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
title: 2.0.0-rc4
33
---
44

5+
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
6+
57
# LANCommander 2.0.0-rc4 Release Notes
6-
This page only covers updates/fixes included in v2.0.0-rc4. For more information on other v2.0.0 changes, head over to previous releases:
8+
This page only covers updates/fixes included in v2.0.0-rc4. For more information on other v2.0.0 changes, head over to previous releases:
79
- [v2.0.0-rc1](/Releases/2.0.0-rc1)
810
- [v2.0.0-rc2](/Releases/2.0.0-rc2)
911
- [v2.0.0-rc3](/Releases/2.0.0-rc3)
@@ -18,4 +20,8 @@ This page only covers updates/fixes included in v2.0.0-rc4. For more information
1820
- Fixed export button for redistributables and servers
1921
- Exports now download with a useful name
2022
- Incomplete chat component for web UI has been temporarily disabled
21-
- Fixed login redirecting to logout after logout
23+
- Fixed login redirecting to logout after logout
24+
25+
## Downloads
26+
27+
<ReleaseDownloads release="v2.0.0-rc4" />
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
title: 2.0.0-rc5
33
---
44

5+
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
6+
57
# LANCommander 2.0.0-rc5 Release Notes
6-
This page only covers updates/fixes included in v2.0.0-rc5. For more information on other v2.0.0 changes, head over to previous releases:
8+
This page only covers updates/fixes included in v2.0.0-rc5. For more information on other v2.0.0 changes, head over to previous releases:
79
- [v2.0.0-rc1](/Releases/2.0.0-rc1)
810
- [v2.0.0-rc2](/Releases/2.0.0-rc2)
911
- [v2.0.0-rc3](/Releases/2.0.0-rc3)
@@ -25,4 +27,8 @@ These servers should still be considered a work in progress. They will eventuall
2527
- Documentation for each image, including useful configuration of the game server itself
2628

2729
## Documentation
28-
This documentation site now resides under our [LANCommander.Documentation](https://github.com/LANCommander/LANCommander.Documentation) GitHub repository, with the actual contents being fed from the organization's other repositories. Any contribution to the documentation can be submitted to the child repositories. They will automatically be published to the documentation repo on merge.
30+
This documentation site now resides under our [LANCommander.Documentation](https://github.com/LANCommander/LANCommander.Documentation) GitHub repository, with the actual contents being fed from the organization's other repositories. Any contribution to the documentation can be submitted to the child repositories. They will automatically be published to the documentation repo on merge.
31+
32+
## Downloads
33+
34+
<ReleaseDownloads release="v2.0.0-rc5" />
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
title: 2.0.0-rc6
33
---
44

5+
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
6+
57
# LANCommander 2.0.0-rc6 Release Notes
6-
This page only covers updates/fixes included in v2.0.0-rc6. For more information on other v2.0.0 changes, head over to previous releases:
8+
This page only covers updates/fixes included in v2.0.0-rc6. For more information on other v2.0.0 changes, head over to previous releases:
79
- [v2.0.0-rc1](/Releases/2.0.0-rc1)
810
- [v2.0.0-rc2](/Releases/2.0.0-rc2)
911
- [v2.0.0-rc3](/Releases/2.0.0-rc3)
@@ -21,4 +23,8 @@ This page only covers updates/fixes included in v2.0.0-rc6. For more information
2123
- Increased buffer size for downloads and avoid throttling large responses. This should result in some faster download speeds across the board.
2224

2325
## Tools
24-
LANCommander now supports the ability to manage tools that may be useful for games. This feature is intended to allow admins to upload applications such as map editors, save editors, trainers, alternate configuration tools, etc. Tools can be tied to games and will be available to select upon install of the game in the launcher. This feature is still very new and experimental.
26+
LANCommander now supports the ability to manage tools that may be useful for games. This feature is intended to allow admins to upload applications such as map editors, save editors, trainers, alternate configuration tools, etc. Tools can be tied to games and will be available to select upon install of the game in the launcher. This feature is still very new and experimental.
27+
28+
## Downloads
29+
30+
<ReleaseDownloads release="v2.0.0-rc6" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: 2.0.0
33
---
44

5+
import ReleaseDownloads from '@site/src/components/ReleaseDownloads';
6+
57
# LANCommander 2.0.0 Release Notes
68
LANCommander 2.0.0 is up there as one of the largest updates in the project's history. This release represents over ten months of development, with more individual contributors than previous versions. The jump from 1.x to 2.x reflects substantial architectural changes, new features, and significant improvements in the server, launcher, and SDK.
79

@@ -69,6 +71,10 @@ As if there weren't already enough changes in this release, here's a list of not
6971
- IGDB metadata importing should now be more consistent
7072
- Taxonomy metadata such as genre or tags is no longer being lost when updating other game information
7173

74+
## Downloads
75+
76+
<ReleaseDownloads release="v2.0.0" />
77+
7278
## Contributors
7379
As mentioned previously, this update had the most outside contributions over any other version. A big thanks to the following contributors and their pull requests:
7480

0 commit comments

Comments
 (0)