[PR #4162] [MERGED] Release v23.2.0 #4236

Closed
opened 2026-02-27 04:54:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/4162
Author: @dgibbs64
Created: 4/2/2023
Status: Merged
Merged: 4/2/2023
Merged by: @dgibbs64

Base: masterHead: release/v23.2.0


📝 Commits (10+)

  • b02b538 Merge branch 'release/v23.1.0' into develop
  • 227343c feat(debug): add press return to exit debug
  • ccb216e fix: selecting branch instead of version when getting modules
  • f21b5ca Merge branch 'master' into develop
  • f157a62 Merge pull request #4115 from GameServerManagers/feature/4099-version-branch-selector-bug
  • 3d93638 feat(newserver): American Truck Simulator (#4105)
  • b075988 feat(newserver): Euro Truck Simulator 2 (#4104)
  • 928bfdc fix(nec): add missing vars
  • 146b299 feat(newserver): Core Keeper (#3884)
  • e4e73d2 fix: tidy up dependency csv files

📊 Changes

209 files changed (+2425 additions, -1628 deletions)

View changed files

📝 .github/labeler.yml (+2 -2)
📝 .github/workflows/add-to-project.yml (+1 -1)
📝 .github/workflows/git-sync.yml (+2 -2)
📝 .github/workflows/labeler.yml (+1 -1)
📝 .github/workflows/trigger-docker-build.yml (+2 -2)
📝 .github/workflows/update-copyright-years-in-license-file.yml (+1 -1)
📝 .vscode/extensions.json (+9 -9)
📝 README.md (+1 -1)
📝 lgsm/config-default/config-lgsm/acserver/_default.cfg (+4 -0)
📝 lgsm/config-default/config-lgsm/ahl2server/_default.cfg (+4 -1)
📝 lgsm/config-default/config-lgsm/ahlserver/_default.cfg (+4 -0)
📝 lgsm/config-default/config-lgsm/arkserver/_default.cfg (+4 -0)
📝 lgsm/config-default/config-lgsm/arma3server/_default.cfg (+4 -0)
📝 lgsm/config-default/config-lgsm/armarserver/_default.cfg (+4 -0)
lgsm/config-default/config-lgsm/atsserver/_default.cfg (+183 -0)
📝 lgsm/config-default/config-lgsm/avserver/_default.cfg (+4 -0)
📝 lgsm/config-default/config-lgsm/bb2server/_default.cfg (+4 -0)
📝 lgsm/config-default/config-lgsm/bbserver/_default.cfg (+4 -0)
📝 lgsm/config-default/config-lgsm/bdserver/_default.cfg (+4 -0)
📝 lgsm/config-default/config-lgsm/bf1942server/_default.cfg (+4 -0)

...and 80 more files

📄 Description

Release v23.2.0


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GameServerManagers/LinuxGSM/pull/4162 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 4/2/2023 **Status:** ✅ Merged **Merged:** 4/2/2023 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/v23.2.0` --- ### 📝 Commits (10+) - [`b02b538`](https://github.com/GameServerManagers/LinuxGSM/commit/b02b538ccfe497643437db437108b157b52097c0) Merge branch 'release/v23.1.0' into develop - [`227343c`](https://github.com/GameServerManagers/LinuxGSM/commit/227343c9908ec56a4f524497b5b2ec9ebad03f0e) feat(debug): add press return to exit debug - [`ccb216e`](https://github.com/GameServerManagers/LinuxGSM/commit/ccb216ecda3d2bd639ca81b0f68bb7c112607967) fix: selecting branch instead of version when getting modules - [`f21b5ca`](https://github.com/GameServerManagers/LinuxGSM/commit/f21b5ca00071314f0aa85cbf2dd6a49f684171d4) Merge branch 'master' into develop - [`f157a62`](https://github.com/GameServerManagers/LinuxGSM/commit/f157a6267a9aad975b6719c56b9416d2f0b138a9) Merge pull request #4115 from GameServerManagers/feature/4099-version-branch-selector-bug - [`3d93638`](https://github.com/GameServerManagers/LinuxGSM/commit/3d936381fae929c6b2987a4c5f5ae1689970c571) feat(newserver): American Truck Simulator (#4105) - [`b075988`](https://github.com/GameServerManagers/LinuxGSM/commit/b07598887d8c8bdcc42e77a1b8d2ba31fe951b82) feat(newserver): Euro Truck Simulator 2 (#4104) - [`928bfdc`](https://github.com/GameServerManagers/LinuxGSM/commit/928bfdc6efeee628ea12ecf9780166f257ef4361) fix(nec): add missing vars - [`146b299`](https://github.com/GameServerManagers/LinuxGSM/commit/146b29972d91ebf6ecfa01fb7b9ff5a9c7da9e85) feat(newserver): Core Keeper (#3884) - [`e4e73d2`](https://github.com/GameServerManagers/LinuxGSM/commit/e4e73d25f123f67246e3135780869320808cdc26) fix: tidy up dependency csv files ### 📊 Changes **209 files changed** (+2425 additions, -1628 deletions) <details> <summary>View changed files</summary> 📝 `.github/labeler.yml` (+2 -2) 📝 `.github/workflows/add-to-project.yml` (+1 -1) 📝 `.github/workflows/git-sync.yml` (+2 -2) 📝 `.github/workflows/labeler.yml` (+1 -1) 📝 `.github/workflows/trigger-docker-build.yml` (+2 -2) 📝 `.github/workflows/update-copyright-years-in-license-file.yml` (+1 -1) 📝 `.vscode/extensions.json` (+9 -9) 📝 `README.md` (+1 -1) 📝 `lgsm/config-default/config-lgsm/acserver/_default.cfg` (+4 -0) 📝 `lgsm/config-default/config-lgsm/ahl2server/_default.cfg` (+4 -1) 📝 `lgsm/config-default/config-lgsm/ahlserver/_default.cfg` (+4 -0) 📝 `lgsm/config-default/config-lgsm/arkserver/_default.cfg` (+4 -0) 📝 `lgsm/config-default/config-lgsm/arma3server/_default.cfg` (+4 -0) 📝 `lgsm/config-default/config-lgsm/armarserver/_default.cfg` (+4 -0) ➕ `lgsm/config-default/config-lgsm/atsserver/_default.cfg` (+183 -0) 📝 `lgsm/config-default/config-lgsm/avserver/_default.cfg` (+4 -0) 📝 `lgsm/config-default/config-lgsm/bb2server/_default.cfg` (+4 -0) 📝 `lgsm/config-default/config-lgsm/bbserver/_default.cfg` (+4 -0) 📝 `lgsm/config-default/config-lgsm/bdserver/_default.cfg` (+4 -0) 📝 `lgsm/config-default/config-lgsm/bf1942server/_default.cfg` (+4 -0) _...and 80 more files_ </details> ### 📄 Description Release v23.2.0 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:54:22 +03:00
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#4236
No description provided.