feat(protocol/sdtd): add optional more data via telnet (#697)

* feat(protocol/sdtd): add optional more data via telnet

* docs: update CHANGELOG.md

* feat: some refactoring

* feat: add hordeDay to raw

* docs: mention what extra data it is

* docs: formatting
This commit is contained in:
CosminPerRam 2025-05-06 10:53:30 +03:00 committed by GitHub
parent b9767ab99d
commit a3fca5d590
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 54 additions and 4 deletions

View file

@ -3,6 +3,7 @@
## 5.X.Y
* Fix: HTTP requests would end up making more retries than needed due to got's internal retry mechanism (#690, thanks @RattleSN4K3)
* Feat: 7 Days to Die add Telnet support for missing player names (#692, thanks @jammsen)
* Feat: 7 Days to Die get more optional Telnet data via an option (#693)
## 5.3.0
* Docs: Arma Reforger query setup note (#670, thanks @xCausxn)