[PR #4271] [CLOSED] Release v23.4.0 #4290

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

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/4271
Author: @dgibbs64
Created: 7/20/2023
Status: Closed

Base: masterHead: develop


📝 Commits (10+)

  • 4379dd9 Merge branch 'release/v23.3.0' into develop
  • c4343f5 Merge branch 'master' into develop
  • 88b0740 Merge branch 'hotfix/v23.3.1' into develop
  • bacb124 docs: update Squad server license link
  • 08539cf Merge branch 'hotfix/v23.3.2' into develop
  • b89e9c2 Merge branch 'hotfix/v23.3.3' into develop
  • 44931f7 feat: swap details-check steps to fail faster
  • 75b47bb Release v23.3.3
  • fa24b08 feat: Add concurrency to details-check workflow
  • 2cebdfe feat: add header to serverlist.csv (#4231)

📊 Changes

75 files changed (+2150 additions, -328 deletions)

View changed files

📝 .github/workflows/details-check.yml (+7 -3)
📝 .github/workflows/detals-check-generate-matrix.sh (+1 -1)
📝 .github/workflows/serverlist-validate.sh (+1 -1)
📝 lgsm/config-default/config-lgsm/rwserver/_default.cfg (+5 -9)
📝 lgsm/config-default/config-lgsm/tiserver/_default.cfg (+5 -10)
📝 lgsm/config-default/config-lgsm/wurmserver/_default.cfg (+44 -7)
lgsm/data/appmanifest/ahl/appmanifest_10.acf (+36 -0)
lgsm/data/appmanifest/ahl/appmanifest_70.acf (+41 -0)
lgsm/data/appmanifest/ahl/appmanifest_90.acf (+49 -0)
lgsm/data/appmanifest/bb/appmanifest_10.acf (+36 -0)
lgsm/data/appmanifest/bb/appmanifest_70.acf (+41 -0)
lgsm/data/appmanifest/bb/appmanifest_90.acf (+49 -0)
lgsm/data/appmanifest/cscz/appmanifest_10.acf (+36 -0)
lgsm/data/appmanifest/cscz/appmanifest_70.acf (+41 -0)
lgsm/data/appmanifest/cscz/appmanifest_80.acf (+36 -0)
lgsm/data/appmanifest/cscz/appmanifest_90.acf (+50 -0)
lgsm/data/appmanifest/css/appmanifest_10.acf (+36 -0)
lgsm/data/appmanifest/css/appmanifest_70.acf (+41 -0)
lgsm/data/appmanifest/css/appmanifest_90.acf (+49 -0)
lgsm/data/appmanifest/dmc/appmanifest_10.acf (+36 -0)

...and 55 more files

📄 Description

No description provided


🔄 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/4271 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 7/20/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`4379dd9`](https://github.com/GameServerManagers/LinuxGSM/commit/4379dd9b6ae824c4b799f7ee299e511a0b90edec) Merge branch 'release/v23.3.0' into develop - [`c4343f5`](https://github.com/GameServerManagers/LinuxGSM/commit/c4343f5ba5be0211f101cdcb6e0a7bd5cb220239) Merge branch 'master' into develop - [`88b0740`](https://github.com/GameServerManagers/LinuxGSM/commit/88b0740ed25081084aab39bbd6c5e3930c2c5687) Merge branch 'hotfix/v23.3.1' into develop - [`bacb124`](https://github.com/GameServerManagers/LinuxGSM/commit/bacb12441a7bc370dc7297ffe7a17666db4ad47e) docs: update Squad server license link - [`08539cf`](https://github.com/GameServerManagers/LinuxGSM/commit/08539cf877095e2069215cb97eda7a21be0e62d3) Merge branch 'hotfix/v23.3.2' into develop - [`b89e9c2`](https://github.com/GameServerManagers/LinuxGSM/commit/b89e9c2de8aed7373060d7b17525199b9558119a) Merge branch 'hotfix/v23.3.3' into develop - [`44931f7`](https://github.com/GameServerManagers/LinuxGSM/commit/44931f7995b90ad3cc3507a9762eb89ad90980d9) feat: swap details-check steps to fail faster - [`75b47bb`](https://github.com/GameServerManagers/LinuxGSM/commit/75b47bb2b92a83130f9892630f72985bb34dfad1) Release v23.3.3 - [`fa24b08`](https://github.com/GameServerManagers/LinuxGSM/commit/fa24b0837082c644d56f4331fc51e1e2a1efc676) feat: Add concurrency to details-check workflow - [`2cebdfe`](https://github.com/GameServerManagers/LinuxGSM/commit/2cebdfea66a8ef43050104c1e18bbebf365ba41d) feat: add header to serverlist.csv (#4231) ### 📊 Changes **75 files changed** (+2150 additions, -328 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/details-check.yml` (+7 -3) 📝 `.github/workflows/detals-check-generate-matrix.sh` (+1 -1) 📝 `.github/workflows/serverlist-validate.sh` (+1 -1) 📝 `lgsm/config-default/config-lgsm/rwserver/_default.cfg` (+5 -9) 📝 `lgsm/config-default/config-lgsm/tiserver/_default.cfg` (+5 -10) 📝 `lgsm/config-default/config-lgsm/wurmserver/_default.cfg` (+44 -7) ➕ `lgsm/data/appmanifest/ahl/appmanifest_10.acf` (+36 -0) ➕ `lgsm/data/appmanifest/ahl/appmanifest_70.acf` (+41 -0) ➕ `lgsm/data/appmanifest/ahl/appmanifest_90.acf` (+49 -0) ➕ `lgsm/data/appmanifest/bb/appmanifest_10.acf` (+36 -0) ➕ `lgsm/data/appmanifest/bb/appmanifest_70.acf` (+41 -0) ➕ `lgsm/data/appmanifest/bb/appmanifest_90.acf` (+49 -0) ➕ `lgsm/data/appmanifest/cscz/appmanifest_10.acf` (+36 -0) ➕ `lgsm/data/appmanifest/cscz/appmanifest_70.acf` (+41 -0) ➕ `lgsm/data/appmanifest/cscz/appmanifest_80.acf` (+36 -0) ➕ `lgsm/data/appmanifest/cscz/appmanifest_90.acf` (+50 -0) ➕ `lgsm/data/appmanifest/css/appmanifest_10.acf` (+36 -0) ➕ `lgsm/data/appmanifest/css/appmanifest_70.acf` (+41 -0) ➕ `lgsm/data/appmanifest/css/appmanifest_90.acf` (+49 -0) ➕ `lgsm/data/appmanifest/dmc/appmanifest_10.acf` (+36 -0) _...and 55 more files_ </details> ### 📄 Description _No description provided_ --- <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:35 +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#4290
No description provided.